]> git.donarmstrong.com Git - debhelper.git/commit
Fix warning about unknown options passed to commands in override targets.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 4 Jan 2010 21:06:08 +0000 (16:06 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 4 Jan 2010 21:06:08 +0000 (16:06 -0500)
commit09d21e9f004aabe6a409c981c8d11e7cb4c2051f
tree1a5a1095251b09f87028f5be68e6eee3642a4ebd
parent9afe080c5ee27e6e9170d09c9dc5c72cccbdc27e
Fix warning about unknown options passed to commands in override targets.

dh used DH_OVERRIDE_UNKNOWN_OPTIONS, which was too broad as it affected
commands run via override targets and caused there to be no warning about
unknown options.

Now unknown options are only ignored when parsing DH_INTERNAL_OPTIONS and
dh's own options.
Debian/Debhelper/Dh_Getopt.pm
Debian/Debhelper/Dh_Lib.pm
debian/changelog
dh