tag 667125 patch
thanks

Matthias Klose <d...@debian.org> (03/04/2012):
> Package: burgerspace
> Version: 1.9.0-3.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 burgerspace-1.9.0/debian/changelog burgerspace-1.9.0/debian/changelog
--- burgerspace-1.9.0/debian/changelog	2012-01-18 01:11:35.000000000 +0000
+++ burgerspace-1.9.0/debian/changelog	2012-04-04 23:44:53.000000000 +0000
@@ -1,3 +1,10 @@
+burgerspace (1.9.0-3.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 due to missing <unistd.h> include (Closes: #667125).
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 04 Apr 2012 23:44:34 +0000
+
 burgerspace (1.9.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload
diff -Nru burgerspace-1.9.0/debian/patches/fix_ftbfs_with_gcc_4.7.patch burgerspace-1.9.0/debian/patches/fix_ftbfs_with_gcc_4.7.patch
--- burgerspace-1.9.0/debian/patches/fix_ftbfs_with_gcc_4.7.patch	1970-01-01 00:00:00.000000000 +0000
+++ burgerspace-1.9.0/debian/patches/fix_ftbfs_with_gcc_4.7.patch	2012-04-04 23:44:27.000000000 +0000
@@ -0,0 +1,10 @@
+--- a/src/RemoteServer.cpp
++++ b/src/RemoteServer.cpp
+@@ -32,6 +32,7 @@
+ #include <netdb.h>
+ #include <errno.h>
+ #include <limits.h>
++#include <unistd.h>
+ 
+ 
+ using namespace std;
diff -Nru burgerspace-1.9.0/debian/patches/series burgerspace-1.9.0/debian/patches/series
--- burgerspace-1.9.0/debian/patches/series	2012-01-15 18:10:02.000000000 +0000
+++ burgerspace-1.9.0/debian/patches/series	2012-04-04 23:45:54.000000000 +0000
@@ -2,3 +2,5 @@
 manpage_fixes.patch
 debian-changes-1.9.0-3
 update_automake_1.7_to_1.11.patch
+fix_ftbfs_with_gcc_4.7.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to