]> git.donarmstrong.com Git - debhelper.git/commit
Use Dpkg::BuildFlags module directly in set_buildflags().
authorModestas Vainius <modax@debian.org>
Sat, 18 Jun 2011 20:02:42 +0000 (23:02 +0300)
committerJoey Hess <joey@kitenet.net>
Sun, 19 Jun 2011 18:20:26 +0000 (14:20 -0400)
commit9275ae457623ce14567866abaf434903cff12706
treece88a31a5dea02707b83a80feda3582691e8ad71
parent114cecf6e739aa755504eb37eb9ed89e8cab0120
Use Dpkg::BuildFlags module directly in set_buildflags().

Dpkg::BuildFlags API is declared stable. It should be safe to use it directly
rather than dpkg-buildflags wrapper. In addition, do not do any
DEB_BUILD_OPTIONS=noopt handling in debhelper. Dpkg::BuildFlags already does it
for us.
Debian/Debhelper/Dh_Lib.pm