Author: steve-guest
Date: 2012-05-25 04:46:12 +0000 (Fri, 25 May 2012)
New Revision: 13611

Added:
   packages/trunk/jstest-gtk/debian/patches/gcc-4.7.patch
Modified:
   packages/trunk/jstest-gtk/debian/changelog
   packages/trunk/jstest-gtk/debian/patches/series
Log:
Acknowledge NMU.

Modified: packages/trunk/jstest-gtk/debian/changelog
===================================================================
--- packages/trunk/jstest-gtk/debian/changelog  2012-05-24 09:05:39 UTC (rev 
13610)
+++ packages/trunk/jstest-gtk/debian/changelog  2012-05-25 04:46:12 UTC (rev 
13611)
@@ -1,10 +1,19 @@
 jstest-gtk (0.1.1~git20090722-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Acknowledge NMU (thanks Gregor!).
   * Limit architectures to those using Linux kernels.
 
- -- Stephen Kitt <st...@sk2.org>  Sun, 10 Apr 2011 08:35:54 +0200
+ -- Stephen Kitt <st...@sk2.org>  Fri, 25 May 2012 06:42:17 +0200
 
+jstest-gtk (0.1.1~git20090722-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch gcc-4.7.patch from Paul Tagliamonte
+    (adds missing include).
+    Closes: #667217
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 22 Apr 2012 15:56:27 +0200
+
 jstest-gtk (0.1.1~git20090722-1) unstable; urgency=low
 
   * Initial release (Closes: #527962).

Added: packages/trunk/jstest-gtk/debian/patches/gcc-4.7.patch
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/gcc-4.7.patch                      
        (rev 0)
+++ packages/trunk/jstest-gtk/debian/patches/gcc-4.7.patch      2012-05-25 
04:46:12 UTC (rev 13611)
@@ -0,0 +1,18 @@
+Description: add missing include to avoid FTBFS with gcc 4.7
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/667217
+Forwarded: no
+Author: Paul Tagliamonte <t...@pault.ag>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2012-04-22
+
+--- a/src/joystick.cpp 2012-04-20 22:45:45.387631756 -0400
++++ b/src/joystick.cpp 2012-04-20 22:45:50.731631472 -0400
+@@ -29,6 +29,7 @@
+ #include <fcntl.h>
+ #include <string.h>
+ #include <sstream>
++#include <unistd.h>
+ #include <linux/joystick.h>
+ #include <glibmm/main.h>
+ #include <glibmm/convert.h>

Modified: packages/trunk/jstest-gtk/debian/patches/series
===================================================================
--- packages/trunk/jstest-gtk/debian/patches/series     2012-05-24 09:05:39 UTC 
(rev 13610)
+++ packages/trunk/jstest-gtk/debian/patches/series     2012-05-25 04:46:12 UTC 
(rev 13611)
@@ -2,3 +2,4 @@
 libraries.patch
 strict-dependencies.patch
 persistent-settings.patch
+gcc-4.7.patch


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to