]> git.donarmstrong.com Git - debhelper.git/commit
dpkg-buildflags support
authorJoey Hess <joey@kitenet.net>
Tue, 14 Jun 2011 21:22:34 +0000 (17:22 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 14 Jun 2011 21:24:27 +0000 (17:24 -0400)
commite8c799129672d5b7dbac58a06fadd175cffaa7ed
tree646fc7c78883971fbddb6aaa8d05bd4f4317248f
parentcbe68c8579e8abc03aeff939306b2d34cb1fe8ac
dpkg-buildflags support

* dh_auto_build, dh_auto_configure, dh: Set environment variables
  listed by dpkg-buildflags --export. Any environment variables that
  are already set to other values will not be changed.
Closes: #544844
* Also, support DEB_BUILD_OPTIONS=noopt, by changing -O2 to -O0.
Debian/Debhelper/Dh_Buildsystems.pm
Debian/Debhelper/Dh_Lib.pm
debhelper.pod
debian/changelog
dh