summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-12-15 05:30:17 +0000
committerBen Hutchings <ben@decadent.org.uk>2016-12-15 06:22:05 +0000
commitcd33566fe23f6f1f12336ba520249c49cbec67ec (patch)
treedfff35bf65e1e4f9385eb0fe9e103d5750de607c /docs
parent811f40800c861bf7ff21bfdd1b2f1e1558ecf2dc (diff)
maintainer-notes.html: Fix post-clean option to gbp buildpackage
The dpkg-buildpackage short option -tc stopped working, so use the long option --post-clean instead. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainer-notes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/maintainer-notes.html b/docs/maintainer-notes.html
index e57be50..f3eecc7 100644
--- a/docs/maintainer-notes.html
+++ b/docs/maintainer-notes.html
@@ -217,7 +217,7 @@ any stale remote branches locally by executing:
<li>Build package:
<pre>
-<b>% gbp buildpackage --git-ignore-new --git-debian-branch=&quot;$(git branch | awk -F\*\&nbsp;&nbsp;'/^* / { print $2}' )&quot; -tc</b>
+<b>% gbp buildpackage --git-ignore-new --git-debian-branch=&quot;$(git branch | awk -F\*\&nbsp;&nbsp;'/^* / { print $2}' )&quot; --post-clean</b>
</pre>
</li>
@@ -239,7 +239,7 @@ any stale remote branches locally by executing:
<li>Build package:
<pre>
-<b>% gbp buildpackage --git-debian-branch=&quot;$(git branch | awk -F\*\&nbsp;&nbsp;'/^* / { print $2}' )&quot; -tc [-us -uc]</b>
+<b>% gbp buildpackage --git-debian-branch=&quot;$(git branch | awk -F\*\&nbsp;&nbsp;'/^* / { print $2}' )&quot; --post-clean [-us -uc]</b>
</pre>
</li>