]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
dh: Disable option bundling to avoid mis-parsing bundled options such as "-Bpython...
[debhelper.git] / dh
diff --git a/dh b/dh
index cf0baa563c925e07f391b7177dd98f7e4435e83b..2b60be5d4ffc701a45bb95ca01fff14f5fbffa2f 100755 (executable)
--- 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();