tags 667298 + patch
tags 667298 + pending
thanks

Dear maintainer,

I've prepared an NMU for nmapsi4 (versioned as 0.2.1-1.1) and
uploaded it to DELAYED/2. 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: The Dubliners: The acrobat
diff -Nru nmapsi4-0.2.1/debian/changelog nmapsi4-0.2.1/debian/changelog
--- nmapsi4-0.2.1/debian/changelog	2011-03-20 15:38:30.000000000 +0100
+++ nmapsi4-0.2.1/debian/changelog	2012-05-11 00:03:31.000000000 +0200
@@ -1,3 +1,12 @@
+nmapsi4 (0.2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch 02_gcc.4.7.patch from Francesco
+    Cecconi (missing includes).
+    (Closes: #667298)
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 11 May 2012 00:02:44 +0200
+
 nmapsi4 (0.2.1-1) unstable; urgency=low
 
   * [f35b3bf] Imported Upstream version 0.2.1
diff -Nru nmapsi4-0.2.1/debian/patches/02_gcc.4.7.patch nmapsi4-0.2.1/debian/patches/02_gcc.4.7.patch
--- nmapsi4-0.2.1/debian/patches/02_gcc.4.7.patch	1970-01-01 01:00:00.000000000 +0100
+++ nmapsi4-0.2.1/debian/patches/02_gcc.4.7.patch	2012-05-11 00:02:17.000000000 +0200
@@ -0,0 +1,31 @@
+Author: Francesco Cecconi <francesco.cecc...@gmail.com>
+Description: Add header missing.
+--- nmapsi4-0.2.1.orig/nmapsi4/mainwin.h
++++ nmapsi4-0.2.1/nmapsi4/mainwin.h
+@@ -32,6 +32,11 @@
+ #include <QtNetwork/QHostInfo>
+ #include <QtNetwork/QHostAddress>
+ 
++// system
++#ifndef Q_WS_WIN
++#include <unistd.h>
++#include <sys/types.h>
++#endif
+ 
+ class QMainWindow;
+ class QWebView;
+--- nmapsi4-0.2.1.orig/nmapsi4/preference/profilemain.h
++++ nmapsi4-0.2.1/nmapsi4/preference/profilemain.h
+@@ -23,6 +23,12 @@
+ #include <QtGui>
+ #include "ui_profilemain.h"
+ 
++// system
++#ifndef Q_WS_WIN
++#include <unistd.h>
++#include <sys/types.h>
++#endif
++
+ class mainProfile : public QDialog, private Ui::ProfileMain
+ {
+     Q_OBJECT
diff -Nru nmapsi4-0.2.1/debian/patches/series nmapsi4-0.2.1/debian/patches/series
--- nmapsi4-0.2.1/debian/patches/series	2011-03-20 15:38:30.000000000 +0100
+++ nmapsi4-0.2.1/debian/patches/series	2012-05-11 00:02:17.000000000 +0200
@@ -1 +1,2 @@
 01_fix_desktop_entry.patch
+02_gcc.4.7.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to