r10639 - in packages/trunk/sabre/debian: . patches

Christoph Egger christoph at alioth.debian.org
Fri Dec 25 21:58:19 UTC 2009


Author: christoph
Date: 2009-12-25 21:58:18 +0000 (Fri, 25 Dec 2009)
New Revision: 10639

Added:
   packages/trunk/sabre/debian/README.source
   packages/trunk/sabre/debian/patches/042_gcc44.diff
Modified:
   packages/trunk/sabre/debian/changelog
   packages/trunk/sabre/debian/patches/series
Log:
Upload current fixes let's decide about removal later

Added: packages/trunk/sabre/debian/README.source
===================================================================
--- packages/trunk/sabre/debian/README.source	                        (rev 0)
+++ packages/trunk/sabre/debian/README.source	2009-12-25 21:58:18 UTC (rev 10639)
@@ -0,0 +1,13 @@
+Task: apply debian patches
+Tools: quilt
+Command: quilt push -a
+Description: 
+  Please read /usr/share/doc/quilt/README.source how to use quilt for
+  managing Debian patches.
+  .
+  This might not be needed for there are not always patches. The steps
+  outlined above should always work nonetheless. If you want to see if
+  there are patches, check if there are files in debian/patches apart
+  from the one called «series»
+
+ -- Christoph Egger <christoph at debian.org>, Fri, 25 Dec 2009 22:54:10 +0100

Modified: packages/trunk/sabre/debian/changelog
===================================================================
--- packages/trunk/sabre/debian/changelog	2009-12-24 22:58:46 UTC (rev 10638)
+++ packages/trunk/sabre/debian/changelog	2009-12-25 21:58:18 UTC (rev 10639)
@@ -1,5 +1,6 @@
 sabre (0.2.4b-26.1) unstable; urgency=low
 
+  [ Gonéri Le Bouder ]
   * Add myself as upload
   * FTBFS with GCC 4.4: missing #include, thanks Martin Michlmayr
     (Closes: #505374) 
@@ -9,8 +10,12 @@
   * add -f flag to 'ln -s' so it's now possible to
     run 'fakeroot make - f debian/rules binary' two times in a row 
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 23 Jul 2009 17:22:50 +0200
+  [ Christoph Egger ]
+  * Actually download + add gcc4.4 patch
+  * Import README.source from supertuxkart
 
+ -- Christoph Egger <christoph at debian.org>  Fri, 25 Dec 2009 22:53:28 +0100
+
 sabre (0.2.4b-26) unstable; urgency=low
 
   * debian/sabre.postinst:

Added: packages/trunk/sabre/debian/patches/042_gcc44.diff
===================================================================
--- packages/trunk/sabre/debian/patches/042_gcc44.diff	                        (rev 0)
+++ packages/trunk/sabre/debian/patches/042_gcc44.diff	2009-12-25 21:58:18 UTC (rev 10639)
@@ -0,0 +1,11 @@
+--- a/src/txtrmap.h	2008-11-11 21:54:06.000000000 +0000
++++ b/src/txtrmap.h	2008-11-11 21:54:20.000000000 +0000
+@@ -30,6 +30,8 @@
+ #include "colormap.h"
+ #endif
+ 
++#include <stdint.h>
++
+ #ifdef USES_DDRAW
+ #include <ddraw.h>
+ #include <d3d.h>

Modified: packages/trunk/sabre/debian/patches/series
===================================================================
--- packages/trunk/sabre/debian/patches/series	2009-12-24 22:58:46 UTC (rev 10638)
+++ packages/trunk/sabre/debian/patches/series	2009-12-25 21:58:18 UTC (rev 10639)
@@ -8,4 +8,3 @@
 040_gcc43_2.diff
 041_gcc43.diff
 042_gcc44.diff
-




More information about the Pkg-games-commits mailing list