summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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>