diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-23 19:12:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-23 19:12:50 -0400 |
commit | 00ed6d0cc8f74caf4a591152a97027194304383c (patch) | |
tree | e99542e2df021a4ae9af8ea6fd9f88ffa0e10878 /debian | |
parent | 02fed65f218e1cb19feab24ac34c0c58b2b74aee (diff) | |
download | debhelper-00ed6d0cc8f74caf4a591152a97027194304383c.tar.gz |
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 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8e68e130..61890527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ debhelper (7.4.21) UNRELEASED; urgency=low target is not present in the same binary package, on advice of Colin Watson. (To support eventual so search paths.) * Add deprecation warning for dh_clean -k. + * In v8 mode, do not allow directly passing unknown options to debhelper + commands. (Unknown options in DH_OPTIONS still only result in warnings.) -- Joey Hess <joeyh@debian.org> Mon, 17 May 2010 20:01:19 -0400 diff --git a/debian/compat b/debian/compat index 7f8f011e..45a4fb75 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 |