r10784 - in packages/trunk/libtuxcap/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Wed Feb 3 14:40:21 UTC 2010


Author: miriam
Date: 2010-02-03 14:40:21 +0000 (Wed, 03 Feb 2010)
New Revision: 10784

Added:
   packages/trunk/libtuxcap/debian/patches/kfreebsd.patch
Modified:
   packages/trunk/libtuxcap/debian/changelog
   packages/trunk/libtuxcap/debian/control
   packages/trunk/libtuxcap/debian/patches/series
Log:
Added kfreebsd patch to fix #568166



Modified: packages/trunk/libtuxcap/debian/changelog
===================================================================
--- packages/trunk/libtuxcap/debian/changelog	2010-02-03 01:09:41 UTC (rev 10783)
+++ packages/trunk/libtuxcap/debian/changelog	2010-02-03 14:40:21 UTC (rev 10784)
@@ -1,3 +1,11 @@
+libtuxcap (1.4.0.dfsg2-2) UNRELEASED; urgency=low
+
+  * Modified libmagick* packages in Build-Depends.
+    The new ones which are: libmagickwand-dev, libmagick++-dev
+  * Added kfreebsd.patch. Closes: #568166
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 03 Feb 2010 15:36:26 +0100
+
 libtuxcap (1.4.0.dfsg2-1) unstable; urgency=low
 
   * Initial release. Closes: #536867

Modified: packages/trunk/libtuxcap/debian/control
===================================================================
--- packages/trunk/libtuxcap/debian/control	2010-02-03 01:09:41 UTC (rev 10783)
+++ packages/trunk/libtuxcap/debian/control	2010-02-03 14:40:21 UTC (rev 10784)
@@ -4,7 +4,7 @@
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: debhelper (>= 7), dh-buildinfo, quilt, cmake,
  libsdl1.2-dev, libsdl-mixer1.2-dev,libgl1-mesa-dev, libglu1-mesa-dev,
- libmagick9-dev, libmagick++9-dev, python2.5-dev
+ libmagickwand-dev, libmagick++-dev, python2.5-dev
 Standards-Version: 3.8.3
 Section: libs
 Homepage: http://tuxcap.sourceforge.net/

Added: packages/trunk/libtuxcap/debian/patches/kfreebsd.patch
===================================================================
--- packages/trunk/libtuxcap/debian/patches/kfreebsd.patch	                        (rev 0)
+++ packages/trunk/libtuxcap/debian/patches/kfreebsd.patch	2010-02-03 14:40:21 UTC (rev 10784)
@@ -0,0 +1,13 @@
+--- a/tuxcap/include/Physics.h
++++ b/tuxcap/include/Physics.h
+@@ -31,8 +31,10 @@
+ #include "chipmunk.h"
+ #include "PhysicsListener.h"
+ #include "SexyVector.h"
++#if defined(linux)
+ #include <linux/types.h>
+ typedef     __u32       uint32_t;
++#endif
+ 
+ 
+ namespace Sexy

Modified: packages/trunk/libtuxcap/debian/patches/series
===================================================================
--- packages/trunk/libtuxcap/debian/patches/series	2010-02-03 01:09:41 UTC (rev 10783)
+++ packages/trunk/libtuxcap/debian/patches/series	2010-02-03 14:40:21 UTC (rev 10784)
@@ -3,3 +3,4 @@
 particles_res.patch
 abs_dirs.patch
 includes.patch
+kfreebsd.patch




More information about the Pkg-games-commits mailing list