Hi,

Attached is the diff for my taglib 1.4-8.1 NMU.
diff -u taglib-1.4/debian/changelog taglib-1.4/debian/changelog
--- taglib-1.4/debian/changelog
+++ taglib-1.4/debian/changelog
@@ -1,3 +1,11 @@
+taglib (1.4-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update patches/fix_gcc4.3_ftbfs.diff to fix g++-4.3 FTBFS, thanks to
+    daniel schepler (Closes: 441604).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 22:27:41 +0000
+
 taglib (1.4-8) unstable; urgency=low
 
   * Backport patch from upstream svn to reopen files in read-only mode if
diff -u taglib-1.4/debian/patches/fix_gcc4.3_ftbfs.diff 
taglib-1.4/debian/patches/fix_gcc4.3_ftbfs.diff
--- taglib-1.4/debian/patches/fix_gcc4.3_ftbfs.diff
+++ taglib-1.4/debian/patches/fix_gcc4.3_ftbfs.diff
@@ -1,10 +1,50 @@
---- taglib/toolkit/tfile.cpp.orig
-+++ taglib/toolkit/tfile.cpp
-@@ -23,6 +23,7 @@
+Index: taglib/toolkit/tfile.cpp
+===================================================================
+--- taglib/toolkit/tfile.cpp.orig      2005-07-25 21:16:32.000000000 +0000
++++ taglib/toolkit/tfile.cpp   2008-02-22 00:00:21.000000000 +0000
+@@ -23,6 +23,8 @@
  #include "tstring.h"
  #include "tdebug.h"
  
 +#include <cstdlib>
++#include <cstring>
  #include <stdio.h>
  #include <sys/stat.h>
  #include <unistd.h>
+Index: bindings/c/tag_c.cpp
+===================================================================
+--- bindings/c/tag_c.cpp.orig  2008-02-22 00:00:16.000000000 +0000
++++ bindings/c/tag_c.cpp       2008-02-22 00:00:21.000000000 +0000
+@@ -29,6 +29,8 @@
+ #include <mpcfile.h>
+ #include <tag.h>
+ 
++#include <cstring>
++
+ namespace TagLib
+ {
+   static List<char *> strings;
+Index: taglib/toolkit/tbytevector.cpp
+===================================================================
+--- taglib/toolkit/tbytevector.cpp.orig        2008-02-22 00:00:16.000000000 
+0000
++++ taglib/toolkit/tbytevector.cpp     2008-02-22 00:00:21.000000000 +0000
+@@ -20,6 +20,7 @@
+  ***************************************************************************/
+ 
+ #include <iostream>
++#include <cstring>
+ 
+ #include <tstring.h>
+ #include <tdebug.h>
+Index: taglib/toolkit/tstring.cpp
+===================================================================
+--- taglib/toolkit/tstring.cpp.orig    2008-02-22 00:00:16.000000000 +0000
++++ taglib/toolkit/tstring.cpp 2008-02-22 00:00:21.000000000 +0000
+@@ -24,6 +24,7 @@
+ #include "tdebug.h"
+ 
+ #include <iostream>
++#include <cstring>
+ 
+ namespace TagLib {
+ 

Reply via email to