summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 42a25e38..89de90b8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -13,7 +13,6 @@ v8:
(either change #3, change #4, or change #5; change #0 was done, but
was an incomplete workaround)
* better package arch filtering for -N , -p (#576990)
-* Convert warning about unknown command-line options back to an error.
* Support DEB_BUILD_OPTIONS=debug ; maybe also support passing
-g -O2 by default. See patch (and discussion of why this breaks
compatability) in #544844.