r12695 - packages/trunk/rott/debian

Fabian Greffrath fabian-guest at alioth.debian.org
Wed Oct 5 14:01:15 UTC 2011


Author: fabian-guest
Date: 2011-10-05 14:01:14 +0000 (Wed, 05 Oct 2011)
New Revision: 12695

Modified:
   packages/trunk/rott/debian/rules
Log:
Export CFLAGS for them to take effect as per dpkg (>= 1.16.1).

Modified: packages/trunk/rott/debian/rules
===================================================================
--- packages/trunk/rott/debian/rules	2011-10-05 13:59:37 UTC (rev 12694)
+++ packages/trunk/rott/debian/rules	2011-10-05 14:01:14 UTC (rev 12695)
@@ -3,6 +3,8 @@
 CFLAGS += -DDATADIR=\"/usr/share/games/rott/\"
 CFLAGS += -Wno-pointer-sign -Wno-unused
 
+export CFLAGS
+
 %:
 	dh --sourcedir=rott $@
 




More information about the Pkg-games-commits mailing list