tags 667191 + patch
tags 667191 + pending
thanks

Dear maintainer,

I've prepared an NMU for gpt (versioned as 1.1-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Beatles: All My Loving
diff -Nru gpt-1.1/debian/changelog gpt-1.1/debian/changelog
--- gpt-1.1/debian/changelog	2010-05-28 17:43:23.000000000 +0200
+++ gpt-1.1/debian/changelog	2012-05-04 15:11:48.000000000 +0200
@@ -1,3 +1,11 @@
+gpt (1.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch gcc-4.7.patch (missing includes).
+    (Closes: #667191)
+
+ -- gregor herrmann <[email protected]>  Fri, 04 May 2012 15:11:36 +0200
+
 gpt (1.1-1) unstable; urgency=low
 
   * New Upstream release
diff -Nru gpt-1.1/debian/patches/gcc-4.7.patch gpt-1.1/debian/patches/gcc-4.7.patch
--- gpt-1.1/debian/patches/gcc-4.7.patch	1970-01-01 01:00:00.000000000 +0100
+++ gpt-1.1/debian/patches/gcc-4.7.patch	2012-05-04 15:11:29.000000000 +0200
@@ -0,0 +1,27 @@
+Description: add missing includes to avoid FTBFS with gcc 4.7
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/667191
+Forwarded: no
+Author: gregor herrmann <[email protected]>
+Last-Update: 2012-05-04
+
+--- a/src/GPT.cpp
++++ b/src/GPT.cpp
+@@ -37,6 +37,7 @@
+ #include <fstream>
+ #include <sstream>
+ #include <iostream>
++#include <unistd.h>
+ 
+ GPT* GPT::_self = 0;
+ 
+--- a/src/modules/interpreter/InterpreterDBG.cpp
++++ b/src/modules/interpreter/InterpreterDBG.cpp
+@@ -34,6 +34,7 @@
+ #endif
+ 
+ #include <pcrecpp.h>
++#include <unistd.h>
+ 
+ #ifndef WIN32
+   void sigPipeHandler(int signum) {
diff -Nru gpt-1.1/debian/patches/series gpt-1.1/debian/patches/series
--- gpt-1.1/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ gpt-1.1/debian/patches/series	2012-05-04 15:09:02.000000000 +0200
@@ -0,0 +1 @@
+gcc-4.7.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to