From 00ed6d0cc8f74caf4a591152a97027194304383c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 23 May 2010 19:12:50 -0400 Subject: In v8 mode, do not allow directly passing unknown options to debhelper commands. (Unknown options in DH_OPTIONS still only result in warnings.) --- dh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dh') 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, -- cgit v1.2.3