]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
In v8 mode, do not allow directly passing unknown options to debhelper commands....
[debhelper.git] / dh
diff --git a/dh b/dh
index c4fec0351d3d3e9bb9cafa01265e335554a964bd..a19a94a33eb276cd47e5056fa8e7bfedd26f2f25 100755 (executable)
--- a/dh
+++ b/dh
@@ -239,7 +239,7 @@ build-indep to avoid build daemons redundantly building the documentation.
        %:
                dh $@
        
-       build: build-arch build-indep
+       build: build-arch build-indep ;
        build-indep:
                $(MAKE) docs
        build-arch:
@@ -289,8 +289,8 @@ init(options => {
                "l" => \&list_addons,
                "list" => \&list_addons,
        },
-       # Disable complaints about unknown options; they are passed on the
-       # debhelper commands.
+       # Disable complaints about unknown options; they are passed on t
+       # the debhelper commands.
        ignore_unknown_options => 1,
        # Bundling does not work well since there are unknown options.
        bundling => 0,