tag 667106 patch
thanks

Matthias Klose <d...@debian.org> (03/04/2012):
> Package: auralquiz
> Version: 0.8-1
> Severity: important
> Tags: sid wheezy
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU.

Mraw,
KiBi.
diff -Nru auralquiz-0.8/debian/changelog auralquiz-0.8/debian/changelog
--- auralquiz-0.8/debian/changelog	2012-02-08 04:20:20.000000000 +0000
+++ auralquiz-0.8/debian/changelog	2012-04-04 22:35:05.000000000 +0000
@@ -1,3 +1,11 @@
+auralquiz (0.8-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667106).
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 04 Apr 2012 22:34:34 +0000
+
 auralquiz (0.8-1) unstable; urgency=low
 
   * Initial release. (Closes: #653659)
diff -Nru auralquiz-0.8/debian/patches/fix-ftbfs-with-gcc-4.7 auralquiz-0.8/debian/patches/fix-ftbfs-with-gcc-4.7
--- auralquiz-0.8/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 00:00:00.000000000 +0000
+++ auralquiz-0.8/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-04 22:35:56.000000000 +0000
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include.
+Author: Cyril Brulebois <k...@debian.org>
+Bug-Debian: http://bugs.debian.org/667106
+
+--- auralquiz-0.8.orig/src/auralwindow.cpp
++++ auralquiz-0.8/src/auralwindow.cpp
+@@ -18,6 +18,8 @@
+  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .
+  */
+ 
++#include <unistd.h>
++
+ #include "auralwindow.h"
+ 
+ 
diff -Nru auralquiz-0.8/debian/patches/series auralquiz-0.8/debian/patches/series
--- auralquiz-0.8/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ auralquiz-0.8/debian/patches/series	2012-04-04 22:35:20.000000000 +0000
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7

Attachment: signature.asc
Description: Digital signature

Reply via email to