r7045 - in packages/trunk/nexuiz-data/debian: . patches

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Thu May 15 17:25:55 UTC 2008


Author: fuddl-guest
Date: 2008-05-15 17:25:55 +0000 (Thu, 15 May 2008)
New Revision: 7045

Added:
   packages/trunk/nexuiz-data/debian/patches/
   packages/trunk/nexuiz-data/debian/patches/01_remove_broken_keys.diff
   packages/trunk/nexuiz-data/debian/patches/series
Modified:
   packages/trunk/nexuiz-data/debian/changelog
   packages/trunk/nexuiz-data/debian/control
   packages/trunk/nexuiz-data/debian/rules
Log:
+ patch to remove known broken keys from default configuration

Modified: packages/trunk/nexuiz-data/debian/changelog
===================================================================
--- packages/trunk/nexuiz-data/debian/changelog	2008-05-15 17:00:44 UTC (rev 7044)
+++ packages/trunk/nexuiz-data/debian/changelog	2008-05-15 17:25:55 UTC (rev 7045)
@@ -9,8 +9,9 @@
     * Distinguish between build and install targets
     * Save a LOT of disk space during build!
   * Remove obsolete build dependency on unzip
+  * Remove broken keys from default keyboard configuration (Closes: 477397)
 
- -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Thu, 15 May 2008 15:13:29 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Thu, 15 May 2008 18:34:07 +0200
 
 nexuiz-data (2.4-1) unstable; urgency=low
 

Modified: packages/trunk/nexuiz-data/debian/control
===================================================================
--- packages/trunk/nexuiz-data/debian/control	2008-05-15 17:00:44 UTC (rev 7044)
+++ packages/trunk/nexuiz-data/debian/control	2008-05-15 17:25:55 UTC (rev 7045)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bruno "Fuddl" Kleinert <fuddl at tauware.de>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 4.0.0)
-Build-Depends-Indep: zip, fteqcc (>= 3343)
+Build-Depends: debhelper (>= 4.0.0), quilt, fteqcc (>= 3343)
+Build-Depends-Indep: zip
 Standards-Version: 3.7.3
 Homepage: http://www.nexuiz.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/nexuiz-data/

Added: packages/trunk/nexuiz-data/debian/patches/01_remove_broken_keys.diff
===================================================================
--- packages/trunk/nexuiz-data/debian/patches/01_remove_broken_keys.diff	                        (rev 0)
+++ packages/trunk/nexuiz-data/debian/patches/01_remove_broken_keys.diff	2008-05-15 17:25:55 UTC (rev 7045)
@@ -0,0 +1,26 @@
+Index: nexuiz-data-2.4.2/data/default.cfg
+===================================================================
+--- nexuiz-data-2.4.2.orig/data/default.cfg	2008-05-15 18:31:53.000000000 +0200
++++ nexuiz-data-2.4.2/data/default.cfg	2008-05-15 18:32:19.000000000 +0200
+@@ -559,8 +559,6 @@
+ 
+ // misc
+ bind e +hook
+-bind ` toggleconsole
+-bind ~ toggleconsole
+ bind TAB +showscores
+ bind ESCAPE togglemenu
+ bind r messagemode2
+Index: nexuiz-data-2.4.2/pro/default.cfg
+===================================================================
+--- nexuiz-data-2.4.2.orig/pro/default.cfg	2008-05-15 18:32:01.000000000 +0200
++++ nexuiz-data-2.4.2/pro/default.cfg	2008-05-15 18:32:26.000000000 +0200
+@@ -556,8 +556,6 @@
+ 
+ // misc
+ bind e +hook
+-bind ` toggleconsole
+-bind ~ toggleconsole
+ bind TAB +showscores
+ bind ESCAPE togglemenu
+ bind r messagemode2

Added: packages/trunk/nexuiz-data/debian/patches/series
===================================================================
--- packages/trunk/nexuiz-data/debian/patches/series	                        (rev 0)
+++ packages/trunk/nexuiz-data/debian/patches/series	2008-05-15 17:25:55 UTC (rev 7045)
@@ -0,0 +1 @@
+01_remove_broken_keys.diff

Modified: packages/trunk/nexuiz-data/debian/rules
===================================================================
--- packages/trunk/nexuiz-data/debian/rules	2008-05-15 17:00:44 UTC (rev 7044)
+++ packages/trunk/nexuiz-data/debian/rules	2008-05-15 17:25:55 UTC (rev 7045)
@@ -1,7 +1,18 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-build: build-stamp
+patch-stamp: patch
+	touch patch-stamp
+
+patch:
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
+unpatch:
+	QUILT_PATCHES=debian/patches quilt pop -a || test $$? = 2
+	rm -f patch-stamp
+	rm -rf .pc
+
+build: patch-stamp build-stamp
 build-stamp:
 	dh_testdir
 	touch build-stamp
@@ -15,7 +26,8 @@
 	cd debian/tmp/nexuiz-music && zip -r ../../../music.pk3 sound
 	touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp




More information about the Pkg-games-commits mailing list