r2589 - in packages/trunk/late/debian: . patches

Javier Galicia javier_galicia-guest at alioth.debian.org
Sun Apr 22 22:02:25 UTC 2007


Author: javier_galicia-guest
Date: 2007-04-22 22:02:24 +0000 (Sun, 22 Apr 2007)
New Revision: 2589

Added:
   packages/trunk/late/debian/patches/gcc.dpatch
Modified:
   packages/trunk/late/debian/changelog
   packages/trunk/late/debian/patches/00list
Log:
added gcc.dpatch to build the package witch GCC 4.3 and closing the bug #417317

Modified: packages/trunk/late/debian/changelog
===================================================================
--- packages/trunk/late/debian/changelog	2007-04-22 17:34:51 UTC (rev 2588)
+++ packages/trunk/late/debian/changelog	2007-04-22 22:02:24 UTC (rev 2589)
@@ -13,6 +13,7 @@
   * Added patch usleep
   * Added Support to dpatch
   * added as uploaded (Closes: #390826)
+  * Added patch with support to GCC 4.3 (Closes: #417317)
 
   [ Gonéri Le Bouder ]
   * add watch file

Modified: packages/trunk/late/debian/patches/00list
===================================================================
--- packages/trunk/late/debian/patches/00list	2007-04-22 17:34:51 UTC (rev 2588)
+++ packages/trunk/late/debian/patches/00list	2007-04-22 22:02:24 UTC (rev 2589)
@@ -1 +1,2 @@
-usleep.dpatch
\ No newline at end of file
+usleep.dpatch
+gcc.dpatch

Added: packages/trunk/late/debian/patches/gcc.dpatch
===================================================================
--- packages/trunk/late/debian/patches/gcc.dpatch	2007-04-22 17:34:51 UTC (rev 2588)
+++ packages/trunk/late/debian/patches/gcc.dpatch	2007-04-22 22:02:24 UTC (rev 2589)
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc.dpatch by Martin Michlmayr <tbm at cyrius.com>
+
+ at DPATCH@
+diff -ur late-0.1.0/src/init.cpp late-0.1.0-gcc/src/init.cpp
+--- late-0.1.0/src/init.cpp	2003-08-17 10:33:27.000000000 +0000
++++ late-0.1.0-gcc/src/init.cpp	2007-04-22 21:34:16.000000000 +0000
+@@ -24,6 +24,7 @@
+ #include "graphics.h"
+ #include "arch.h"
+ #include "scorescreen.h"
++#include <cstdlib>
+ #include <fstream>
+ #include <iostream>
+ using namespace std; 


Property changes on: packages/trunk/late/debian/patches/gcc.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list