[SCM] Maintenance of the burgerspace game branch, master, updated. debian/1.9.0-3-5-g10c9206

Vincent Legout vincent at legout.info
Mon Apr 16 06:51:17 UTC 2012


The following commit has been merged in the master branch:
commit 88d39231afd1363843dc2491b4dc87b947a1a344
Author: Vincent Legout <vincent at legout.info>
Date:   Sun Apr 15 20:55:10 2012 +0200

    Add fix_ftbfs_with_gcc_4.7.patch

diff --git a/debian/changelog b/debian/changelog
index b70bbb6..1372e54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ burgerspace (1.9.0-4) unstable; urgency=low
     - Update Build-Depends
     - Remove patches debian-changes-1.9.0-3 and
     update_automake_1.7_to_1.11.patch, they are not needed anymore
+  * Add debian/patches/fix_ftbfs_with_gcc_4.7.patch. Fix FTBFS with gcc 4.7
+    due to missing <unistd.h> include. Thanks to Cyril Brulebois for the
+    patch. (Closes: #667125)
 
  -- Vincent Legout <vlegout at debian.org>  Sun, 15 Apr 2012 19:50:57 +0200
 
diff --git a/debian/patches/fix_ftbfs_with_gcc_4.7.patch b/debian/patches/fix_ftbfs_with_gcc_4.7.patch
new file mode 100644
index 0000000..03fb32c
--- /dev/null
+++ b/debian/patches/fix_ftbfs_with_gcc_4.7.patch
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with gcc 4.7 due to missing <unistd.h> include
+Author: Cyril Brulebois <kibi at debian.org>
+Last-Update: 2012-04-15
+
+Index: burgerspace/src/RemoteServer.cpp
+===================================================================
+--- burgerspace.orig/src/RemoteServer.cpp	2012-04-15 19:50:18.218703060 +0200
++++ burgerspace/src/RemoteServer.cpp	2012-04-15 20:52:51.966712868 +0200
+@@ -32,6 +32,7 @@
+ #include <netdb.h>
+ #include <errno.h>
+ #include <limits.h>
++#include <unistd.h>
+ 
+ 
+ using namespace std;
diff --git a/debian/patches/series b/debian/patches/series
index 7ddde54..4c552cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_menu_categories.patch
 manpage_fixes.patch
+fix_ftbfs_with_gcc_4.7.patch

-- 
Maintenance of the burgerspace game



More information about the Pkg-games-commits mailing list