summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-29 16:10:48 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-29 16:10:48 -0400
commitafabee81e04c52cae5cbf55b8ba4566659505e9b (patch)
treea79d87c2bf3c9417206a99ef299da3cf5ebf6ebe /debian
parent86e65737a05bc7dc5e911577bf96e9539ab759c2 (diff)
Make dh not complain about unknown, command-specific options passed to it
and further suppress warnings about such options it passes on to debhelper commands. This was attempted incompletely before in version 7.2.17.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 66b88abd..a28a4839 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,11 @@ debhelper (7.3.0) UNRELEASED; urgency=low
* Move two more command-specific options to only be accepted by the commands
that use them. The options are:
--sourcedir, --destdir
- * If any third-party debhelper commands use either of the above options,
+ If any third-party debhelper commands use either of the above options,
they will be broken, and need to be changed to pass options to init().
+ * Make dh not complain about unknown, command-specific options passed to it,
+ and further suppress warnings about such options it passes on to debhelper
+ commands. This was attempted incompletely before in version 7.2.17.
-- Joey Hess <joeyh@debian.org> Mon, 20 Apr 2009 16:26:08 -0400