summaryrefslogtreecommitdiff
path: root/docs/chapters/special.sgml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-06-26 13:09:51 +0200
committerGuido Günther <agx@sigxcpu.org>2013-06-26 13:31:27 +0200
commit1d90e73e969cebc1aaa6a151dd03da0b271fbb4d (patch)
tree9d0908fc6d625c81f14d89126ba733b952016dfa /docs/chapters/special.sgml
parentdaccfa00121dcedf0b20d846f2263f3e30b457c6 (diff)
docs: Rename the entities from &git-<command>; to &gbp-<command>;
Diffstat (limited to 'docs/chapters/special.sgml')
-rw-r--r--docs/chapters/special.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/chapters/special.sgml b/docs/chapters/special.sgml
index 653f0ae..9c8aa64 100644
--- a/docs/chapters/special.sgml
+++ b/docs/chapters/special.sgml
@@ -18,7 +18,7 @@
<emphasis>master</emphasis>):
</para>
<screen>
-&git-import-orig; --no-merge <filename>/path/to/nondfsg-clean-package_10.4.orig.tar.gz</filename>
+&gbp-import-orig; --no-merge <filename>/path/to/nondfsg-clean-package_10.4.orig.tar.gz</filename>
&gitcmd; <option>tag</option> 10.4
</screen>
<para>
@@ -50,11 +50,11 @@ cleanup-script.sh
&gitcmd; <option>branch</option> <replaceable>nmu</replaceable> <replaceable>master</replaceable>
</screen>
<para>
- To import an NMU change into the git repository and use &git-import-dsc;:
+ To import an NMU change into the git repository and use &gbp-import-dsc;:
</para>
<screen>
&gitcmd; checkout <replaceable>master</replaceable>
-&git-import-dsc; <option>--debian-branch</option>=<replaceable>nmu</replaceable> <filename>/path/to/package_1.0-1nmu0.dsc</filename>
+&gbp-import-dsc; <option>--debian-branch</option>=<replaceable>nmu</replaceable> <filename>/path/to/package_1.0-1nmu0.dsc</filename>
</screen>
<para>
This will import the NMU onto the branched named <emphasis>nmu</emphasis>
@@ -96,7 +96,7 @@ builder = /usr/bin/git-pbuilder
<envar>sid</envar> distribution. If you want to build for another
distribution pass this in the <envar>DIST</envar> environment variable.
- Invoking &git-buildpackage; will now invoke &pdebuildcmd; by
+ Invoking &gbp-buildpackage; will now invoke &pdebuildcmd; by
default and all additional command line arguments are passed to
<command>dpkg-buildpackage</command>. If you want to use
<command>debuild</command> again (without modifying
@@ -106,7 +106,7 @@ builder = /usr/bin/git-pbuilder
</programlisting>
Furthermore, if you don't want this for all your invocations of
- &git-buildpackage; you can use <filename>.git/gbp.conf</filename> in
+ &gbp-buildpackage; you can use <filename>.git/gbp.conf</filename> in
one of your &git; repositories instead of
<filename>~/.gbp.conf</filename>.
</para>