chiark / gitweb /
TODO.BRANCH: Quilt output improved now
[dgit.git] / dgit.1
diff --git a/dgit.1 b/dgit.1
index 11b33ca415a0c00db5550992020449567ad527e6..0659562796a5e66b754a63a520ac6b0d58969825 100644 (file)
--- 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.