r3743 - in packages/trunk/nexuiz/debian: . patches

Gerfried Fuchs alfie at alioth.debian.org
Tue Aug 21 19:12:31 UTC 2007


Author: alfie
Date: 2007-08-21 19:12:31 +0000 (Tue, 21 Aug 2007)
New Revision: 3743

Added:
   packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch
Modified:
   packages/trunk/nexuiz/debian/changelog
   packages/trunk/nexuiz/debian/copyright
   packages/trunk/nexuiz/debian/patches/00list
Log:
  * dpatch added to make DEB_BUILD_OPTIONS=nostrip work (Closes: #437634)
  * Made the GPL licence path in the copyright file point to GPL-2 directly.
2.3-3 released


Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog	2007-08-21 15:53:42 UTC (rev 3742)
+++ packages/trunk/nexuiz/debian/changelog	2007-08-21 19:12:31 UTC (rev 3743)
@@ -1,4 +1,4 @@
-nexuiz (2.3-3) UNRELEASED; urgency=low
+nexuiz (2.3-3) unstable; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]
   * Updated the Debian menu file to the new menu hierarchy
@@ -7,12 +7,16 @@
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Wed, 04 Jul 2007 19:59:48 +0200
+  [ Gerfried Fuchs ]
+  * dpatch added to make DEB_BUILD_OPTIONS=nostrip work (Closes: #437634)
+  * Made the GPL licence path in the copyright file point to GPL-2 directly.
 
+ -- Gerfried Fuchs <rhonda at debian.at>  Tue, 21 Aug 2007 20:24:44 +0200
+
 nexuiz (2.3-2) unstable; urgency=low
 
   * Revert dlopen() dependency on libcurl4 back to libcurl3 for transition
-    (Closes: 430737)
+    (Closes: #430737)
   * Added myself to Uploaders. :)
 
  -- Gerfried Fuchs <rhonda at debian.at>  Sat, 30 Jun 2007 18:26:55 +0200

Modified: packages/trunk/nexuiz/debian/copyright
===================================================================
--- packages/trunk/nexuiz/debian/copyright	2007-08-21 15:53:42 UTC (rev 3742)
+++ packages/trunk/nexuiz/debian/copyright	2007-08-21 19:12:31 UTC (rev 3743)
@@ -15,7 +15,7 @@
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 You can find the GPL license text on a Debian system under 
-/usr/share/common-licenses/GPL.
+/usr/share/common-licenses/GPL-2.
 
 
 For Debian GNU/Linux Nexuiz is split into a game engine and a game data package. 

Modified: packages/trunk/nexuiz/debian/patches/00list
===================================================================
--- packages/trunk/nexuiz/debian/patches/00list	2007-08-21 15:53:42 UTC (rev 3742)
+++ packages/trunk/nexuiz/debian/patches/00list	2007-08-21 19:12:31 UTC (rev 3743)
@@ -1 +1,2 @@
 10_detect_gnu-kfreebsd.dpatch
+20_nostrip_support.dpatch

Added: packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch
===================================================================
--- packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch	                        (rev 0)
+++ packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch	2007-08-21 19:12:31 UTC (rev 3743)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## nostrip_support.dpatch by Gerfried Fuchs <rhonda at debian.at>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad nexuiz-2.3~/darkplaces/makefile.inc nexuiz-2.3/darkplaces/makefile.inc
+--- nexuiz-2.3~/darkplaces/makefile.inc	2007-05-20 18:02:26.000000000 +0200
++++ nexuiz-2.3/darkplaces/makefile.inc	2007-08-21 19:31:59.000000000 +0200
+@@ -384,7 +384,6 @@
+ 		DP_MAKE_TARGET=$(DP_MAKE_TARGET) DP_SOUND_API=$(DP_SOUND_API) \
+ 		CFLAGS="$(CFLAGS_COMMON) $(CFLAGS_EXTRA) $(CFLAGS_RELEASE) $(OPTIM_RELEASE)"\
+ 		LDFLAGS="$(LDFLAGS_RELEASE) $(LDFLAGS_COMMON)"
+-	strip $(EXE)
+ 
+ vid_glx.o: vid_glx.c
+ 	$(DO_CC) -I/usr/X11R6/include




More information about the Pkg-games-commits mailing list