From 4639b8e84cf47899655bbe9f04279493ed99ee01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sat, 12 Dec 2009 16:06:08 +0100 Subject: 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. --- pbuilder.8 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pbuilder.8') 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 -- cgit v1.2.3