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 <[email protected]> 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 <[email protected]> +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 <[email protected]> +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 <[email protected]> +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 <[email protected]> +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 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

