Hi,

Attached is the diff for my libcoyotl 3.1.0-4.1 NMU.
diff -u libcoyotl-3.1.0/debian/changelog libcoyotl-3.1.0/debian/changelog
--- libcoyotl-3.1.0/debian/changelog
+++ libcoyotl-3.1.0/debian/changelog
@@ -1,3 +1,10 @@
+libcoyotl (3.1.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix g++-4.3 FTBFS Thanks to Cyril Brulebois (Closes: 455274).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 21:04:50 +0000
+
 libcoyotl (3.1.0-4) unstable; urgency=low
 
   * Closes: bug#417075 -- FTBS with GCC 4.3 
--- libcoyotl-3.1.0.orig/libcoyotl/command_line.cpp
+++ libcoyotl-3.1.0/libcoyotl/command_line.cpp
@@ -32,6 +32,9 @@
 //-----------------------------------------------------------------------
 
 #include "command_line.h"
+
+#include <cstring>
+
 using namespace libcoyotl;
 
 command_line::command_line(int argc, char * argv[], const set<string> & 
bool_opts)

Reply via email to