[Pkg-wmaker-commits] [wmcalc] 52/65: debian/rules: Add override_dh_auto_build target to use CFLAGS from dpkg-buildflags.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:07 UTC 2015


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

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

commit 859add4eaec51d20a3e68680122c9405f9c23d4c
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Jan 10 17:10:45 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 7cde5d0..fb1acab 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/wmcalc.git



More information about the Pkg-wmaker-commits mailing list