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

Evgeni Golov evgeni at alioth.debian.org
Sat May 7 12:22:45 UTC 2011


Author: evgeni
Date: 2011-05-07 12:22:31 +0000 (Sat, 07 May 2011)
New Revision: 12218

Added:
   packages/trunk/late/debian/patches/gcc-4.6.dpatch
Modified:
   packages/trunk/late/debian/changelog
   packages/trunk/late/debian/patches/00list
Log:
Include stddef.h in ball.h to define NULL.
Closes: #624937



Modified: packages/trunk/late/debian/changelog
===================================================================
--- packages/trunk/late/debian/changelog	2011-05-07 12:02:08 UTC (rev 12217)
+++ packages/trunk/late/debian/changelog	2011-05-07 12:22:31 UTC (rev 12218)
@@ -1,3 +1,11 @@
+late (0.1.0-12) unstable; urgency=low
+
+  * Team upload.
+  * Include stddef.h in ball.h to define NULL.
+    Closes: #624937
+
+ -- Evgeni Golov <evgeni at debian.org>  Sat, 07 May 2011 14:17:36 +0200
+
 late (0.1.0-11) unstable; urgency=low
 
   [Javier Galicia]

Modified: packages/trunk/late/debian/patches/00list
===================================================================
--- packages/trunk/late/debian/patches/00list	2011-05-07 12:02:08 UTC (rev 12217)
+++ packages/trunk/late/debian/patches/00list	2011-05-07 12:22:31 UTC (rev 12218)
@@ -1,3 +1,4 @@
 usleep.dpatch
 gcc.dpatch
 gcc-4.3.dpatch
+gcc-4.6.dpatch

Added: packages/trunk/late/debian/patches/gcc-4.6.dpatch
===================================================================
--- packages/trunk/late/debian/patches/gcc-4.6.dpatch	                        (rev 0)
+++ packages/trunk/late/debian/patches/gcc-4.6.dpatch	2011-05-07 12:22:31 UTC (rev 12218)
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc-4.6.dpatch by Evgeni Golov <evgeni at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Build with gcc-4.6.
+
+ at DPATCH@
+--- late-0.1.0.orig/src/ball.h
++++ late-0.1.0/src/ball.h
+@@ -25,6 +25,7 @@
+ class ball;
+ 
+ #include "square.h"
++#include <stddef.h>
+ 
+ class ball_base
+ {


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




More information about the Pkg-games-commits mailing list