Author: pabs Date: 2008-02-16 04:18:49 +0000 (Sat, 16 Feb 2008) New Revision: 5795
Modified: packages/trunk/chromium/debian/patches/05_wall_flag.diff packages/trunk/chromium/debian/patches/10_buildfixes.dpatch packages/trunk/chromium/debian/patches/15_soundfix.dpatch packages/trunk/chromium/debian/patches/20_badcode.dpatch packages/trunk/chromium/debian/patches/25_gcc4.dpatch packages/trunk/chromium/debian/patches/26_gcc4.3.patch packages/trunk/chromium/debian/patches/30_new_openAL.dpatch packages/trunk/chromium/debian/patches/35_powerup_crash.diff packages/trunk/chromium/debian/patches/40_sdl_quit.diff packages/trunk/chromium/debian/patches/45_unpause_onquit packages/trunk/chromium/debian/patches/50_fix-configure packages/trunk/chromium/debian/patches/55_mouse-restart Log: add patch metadata to the rest of the patches Modified: packages/trunk/chromium/debian/patches/05_wall_flag.diff =================================================================== --- packages/trunk/chromium/debian/patches/05_wall_flag.diff 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/05_wall_flag.diff 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,5 +1,6 @@ -Index: chromium-0.9.12/src/Makefile -=================================================================== +05_wall_flag.diff +Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> +Add warnings and debugging to the CFLAGS --- chromium-0.9.12.orig/src/Makefile 2007-04-06 22:52:03.000000000 +0200 +++ chromium-0.9.12/src/Makefile 2007-04-06 22:53:10.000000000 +0200 @@ -10,8 +10,8 @@ Modified: packages/trunk/chromium/debian/patches/10_buildfixes.dpatch =================================================================== --- packages/trunk/chromium/debian/patches/10_buildfixes.dpatch 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/10_buildfixes.dpatch 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,11 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_buildfixes.dpatch by Mike Furr <[EMAIL PROTECTED]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - [EMAIL PROTECTED]@ -diff -urNad chromium-0.9.12~/configure chromium-0.9.12/configure +10_buildfixes.dpatch +Mike Furr <[EMAIL PROTECTED]> +Fix some build issues. --- chromium-0.9.12~/configure 2006-03-18 16:36:41.823022701 -0500 +++ chromium-0.9.12/configure 2006-03-18 16:37:04.117957717 -0500 @@ -158,8 +158,8 @@ Modified: packages/trunk/chromium/debian/patches/15_soundfix.dpatch =================================================================== --- packages/trunk/chromium/debian/patches/15_soundfix.dpatch 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/15_soundfix.dpatch 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,11 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 15_soundfix.dpatch by Mike Furr <[EMAIL PROTECTED]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - [EMAIL PROTECTED]@ -diff -urNad --exclude=CVS --exclude=.svn ./src/AudioOpenAL.cpp /tmp/dpep-work.DHdnn0/chromium-0.9.12/src/AudioOpenAL.cpp +15_soundfix.dpatch +Mike Furr <[EMAIL PROTECTED]> +Set a default OpenAL distance model?? --- ./src/AudioOpenAL.cpp 2001-05-20 21:48:16.000000000 -0400 +++ /tmp/dpep-work.DHdnn0/chromium-0.9.12/src/AudioOpenAL.cpp 2005-08-07 18:35:00.980472404 -0400 @@ -124,6 +124,7 @@ Modified: packages/trunk/chromium/debian/patches/20_badcode.dpatch =================================================================== --- packages/trunk/chromium/debian/patches/20_badcode.dpatch 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/20_badcode.dpatch 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,11 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 20_badcode.dpatch by Mike Furr <[EMAIL PROTECTED]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - [EMAIL PROTECTED]@ -diff -urNad --exclude=CVS --exclude=.svn ./src/HiScore.cpp /tmp/dpep-work.7aaKqf/chromium-0.9.12/src/HiScore.cpp +20_badcode.dpatch +Mike Furr <[EMAIL PROTECTED]> +Fixes for badly written code. --- ./src/HiScore.cpp 2001-02-10 15:28:16.000000000 -0500 +++ /tmp/dpep-work.7aaKqf/chromium-0.9.12/src/HiScore.cpp 2005-08-07 18:36:19.038244187 -0400 @@ -306,6 +306,8 @@ Modified: packages/trunk/chromium/debian/patches/25_gcc4.dpatch =================================================================== --- packages/trunk/chromium/debian/patches/25_gcc4.dpatch 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/25_gcc4.dpatch 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,11 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 25_gcc4.dpatch by Mike Furr <[EMAIL PROTECTED]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - [EMAIL PROTECTED]@ -diff -urNad --exclude=CVS --exclude=.svn ./src/AudioOpenAL.cpp /tmp/dpep-work.e6tZc1/chromium-0.9.12/src/AudioOpenAL.cpp +25_gcc4.dpatch +Mike Furr <[EMAIL PROTECTED]> +Removed some unneeded casts for g++ 4 --- ./src/AudioOpenAL.cpp 2005-08-07 18:55:15.030494242 -0400 +++ /tmp/dpep-work.e6tZc1/chromium-0.9.12/src/AudioOpenAL.cpp 2005-08-07 18:59:26.975561484 -0400 @@ -311,7 +311,7 @@ Modified: packages/trunk/chromium/debian/patches/26_gcc4.3.patch =================================================================== --- packages/trunk/chromium/debian/patches/26_gcc4.3.patch 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/26_gcc4.3.patch 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,6 +1,6 @@ 26_gcc4.3.patch Paul Wise <[EMAIL PROTECTED]> -Fix some GCC 4.3 build issues. +Fix a GCC 4.3 build issue. http://bugs.debian.org/461708 --- src/NCString.h.orig +++ src/NCString.h Modified: packages/trunk/chromium/debian/patches/30_new_openAL.dpatch =================================================================== --- packages/trunk/chromium/debian/patches/30_new_openAL.dpatch 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/30_new_openAL.dpatch 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,12 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 30_new_openAL.dpatch by Mike Furr <[EMAIL PROTECTED]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - [EMAIL PROTECTED]@ -Index: chromium-0.9.12/src/AudioOpenAL.cpp -=================================================================== +30_new_openAL.dpatch +Mike Furr <[EMAIL PROTECTED]> +Update some code to new OpenAL API --- chromium-0.9.12.orig/src/AudioOpenAL.cpp 2007-04-06 22:26:45.000000000 +0200 +++ chromium-0.9.12/src/AudioOpenAL.cpp 2007-04-06 22:26:45.000000000 +0200 @@ -52,8 +52,8 @@ @@ -60,8 +54,6 @@ } return retVal; #endif//USE_PLAYLIST -Index: chromium-0.9.12/src/AudioOpenAL.h -=================================================================== --- chromium-0.9.12.orig/src/AudioOpenAL.h 2001-03-20 16:11:07.000000000 +0100 +++ chromium-0.9.12/src/AudioOpenAL.h 2007-04-06 22:26:45.000000000 +0200 @@ -16,6 +16,7 @@ Modified: packages/trunk/chromium/debian/patches/35_powerup_crash.diff =================================================================== --- packages/trunk/chromium/debian/patches/35_powerup_crash.diff 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/35_powerup_crash.diff 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,5 +1,7 @@ -Index: chromium-0.9.12/src/HeroAircraft.cpp -=================================================================== +35_powerup_crash.diff +Brandon Barnes <[EMAIL PROTECTED]> +Fix a crash in the powerhup handling +http://bugs.debian.org/411614 --- chromium-0.9.12.orig/src/HeroAircraft.cpp 2007-04-06 22:27:23.000000000 +0200 +++ chromium-0.9.12/src/HeroAircraft.cpp 2007-04-06 22:28:08.000000000 +0200 @@ -663,12 +663,12 @@ Modified: packages/trunk/chromium/debian/patches/40_sdl_quit.diff =================================================================== --- packages/trunk/chromium/debian/patches/40_sdl_quit.diff 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/40_sdl_quit.diff 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,5 +1,7 @@ -Index: chromium-0.9.12/src/MainSDL_Event.cpp -=================================================================== +40_sdl_quit.diff +Brandon Barnes <[EMAIL PROTECTED]> +Honour SDL_QUIT, allowing termination of chromium +http://bugs.debian.org/390313 --- chromium-0.9.12.orig/src/MainSDL_Event.cpp 2007-04-06 22:28:46.000000000 +0200 +++ chromium-0.9.12/src/MainSDL_Event.cpp 2007-04-06 22:29:28.000000000 +0200 @@ -71,6 +71,8 @@ Modified: packages/trunk/chromium/debian/patches/45_unpause_onquit =================================================================== --- packages/trunk/chromium/debian/patches/45_unpause_onquit 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/45_unpause_onquit 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,5 +1,7 @@ -Index: chromium-0.9.12/src/Global.cpp -=================================================================== +45_unpause_onquit +Siegfried-Angel Gevatter Pujals <[EMAIL PROTECTED]> +Don't start paused if you restart it when paused. +http://launchpad.net/bugs/120869 --- chromium-0.9.12.orig/src/Global.cpp 2007-06-17 22:42:27.000000000 +0200 +++ chromium-0.9.12/src/Global.cpp 2007-06-17 22:42:52.000000000 +0200 @@ -143,6 +143,7 @@ Modified: packages/trunk/chromium/debian/patches/50_fix-configure =================================================================== --- packages/trunk/chromium/debian/patches/50_fix-configure 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/50_fix-configure 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,5 +1,7 @@ -Index: chromium-0.9.12/configure -=================================================================== +50_fix-configure +Someone from Ubuntu, maybe Luca Falavigna <[EMAIL PROTECTED]> +Use bash in configure to prevent FTBFS with dash +http://bugs.debian.org/459056 --- chromium-0.9.12.orig/configure 2007-05-26 15:41:50.000000000 -0500 +++ chromium-0.9.12/configure 2007-05-26 15:42:47.000000000 -0500 @@ -1,4 +1,4 @@ Modified: packages/trunk/chromium/debian/patches/55_mouse-restart =================================================================== --- packages/trunk/chromium/debian/patches/55_mouse-restart 2008-02-16 03:42:04 UTC (rev 5794) +++ packages/trunk/chromium/debian/patches/55_mouse-restart 2008-02-16 04:18:49 UTC (rev 5795) @@ -1,5 +1,7 @@ -Index: chromium-0.9.12/src/MainSDL_Event.cpp -=================================================================== +55_mouse-restart +Brandon Barnes <[EMAIL PROTECTED]> +Allow using the mouse to start a new game after dying. +http://bugs.debian.org/426817 --- chromium-0.9.12.orig/src/MainSDL_Event.cpp 2007-06-19 02:55:33.000000000 +0900 +++ chromium-0.9.12/src/MainSDL_Event.cpp 2007-06-19 02:56:02.000000000 +0900 @@ -396,6 +396,10 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

