aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-08-04 16:41:55 -0400
committerGuido Günther <agx@sigxcpu.org>2010-08-04 16:44:00 -0400
commitdbc7fe36573e7bb142023fd3fea8ee4db0878738 (patch)
treea198b60fa2cf5b8e541c3ef37ab53269648898d3 /docs/manpages
parentaf2a435443ff050c6a47fa2c58d79fa7f954cc38 (diff)
We don't only support .gz tarballs
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/git-buildpackage.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 3f2ed288..e9ad0379 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -67,7 +67,7 @@
<listitem><para>
(Optionally) export the source tree to a separate build area
</para></listitem>
- <listitem><para>Build an orig.tar.gz if it doesn't exist.</para>
+ <listitem><para>Build an orig tarball if it doesn't exist.</para>
</listitem>
<listitem><para>Call <application>debuild</application>(1)
(or the application specified via <option>--git-builder</option>)
@@ -131,7 +131,7 @@
<term><option>--git-upstream-branch</option>=<replaceable>branch_name</replaceable>
</term>
<listitem>
- <para>Branch to build the orig.tar.gz from if no tag matching the
+ <para>Branch to build the orig tarball from if no tag matching the
upstream version is found. Default is
<replaceable>upstream</replaceable>. You can give any treeish object
here.</para>
@@ -216,14 +216,14 @@
<term><option>--git-force-create</option>
</term>
<listitem>
- <para>Force creation of an orig.tar.gz (overwriting a pre-existing one if present)</para>
+ <para>Force creation of an orig tarball (overwriting a pre-existing one if present)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--git-no-create-orig</option>
</term>
<listitem>
- <para>Don't try to create any orig.tar.gz</para>
+ <para>Don't try to create any orig tarball</para>
</listitem>
</varlistentry>
<varlistentry>