]> git.donarmstrong.com Git - debhelper.git/commit
solve the dh -Bbuild problem
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 4 Jan 2010 23:41:51 +0000 (18:41 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 5 Jan 2010 00:00:49 +0000 (19:00 -0500)
commit02bf22b2c4c695fd959f11c0d6a803795e014c2e
tree826d990cda08018db2c6cab9f62bc51b520a1952
parent09d21e9f004aabe6a409c981c8d11e7cb4c2051f
solve the dh -Bbuild problem

* Add -O option, which can be used to pass options to commands, ignoring
  options that they do not support.
* dh: Use -O to pass user-specified options to the commands it runs.
  This solves the problem with passing "-Bbuild" to dh, where commands
  that do not support -B would see a bogus -u option. Closes: #541773
  (It also ensures that the commands dh prints out can really be run.)
Debian/Debhelper/Dh_Getopt.pm
debhelper.pod
debian/changelog
dh