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 /debhelper.pod | |
parent | 02fed65f218e1cb19feab24ac34c0c58b2b74aee (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 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod index f09413a..dae1a1a 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -505,6 +505,21 @@ none is specified. =back +=item V8 + +This mode is still under development. Using it in packages will cause them +to probably break later. + +Changes from V7 are: + +=over 8 + +=item - + +Commands will fail rather than warning when they are passed unknown options. + +=back + =back =head2 udebs |