r12593 - in packages/trunk/funguloids/debian: . patches

Paul Wise pabs at alioth.debian.org
Sat Aug 13 19:40:59 UTC 2011


Author: pabs
Date: 2011-08-13 19:40:59 +0000 (Sat, 13 Aug 2011)
New Revision: 12593

Modified:
   packages/trunk/funguloids/debian/changelog
   packages/trunk/funguloids/debian/patches/alc_error.patch
   packages/trunk/funguloids/debian/patches/disable_mouse_capture.patch
   packages/trunk/funguloids/debian/patches/g++4.3_fix.patch
   packages/trunk/funguloids/debian/patches/g++4.6.patch
   packages/trunk/funguloids/debian/patches/makefile_modifications.diff
   packages/trunk/funguloids/debian/patches/ogre-1.6.1.patch
   packages/trunk/funguloids/debian/patches/optional_cg.patch
   packages/trunk/funguloids/debian/patches/size_chunks_reverse.patch
Log:
Add DEP-3 headers to the patches

Modified: packages/trunk/funguloids/debian/changelog
===================================================================
--- packages/trunk/funguloids/debian/changelog	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/changelog	2011-08-13 19:40:59 UTC (rev 12593)
@@ -14,6 +14,7 @@
     the Debian menu
   * Don't use reserved characters outside of quotes in the menu file
   * Clean up the watch file
+  * Add DEP-3 headers to the patches
 
  -- Paul Wise <pabs at debian.org>  Sat, 02 Apr 2011 13:12:20 +0800
 

Modified: packages/trunk/funguloids/debian/patches/alc_error.patch
===================================================================
--- packages/trunk/funguloids/debian/patches/alc_error.patch	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/alc_error.patch	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,4 +1,6 @@
-Check ALC errors instead of AL errors.
+Author: Andres Mejia <mcitadel at gmail.com>
+Description: Check ALC errors instead of AL errors.
+Forwarded: http://funguloids.sourceforge.net/files/funguloids-patches.tar.bz2
 --- a/src/openalsoundsystem.cpp
 +++ b/src/openalsoundsystem.cpp
 @@ -266,14 +266,14 @@

Modified: packages/trunk/funguloids/debian/patches/disable_mouse_capture.patch
===================================================================
--- packages/trunk/funguloids/debian/patches/disable_mouse_capture.patch	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/disable_mouse_capture.patch	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,4 +1,6 @@
-Support disabling of keyboard and mouse capture for debugging.
+Author: Andres Mejia <mcitadel at gmail.com>
+Description: Support disabling of keyboard and mouse capture for debugging.
+Forwarded: http://funguloids.sourceforge.net/disable_mouse_capture.patch
 --- a/src/input.cpp
 +++ b/src/input.cpp
 @@ -37,6 +37,21 @@

Modified: packages/trunk/funguloids/debian/patches/g++4.3_fix.patch
===================================================================
--- packages/trunk/funguloids/debian/patches/g++4.3_fix.patch	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/g++4.3_fix.patch	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,4 +1,7 @@
-Fix for compiling with g++4.3
+Author: Andres Mejia <mcitadel at gmail.com>
+Description: Fix for compiling with g++4.3
+Bug-Debian: http://bugs.debian.org/482649
+Forwarded: http://funguloids.sourceforge.net/files/funguloids-patches.tar.bz2
 --- a/src/mp3stream.cpp
 +++ b/src/mp3stream.cpp
 @@ -35,6 +35,7 @@

Modified: packages/trunk/funguloids/debian/patches/g++4.6.patch
===================================================================
--- packages/trunk/funguloids/debian/patches/g++4.6.patch	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/g++4.6.patch	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,3 +1,7 @@
+Author: Paul Wise <pabs at debian.org>
+Description: Fix FTBFS with g++ 4.6
+Bug-Debian: http://bugs.debian.org/633297
+Forwarded: no
 --- a/include/openalsoundsystem.h
 +++ b/include/openalsoundsystem.h
 @@ -47,7 +47,7 @@

Modified: packages/trunk/funguloids/debian/patches/makefile_modifications.diff
===================================================================
--- packages/trunk/funguloids/debian/patches/makefile_modifications.diff	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/makefile_modifications.diff	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,5 +1,6 @@
-Some modifications to get some of the data files installed in the correct
-places. This is mainly for the purpose of building Debian packages.
+Description: Some modifications to get some of the data files installed in the correct
+ places. This is mainly for the purpose of building Debian packages.
+Forwarded: http://funguloids.sourceforge.net/files/funguloids-patches.tar.bz2
 --- a/bin/Makefile.am
 +++ b/bin/Makefile.am
 @@ -4,7 +4,7 @@

Modified: packages/trunk/funguloids/debian/patches/ogre-1.6.1.patch
===================================================================
--- packages/trunk/funguloids/debian/patches/ogre-1.6.1.patch	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/ogre-1.6.1.patch	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,3 +1,7 @@
+Author: Michael Koch <konqueror at gmx.de>
+Description: Allow building and working with newer Ogre
+Forwarded: http://funguloids.sourceforge.net/files/funguloids-patches.tar.bz2
+Bug-Debian: http://bugs.debian.org/546353
 --- a/include/mpakogre.h
 +++ b/include/mpakogre.h
 @@ -56,6 +56,7 @@

Modified: packages/trunk/funguloids/debian/patches/optional_cg.patch
===================================================================
--- packages/trunk/funguloids/debian/patches/optional_cg.patch	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/optional_cg.patch	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,3 +1,7 @@
+Author: Cristian Morales Vega <cmorve69 at yahoo.es>
+Origin: https://build.opensuse.org/package/view_file?file=funguloids-optional_cg.patch&package=funguloids&project=games
+Description: make the Ogre Cg plugin optional
+Bug-Debian: http://bugs.debian.org/578089
 --- a/bin/plugins.cfg.in
 +++ b/bin/plugins.cfg.in
 @@ -7,6 +7,6 @@

Modified: packages/trunk/funguloids/debian/patches/size_chunks_reverse.patch
===================================================================
--- packages/trunk/funguloids/debian/patches/size_chunks_reverse.patch	2011-08-13 19:18:54 UTC (rev 12592)
+++ packages/trunk/funguloids/debian/patches/size_chunks_reverse.patch	2011-08-13 19:40:59 UTC (rev 12593)
@@ -1,5 +1,6 @@
-Correction for MPakDataStream::read(). This reflects what's done in the
-FileHandleDataStream::read() method in OgreDataStream.cpp in the Ogre library.
+Description: Correction for MPakDataStream::read(). This reflects what's done in the
+ FileHandleDataStream::read() method in OgreDataStream.cpp in the Ogre library.
+Forwarded: http://funguloids.sourceforge.net/files/funguloids-patches.tar.bz2
 --- a/src/mpakogre.cpp
 +++ b/src/mpakogre.cpp
 @@ -219,7 +219,7 @@




More information about the Pkg-games-commits mailing list