[SCM] logic game ported from ATARI XE/XL branch, master, updated. debian/0.65.6+dfsg-1-9-g205de4a

Stephen Kitt steve at sk2.org
Sun Dec 5 14:27:03 UTC 2010


The following commit has been merged in the master branch:
commit 205de4a44bc62f23e0c64d1788bdd995b847d0a7
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Dec 5 15:26:46 2010 +0100

    Retrieve CPPFLAGS from dpkg-buildflags too, and export everything, as suggested by Peter Pentchev.

diff --git a/debian/rules b/debian/rules
index 8405108..96ebf4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+export CPPFLAGS CFLAGS LDFLAGS
 
 %:
 	dh $@

-- 
logic game ported from ATARI XE/XL



More information about the Pkg-games-commits mailing list