aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-12 16:06:08 +0100
committerLoïc Minier <lool@dooz.org>2009-12-12 16:06:08 +0100
commit4639b8e84cf47899655bbe9f04279493ed99ee01 (patch)
tree33172b1b9399c6b3ae1b67c14d2b67a070eaa423 /pbuilder.8
parent070f8c798b9b2d98ef98a8407b8812ce9ab745ad (diff)
downloadpbuilder-4639b8e84cf47899655bbe9f04279493ed99ee01.tar
pbuilder-4639b8e84cf47899655bbe9f04279493ed99ee01.tar.gz
Make --debbuildopts additive
Change --debbuildopts to be additive and reset the list of options to the empty list if --debbuildopts "" is passed. Update docs and add NEWS entry.
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.89
1 files changed, 5 insertions, 4 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index 64b6e29..3db2252 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -319,11 +319,12 @@ target.
.TP
.BI "\-\-debbuildopts [" "options" "]"
-List of options that are passed on to dpkg-buildpackage. Overrides
-any value given in DEBBUILDOPTS as specified in
-pbuilderrc.
+List of options that are passed on to dpkg-buildpackage. Multiple flags are
+additive and appended ot the any value given in DEBBUILDOPTS as specified in
+pbuilderrc. To clear the list of options, pass the empty string, e.g.
+\-\-debbuildopts "".
-Multiple options are delimited with spaces,
+Multiple options are delimited with spaces,
like \-\-debbuildopts "-j100 -E"
.TP