From 989b3dce4d4d273f609395fa0daa08839e2bd312 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Feb 2010 14:52:06 -0500 Subject: dh: Disable option bundling to avoid mis-parsing bundled options such as "-Bpython-support". Closes: #570039 --- dh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dh') diff --git a/dh b/dh index cf0baa56..2b60be5d 100755 --- a/dh +++ b/dh @@ -246,6 +246,8 @@ init(options => { # Disable complaints about unknown options; they are passed on the # debhelper commands. ignore_unknown_options => 1, + # Bundling does not work well since there are unknown options. + bundling => 0, ); inhibit_log(); -- cgit v1.2.3