tags 707388 + patch
tags 707388 + pending
thanks

I have prepared an NMU for conntrack (versioned as 1:1.2.1-1.1)
to solve this FTBFS bug with gcc-4.8 and uploaded it to DELAYED/5. Please
feel free to tell me if I should delay it longer.

Best Regards,
 Johann Felix Soden
diff -u conntrack-1.2.1/debian/changelog conntrack-1.2.1/debian/changelog
--- conntrack-1.2.1/debian/changelog
+++ conntrack-1.2.1/debian/changelog
@@ -1,3 +1,10 @@
+conntrack (1:1.2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fix FTBFS (Closes: #707388)
+
+ -- Johann Felix Soden <joh...@debian.org>  Wed, 05 Jun 2013 00:16:17 +0200
+
 conntrack (1:1.2.1-1) unstable; urgency=low
 
   * [ed902b3] Initial upstream branch.
only in patch2:
unchanged:
--- conntrack-1.2.1.orig/src/parse.c
+++ conntrack-1.2.1/src/parse.c
@@ -18,6 +18,7 @@
  */
 
 #include "network.h"
+#include <stddef.h>
 
 #include <libnetfilter_conntrack/libnetfilter_conntrack.h>
 

Reply via email to