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

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Sun Mar 2 23:12:43 UTC 2008


Author: fuddl-guest
Date: 2008-03-02 23:12:42 +0000 (Sun, 02 Mar 2008)
New Revision: 5986

Modified:
   packages/trunk/nexuiz/debian/README.Debian
   packages/trunk/nexuiz/debian/changelog
   packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch
Log:
* prepare for nexuiz 2.4

Modified: packages/trunk/nexuiz/debian/README.Debian
===================================================================
--- packages/trunk/nexuiz/debian/README.Debian	2008-03-02 21:19:15 UTC (rev 5985)
+++ packages/trunk/nexuiz/debian/README.Debian	2008-03-02 23:12:42 UTC (rev 5986)
@@ -63,4 +63,4 @@
 output when you are reporting a bug about nexuiz crashes.
 
 
- -- Bruno "Fuddl" Kleinert <fuddl at tauware..de>  Mon,  8 Oct 2007 17:12:25 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Mon,  8 Oct 2007 17:12:25 +0200

Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog	2008-03-02 21:19:15 UTC (rev 5985)
+++ packages/trunk/nexuiz/debian/changelog	2008-03-02 23:12:42 UTC (rev 5986)
@@ -1,12 +1,14 @@
-nexuiz (2.3-5) UNRELEASED; urgency=low
+nexuiz (2.4-1) UNRELEASED; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]
+  * New upstream version
   * Update to standards version 3.7.3.0. No changes
   * Update my email address
   * Don't ignore some rm-commands in rules file
-  * Install desktop icon in proper location.
+  * Install desktop icon in proper location
   * Fix Vcs-fields in control file
   * Add a description to Rhonda's no-strip-patch. Found by lintian
+  * Adept no-strip-patch to newer upstream makefile.inc
   * Fix format of NEWS.Debian. Found by lintian
   * Remove homepage URLs from package descriptions. Found by lintian
   * Use some placeholders in the copyright file instaed of fixed timestamps
@@ -14,7 +16,7 @@
   [ Ansgar Burchardt ]
   * Remove deprecated Encoding key from .desktop file
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 01:21:17 +0100
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Mon, 03 Mar 2008 00:03:19 +0100
 
 nexuiz (2.3-4) unstable; urgency=low
 

Modified: packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch
===================================================================
--- packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch	2008-03-02 21:19:15 UTC (rev 5985)
+++ packages/trunk/nexuiz/debian/patches/20_nostrip_support.dpatch	2008-03-02 23:12:42 UTC (rev 5986)
@@ -1,18 +1,18 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## nostrip_support.dpatch by Gerfried Fuchs <rhonda at debian.at>
+## 20_nostrip_support.dpatch by Bruno "Fuddl" Kleinert <fuddl at tauware.de>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Don't strip debug symbols from binaries by default
 
 @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 @@
+diff -urNad nexuiz-2.4~/darkplaces/makefile.inc nexuiz-2.4/darkplaces/makefile.inc
+--- nexuiz-2.4~/darkplaces/makefile.inc	2008-01-18 16:38:00.000000000 +0100
++++ nexuiz-2.4/darkplaces/makefile.inc	2008-03-02 23:57:12.637218522 +0100
+@@ -399,7 +399,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)
+-	$(STRIP) $(EXE)
  
- vid_glx.o: vid_glx.c
- 	$(DO_CC) -I/usr/X11R6/include
+ snd_modplug.o: snd_modplug.c
+ 	$(DO_CC) $(CFLAGS_SND_MODPLUG)




More information about the Pkg-games-commits mailing list