[extremetuxracer] 17/21: Add CPPFLAGS to CFLAGS.

Markus Koschany apo-guest at moszumanska.debian.org
Sat Jan 23 21:28:48 UTC 2016


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

apo-guest pushed a commit to branch experimental
in repository extremetuxracer.

commit 6246c6fb760319ff9f40474ca0da54e5709fb233
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jan 23 21:49:51 2016 +0100

    Add CPPFLAGS to CFLAGS.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 17691ad..fd045f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+export DEB_CFLAGS_MAINT_APPEND = $(CPPFLAGS)
+
 
 %:
 	dh $@ --parallel --with autoreconf

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



More information about the Pkg-games-commits mailing list