From: Ian Jackson Date: Sat, 8 Oct 2016 21:30:39 +0000 (+0100) Subject: gbp options: Document X-Git-Tag: archive/debian/2.0~72 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=80eae30139e06600e50a4e35f652b741a471bced gbp options: Document Signed-off-by: Ian Jackson --- diff --git a/dgit.1 b/dgit.1 index 11b33ca4..06595627 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.