r12703 - packages/trunk/pingus/debian

Bertrand Marc bbk-guest at alioth.debian.org
Wed Oct 12 20:35:07 UTC 2011


Author: bbk-guest
Date: 2011-10-12 20:35:06 +0000 (Wed, 12 Oct 2011)
New Revision: 12703

Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/rules
Log:
Enable XInput

Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2011-10-12 20:29:08 UTC (rev 12702)
+++ packages/trunk/pingus/debian/changelog	2011-10-12 20:35:06 UTC (rev 12703)
@@ -2,8 +2,9 @@
 
   * 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:28:42 +0200
+ -- Bertrand Marc <beberking at gmail.com>  Wed, 12 Oct 2011 22:34:36 +0200
 
 pingus (0.7.3-1) unstable; urgency=low
 

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2011-10-12 20:29:08 UTC (rev 12702)
+++ packages/trunk/pingus/debian/rules	2011-10-12 20:35:06 UTC (rev 12703)
@@ -12,7 +12,7 @@
 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)
+	scons configure $(SCONS_OPTS) prefix=/usr resources_dir=/usr/share/games/pingus lib_dir=$(CURDIR) with_xinput
 	touch $@
 
 build: build-stamp




More information about the Pkg-games-commits mailing list