[Pkg-wmaker-commits] [wmtime] 55/101: debian/rules: Add override_dh_auto_build target to use CFLAGS from dpkg-buildflags.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:59:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmtime.

commit b2ed6c1634ec5f9352f2ff18fea13a9144c36ce7
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Jan 4 01:42:38 2015 -0600

    debian/rules: Add override_dh_auto_build target to use CFLAGS from dpkg-buildflags.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index c651627..e96addd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@
 
+override_dh_auto_build:
+	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
+
 override_dh_auto_install:
 	dh_auto_install -- PREFIX=/usr
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmtime.git



More information about the Pkg-wmaker-commits mailing list