]> git.donarmstrong.com Git - debhelper.git/commit
Ignore unknown options in DH_OPTIONS. Debhelper will always ignore such options,...
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 15 Dec 2008 03:13:32 +0000 (22:13 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 15 Dec 2008 03:13:32 +0000 (22:13 -0500)
commite90eebf73099da05ffb1d1e2be30a2eccafd153c
treecffd293f81abaa33eec275e289accec550a5f5df
parenta0fc3f57b576cd7c88a698330233df26ff13137f
Ignore unknown options in DH_OPTIONS. Debhelper will always ignore such options, even when unknown command-line options are converted back to an error. This allows (ab)using DH_OPTIONS to pass command-specific options. (Note that getopt will warn about such unknown options. Eliminating this warning without reimplementing much of Getopt::Long wasn't practical.)
Debian/Debhelper/Dh_Getopt.pm
Debian/Debhelper/Dh_Lib.pm
debhelper.pod
debian/changelog