tags 667289 + patch
tags 667289 + pending
thanks

Dear maintainer,

I've prepared an NMU for mswatch (versioned as 1.2.0-2.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: Tom Jones: Delilah
diff -Nru mswatch-1.2.0/debian/changelog mswatch-1.2.0/debian/changelog
--- mswatch-1.2.0/debian/changelog	2011-07-20 00:51:49.000000000 +0200
+++ mswatch-1.2.0/debian/changelog	2012-05-10 23:33:32.000000000 +0200
@@ -1,3 +1,11 @@
+mswatch (1.2.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch gcc-4.7.patch (missing includes).
+    Closes: #667289
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 10 May 2012 23:33:10 +0200
+
 mswatch (1.2.0-2) unstable; urgency=low
 
   [ Mikhail Gusarov ]
diff -Nru mswatch-1.2.0/debian/patches/gcc-4.7.patch mswatch-1.2.0/debian/patches/gcc-4.7.patch
--- mswatch-1.2.0/debian/patches/gcc-4.7.patch	1970-01-01 01:00:00.000000000 +0100
+++ mswatch-1.2.0/debian/patches/gcc-4.7.patch	2012-05-10 23:32:59.000000000 +0200
@@ -0,0 +1,27 @@
+Description: add missing includes needed by gcc 4.7
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/667289
+Forwarded: no
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2012-05-10
+
+--- a/src/lib/util.cc
++++ b/src/lib/util.cc
+@@ -6,6 +6,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <time.h>
++#include <unistd.h>
+ 
+ #include <sstream>
+ #include <string>
+--- a/src/watch_maildirs/inotify/state.cc
++++ b/src/watch_maildirs/inotify/state.cc
+@@ -1,6 +1,7 @@
+ #include <assert.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <unistd.h>
+ 
+ #include "lib/util.h"
+ #include "state.h"
diff -Nru mswatch-1.2.0/debian/patches/series mswatch-1.2.0/debian/patches/series
--- mswatch-1.2.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ mswatch-1.2.0/debian/patches/series	2012-05-10 23:29:03.000000000 +0200
@@ -0,0 +1 @@
+gcc-4.7.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to