tags 667362 + pending
thanks

Dear maintainer,

I've prepared an NMU for rubberband (versioned as 1.3-1.3) 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 Waits: Shiver Me Timbers
diff -u rubberband-1.3/debian/changelog rubberband-1.3/debian/changelog
--- rubberband-1.3/debian/changelog
+++ rubberband-1.3/debian/changelog
@@ -1,3 +1,13 @@
+rubberband (1.3-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Cyril Brulebois ]
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667362).
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 27 May 2012 14:22:01 +0200
+
 rubberband (1.3-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- rubberband-1.3.orig/src/main.cpp
+++ rubberband-1.3/src/main.cpp
@@ -20,6 +20,7 @@
 #include <time.h>
 #include <cstdlib>
 #include <cstring>
+#include <unistd.h>
 #include "sysutils.h"
 
 #ifdef __MSVC__

Attachment: signature.asc
Description: Digital signature

Reply via email to