summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-23 19:12:50 -0400
committerJoey Hess <joey@kitenet.net>2010-05-23 19:12:50 -0400
commit00ed6d0cc8f74caf4a591152a97027194304383c (patch)
treee99542e2df021a4ae9af8ea6fd9f88ffa0e10878 /dh
parent02fed65f218e1cb19feab24ac34c0c58b2b74aee (diff)
In v8 mode, do not allow directly passing unknown options to debhelper commands. (Unknown options in DH_OPTIONS still only result in warnings.)
Diffstat (limited to 'dh')
-rwxr-xr-xdh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh b/dh
index 389afc29..a19a94a3 100755
--- a/dh
+++ b/dh
@@ -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 to
+ # the debhelper commands.
ignore_unknown_options => 1,
# Bundling does not work well since there are unknown options.
bundling => 0,