r15153 - packages/trunk/pingus/debian

Bertrand Marc bbk-guest at moszumanska.debian.org
Sat Aug 2 16:17:48 UTC 2014


Author: bbk-guest
Date: 2014-08-02 16:17:47 +0000 (Sat, 02 Aug 2014)
New Revision: 15153

Removed:
   packages/trunk/pingus/debian/options.cache
Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/rules
Log:
Remove options.cache and its logic in debian/rules as scons doesn't use it.

Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2014-07-30 19:42:41 UTC (rev 15152)
+++ packages/trunk/pingus/debian/changelog	2014-08-02 16:17:47 UTC (rev 15153)
@@ -7,6 +7,7 @@
   * Update the german translation, thanks to Helge Kreutzmann (Closes: #722887).
   * Update standards version to 3.9.5: no changes needed.
   * Enable hardening build flags in debian/rules.
+  * Remove options.cache and its logic in debian/rules as scons doesn't use it.
 
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org

Deleted: packages/trunk/pingus/debian/options.cache
===================================================================
--- packages/trunk/pingus/debian/options.cache	2014-07-30 19:42:41 UTC (rev 15152)
+++ packages/trunk/pingus/debian/options.cache	2014-08-02 16:17:47 UTC (rev 15153)
@@ -1,4 +0,0 @@
-CC = 'gcc'
-CXX = 'g++'
-CCFLAGS = ' :CFLAGS: '
-CXXFLAGS = ' :CFLAGS: '

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2014-07-30 19:42:41 UTC (rev 15152)
+++ packages/trunk/pingus/debian/rules	2014-08-02 16:17:47 UTC (rev 15153)
@@ -14,7 +14,6 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/g' > options.cache
 	touch $@
 
 build: build-arch build-indep
@@ -35,7 +34,7 @@
 	dh_testroot
 	scons -c
 	rm -f build-stamp configure-stamp
-	rm -f config.log options.cache .sconsign.dblite
+	rm -f config.log .sconsign.dblite
 	rm -rf .sconf_temp build/
 
 install: build




More information about the Pkg-games-commits mailing list