tags 672032 + patch
thanks

Enrico, this is part of the apt transition, uploading to delayed/2.

  Matthias
diff -Nru debtags-1.9/debian/changelog debtags-1.9.1/debian/changelog
--- debtags-1.9/debian/changelog        2012-02-17 15:47:39.000000000 +0100
+++ debtags-1.9.1/debian/changelog      2012-05-10 00:27:04.000000000 +0200
@@ -1,3 +1,10 @@
+debtags (1.9.1) unstable; urgency=high
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #672032.
+
+ -- Matthias Klose <d...@debian.org>  Wed, 09 May 2012 22:22:40 +0000
+
 debtags (1.9) unstable; urgency=low
 
   [ Michael Vogt ]
diff -Nru debtags-1.9/debtags.cc debtags-1.9.1/debtags.cc
--- debtags-1.9/debtags.cc      2012-01-07 13:11:28.000000000 +0100
+++ debtags-1.9.1/debtags.cc    2012-05-10 00:25:24.000000000 +0200
@@ -54,6 +54,7 @@
 #include <sys/ioctl.h>
 #include <sys/types.h> // umask
 #include <sys/stat.h>  // umask
+#include <unistd.h>
 
 #include <cstring>
 

Reply via email to