summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-08-23 21:30:29 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-08-23 21:30:29 +0200
commit958b30f2193c98bb4959a8b214ff5c9a17ae0025 (patch)
tree47f4d5377e54d2cc840cee1def86ad0bff0ec4d8 /docs
parent1a168a7883410422f91776117fe1466b1e119eda (diff)
introduce --git-no-create-orig to skip building of any orig.tar.gz
this is especially usefull if you're working on an NMU that has a X-Y version number although it's a Debian native package.
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/git-buildpackage.sgml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 87d5a4f3..71a0a8b3 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -30,6 +30,7 @@
<arg><option>--git-keyid=</option><replaceable>gpg-keyid</replaceable></arg>
<arg><option>--git-posttag=</option><replaceable>command</replaceable></arg>
<arg><option>--git-debian-tag=</option><replaceable>tag-format</replaceable></arg>
+ <arg><option>--git-no-create-orig</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@@ -146,6 +147,13 @@
<para>use this tag format when tagging Debian versions</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--git-no-create-orig</option>
+ </term>
+ <listitem>
+ <para>Don't try to create any orig.tar.gz</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>