r11930 - in packages/trunk/kball/debian: . patches

Ansgar Burchardt ansgar at alioth.debian.org
Mon Mar 14 14:29:00 UTC 2011


Author: ansgar
Date: 2011-03-14 14:28:50 +0000 (Mon, 14 Mar 2011)
New Revision: 11930

Added:
   packages/trunk/kball/debian/patches/gcc-4.5.patch
Modified:
   packages/trunk/kball/debian/changelog
   packages/trunk/kball/debian/control
   packages/trunk/kball/debian/patches/series
Log:
* Fix compilation with GCC 4.5. (Closes: #565011)
  + new patch: gcc-4.5.patch
* debian/control: Add ${misc:Depends}.
* Bump Standards-Version to 3.9.1 (no changes).

Modified: packages/trunk/kball/debian/changelog
===================================================================
--- packages/trunk/kball/debian/changelog	2011-03-14 14:21:30 UTC (rev 11929)
+++ packages/trunk/kball/debian/changelog	2011-03-14 14:28:50 UTC (rev 11930)
@@ -2,6 +2,10 @@
 
   * Team upload.
   * Use source format 3.0 (quilt).
+  * Fix compilation with GCC 4.5. (Closes: #565011)
+    + new patch: gcc-4.5.patch
+  * debian/control: Add ${misc:Depends}.
+  * Bump Standards-Version to 3.9.1 (no changes).
 
  -- Ansgar Burchardt <ansgar at debian.org>  Mon, 14 Mar 2011 15:12:26 +0100
 

Modified: packages/trunk/kball/debian/control
===================================================================
--- packages/trunk/kball/debian/control	2011-03-14 14:21:30 UTC (rev 11929)
+++ packages/trunk/kball/debian/control	2011-03-14 14:28:50 UTC (rev 11930)
@@ -4,14 +4,14 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bdefreese at debian.org>
 Build-Depends: debhelper (>= 5.0.0), libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.9.1
 Homepage: http://kball.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kball/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/kball/?op=log
 
 Package: kball
 Architecture: any
-Depends: ${shlibs:Depends}, kball-data (>= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, kball-data (>= ${source:Version})
 Description: game of skill and reflexes for all the family
  A game of skill and reflexes, non violent, suitable for all ages. The idea
  is to move the ball around the map, without falling, without running out of
@@ -20,6 +20,7 @@
 
 Package: kball-data
 Architecture: all
+Depends: ${misc:Depends}
 Description: game of skill and reflexes for all the family - data files
  A game of skill and reflexes, non violent, suitable for all ages. The idea
  is to move the ball around the map, without falling, without running out of

Added: packages/trunk/kball/debian/patches/gcc-4.5.patch
===================================================================
--- packages/trunk/kball/debian/patches/gcc-4.5.patch	                        (rev 0)
+++ packages/trunk/kball/debian/patches/gcc-4.5.patch	2011-03-14 14:28:50 UTC (rev 11930)
@@ -0,0 +1,15 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Mon, 14 Mar 2011 15:12:26 +0100
+Subject: Fix compilation with GCC 4.5
+Bug-Debian: http://bugs.debian.org/565011
+--- kball.orig/src/cwdata.cpp
++++ kball/src/cwdata.cpp
+@@ -33,7 +33,7 @@
+ // ------------------------------------------------------------------
+ CWDatafile::CWDatafile(const char *filename)
+ {
+-	CWDatafile::CWDatafile();
++	CWDatafile();
+ 
+ 	this->load_datafile(filename);
+ }

Modified: packages/trunk/kball/debian/patches/series
===================================================================
--- packages/trunk/kball/debian/patches/series	2011-03-14 14:21:30 UTC (rev 11929)
+++ packages/trunk/kball/debian/patches/series	2011-03-14 14:28:50 UTC (rev 11930)
@@ -7,3 +7,4 @@
 07_homedir_editor.patch
 08_dont_strip.patch
 09_keypad_enter.patch
+gcc-4.5.patch




More information about the Pkg-games-commits mailing list