r12007 - in packages/trunk/barrage/debian: . patches

Paul Wise pabs at alioth.debian.org
Thu Mar 24 13:24:34 UTC 2011


Author: pabs
Date: 2011-03-24 13:24:33 +0000 (Thu, 24 Mar 2011)
New Revision: 12007

Modified:
   packages/trunk/barrage/debian/changelog
   packages/trunk/barrage/debian/patches/01_getopt.diff
   packages/trunk/barrage/debian/patches/02_nosound.diff
   packages/trunk/barrage/debian/patches/fix-FTBFS-with-GCC-4.5.patch
   packages/trunk/barrage/debian/patches/fix_sprintf
Log:
Forward patches upstream and add DEP-3 headers to them

Modified: packages/trunk/barrage/debian/changelog
===================================================================
--- packages/trunk/barrage/debian/changelog	2011-03-24 13:00:13 UTC (rev 12006)
+++ packages/trunk/barrage/debian/changelog	2011-03-24 13:24:33 UTC (rev 12007)
@@ -21,6 +21,7 @@
   * Lengthen the short description in the manual page
   * Bump upstream copyright years
   * Switch to upstream's new wording for the game description
+  * Forward patches upstream and add DEP-3 headers to them
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Mon, 03 Jan 2011 22:09:01 +0100
 

Modified: packages/trunk/barrage/debian/patches/01_getopt.diff
===================================================================
--- packages/trunk/barrage/debian/patches/01_getopt.diff	2011-03-24 13:00:13 UTC (rev 12006)
+++ packages/trunk/barrage/debian/patches/01_getopt.diff	2011-03-24 13:24:33 UTC (rev 12007)
@@ -1,3 +1,7 @@
+Author: Barry deFreese <bdefreese at debian.org>
+Description: use an int instead of a char to avoid signedness portability issues
+Bug: http://sf.net/support/tracker.php?aid=3240735
+Bug-Debian: http://bugs.debian.org/472315
 --- a/src/main.c
 +++ b/src/main.c
 @@ -555,7 +555,7 @@

Modified: packages/trunk/barrage/debian/patches/02_nosound.diff
===================================================================
--- packages/trunk/barrage/debian/patches/02_nosound.diff	2011-03-24 13:00:13 UTC (rev 12006)
+++ packages/trunk/barrage/debian/patches/02_nosound.diff	2011-03-24 13:24:33 UTC (rev 12007)
@@ -1,3 +1,7 @@
+Author: Barry deFreese <bdefreese at debian.org>
+Description: fix startup when no sound device is available
+Bug: http://sf.net/support/tracker.php?aid=3240753
+Bug-Debian: http://bugs.debian.org/449328
 --- a/src/data.c
 +++ b/src/data.c
 @@ -51,6 +51,8 @@

Modified: packages/trunk/barrage/debian/patches/fix-FTBFS-with-GCC-4.5.patch
===================================================================
--- packages/trunk/barrage/debian/patches/fix-FTBFS-with-GCC-4.5.patch	2011-03-24 13:00:13 UTC (rev 12006)
+++ packages/trunk/barrage/debian/patches/fix-FTBFS-with-GCC-4.5.patch	2011-03-24 13:24:33 UTC (rev 12007)
@@ -1,3 +1,7 @@
+Author: Ilya Barygin <barygin at gmail.com>
+Description: link with the math library to fix build failure with GCC 4.5
+Bug: http://sf.net/support/tracker.php?aid=3240772
+Bug-Debian: http://bugs.debian.org/553932
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
 @@ -14,7 +14,7 @@

Modified: packages/trunk/barrage/debian/patches/fix_sprintf
===================================================================
--- packages/trunk/barrage/debian/patches/fix_sprintf	2011-03-24 13:00:13 UTC (rev 12006)
+++ packages/trunk/barrage/debian/patches/fix_sprintf	2011-03-24 13:24:33 UTC (rev 12007)
@@ -1,3 +1,7 @@
+Author: Gonéri Le Bouder <goneri at rulezlan.org>
+Description: fix use of sprintf
+Bug: http://sf.net/support/tracker.php?aid=3240767
+Bug-Debian: http://lists.debian.org/debian-devel/2008/12/msg01079.html
 --- a/src/SFont.c
 +++ b/src/SFont.c
 @@ -182,7 +182,7 @@




More information about the Pkg-games-commits mailing list