summaryrefslogtreecommitdiff
path: root/docs/chapters/special.sgml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-22 14:21:33 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-22 22:40:09 +0100
commit428e8957efc79f4db8dd62b131242dde89d5a72a (patch)
treef713b00117892a3f75884d5c92f8ce1db6516c0f /docs/chapters/special.sgml
parent0ab70aa48d16b58ecbd4d41ac006dea14631b4e5 (diff)
Make Debian and Git spelling consistent
Diffstat (limited to 'docs/chapters/special.sgml')
-rw-r--r--docs/chapters/special.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/chapters/special.sgml b/docs/chapters/special.sgml
index 9c8aa64..7776330 100644
--- a/docs/chapters/special.sgml
+++ b/docs/chapters/special.sgml
@@ -115,7 +115,7 @@ builder = /usr/bin/git-pbuilder
<sect1 id="gbp.special.hacking">
<title>Working on random packages</title>
<para>
- Whenever you need to work on an arbitrary Debian package you can check it
+ Whenever you need to work on an arbitrary &debian; package you can check it
right into &git; with one command:
<programlisting>
git-import-dsc --download <filename>package</filename>
@@ -126,7 +126,7 @@ git-branch debian
<para>
This uses <command>apt-get</command> to download the source package,
puts the orig tarball on the <option>upstream-branch</option> and the
- Debian changes on the <option>debian-branch</option> (by default
+ &debian; changes on the <option>debian-branch</option> (by default
<emphasis>master</emphasis>). The second command
creates a branch called <emphasis>debian</emphasis>. Now you can easily
modify the package, revert changes you made, create other branches for
@@ -137,7 +137,7 @@ git-diff debian --
</programlisting>
<para>
- to get a nice patch that can be submitted to the Debian BTS. You can also
+ to get a nice patch that can be submitted to the &debian; BTS. You can also
fetch the source package from an URL:
<programlisting>