r9108 - packages/trunk/pingus/debian

Cyril Brulebois kibi at alioth.debian.org
Wed Mar 11 18:56:28 UTC 2009


Author: kibi
Date: 2009-03-11 18:56:28 +0000 (Wed, 11 Mar 2009)
New Revision: 9108

Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/rules
Log:
Make it possible to resume an interrupted build.

Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2009-03-11 18:42:50 UTC (rev 9107)
+++ packages/trunk/pingus/debian/changelog	2009-03-11 18:56:28 UTC (rev 9108)
@@ -14,6 +14,8 @@
   * Clean up debian/rules:
      - No need to define CFLAGS, dpkg-buildpackage does it…
      - Use dpatch.make include, and tweak targets accordingly.
+  * Make it possible to resume an interrupted build: use “scons configure”
+    in configure, and “scons” in build.
   * Update my mail address.
 
  -- Peter De Wachter <pdewacht at gmail.com>  Sun, 07 Sep 2008 15:39:41 +0200

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2009-03-11 18:42:50 UTC (rev 9107)
+++ packages/trunk/pingus/debian/rules	2009-03-11 18:56:28 UTC (rev 9108)
@@ -9,12 +9,13 @@
 configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/g' > options.cache
+	scons configure prefix=/usr resources_dir=/usr/share/games/pingus lib_dir=$(CURDIR)
 	touch $@
 
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	scons prefix=/usr resources_dir=/usr/share/games/pingus lib_dir=$(CURDIR)
+	scons
 	touch $@
 
 clean: clean-patched unpatch




More information about the Pkg-games-commits mailing list