r12704 - packages/trunk/pingus/debian

Bertrand Marc bbk-guest at alioth.debian.org
Wed Oct 12 21:01:26 UTC 2011


Author: bbk-guest
Date: 2011-10-12 21:01:25 +0000 (Wed, 12 Oct 2011)
New Revision: 12704

Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/rules
Log:
debian/rules: no configure target anymore

Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2011-10-12 20:35:06 UTC (rev 12703)
+++ packages/trunk/pingus/debian/changelog	2011-10-12 21:01:25 UTC (rev 12704)
@@ -2,9 +2,8 @@
 
   * New upstream release.
   * Remove debian/patches/*: included or not necessary any more.
-  * Enable Xinput support in debian/rules.
 
- -- Bertrand Marc <beberking at gmail.com>  Wed, 12 Oct 2011 22:34:36 +0200
+ -- Bertrand Marc <beberking at gmail.com>  Wed, 12 Oct 2011 23:00:55 +0200
 
 pingus (0.7.3-1) unstable; urgency=low
 

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2011-10-12 20:35:06 UTC (rev 12703)
+++ packages/trunk/pingus/debian/rules	2011-10-12 21:01:25 UTC (rev 12704)
@@ -12,13 +12,12 @@
 configure-stamp:
 	dh_testdir
 	cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/g' > options.cache
-	scons configure $(SCONS_OPTS) prefix=/usr resources_dir=/usr/share/games/pingus lib_dir=$(CURDIR) with_xinput
 	touch $@
 
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	scons
+	scons $(SCONS_OPTS) prefix=/usr resources_dir=/usr/share/games/pingus lib_dir=$(CURDIR)
 	touch $@
 
 clean: clean-patched




More information about the Pkg-games-commits mailing list