summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dgit.115
1 files changed, 15 insertions, 0 deletions
diff --git a/dgit.1 b/dgit.1
index 11b33ca..0659562 100644
--- a/dgit.1
+++ b/dgit.1
@@ -462,6 +462,8 @@ Specifies alternative programs to use instead of
.BR ssh ,
.BR dgit ,
.BR git ,
+.BR gbp-pq ,
+.BR gbp-build ,
or
.BR mergechanges .
@@ -480,6 +482,17 @@ rpush needs to invoke a remote copy of itself. (dgit also reinvokes
itself as the EDITOR for dpkg-source --commit; this is done using
argv[0], and is not affected by --dgit=).
+.BR gbp-build 's
+value
+is used instead of gbp build or git-buildpackage. (The default is
+the latter unless the former exists on PATH.)
+.BR gbp-pq 's
+value
+is used instead of gbp pq.
+In both cases,
+unusually, the specified value is split on whitespace
+to produce a command and possibly some options and/or arguments.
+
For
.BR ssh ,
the default value is taken from the
@@ -508,6 +521,8 @@ Specifies a single additional option to pass to
.BR sbuild ,
.BR ssh ,
.BR dgit ,
+.BR gbp-pq ,
+.BR gbp-build ,
or
.BR mergechanges .
Can be repeated as necessary.