[Pkg-kde-extras] Bug#454822: diff for 0.8.0-2.1 NMU

Pierre Habouzit madcoder at debian.org
Sun Mar 16 22:33:04 UTC 2008


Hi,

Attached is the diff for my icecc 0.8.0-2.1 NMU.
-------------- next part --------------
diff -u icecc-0.8.0/debian/changelog icecc-0.8.0/debian/changelog
--- icecc-0.8.0/debian/changelog
+++ icecc-0.8.0/debian/changelog
@@ -1,3 +1,10 @@
+icecc (0.8.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix g++-4.3 FTBFS thanks to Cyril Brulebois (Closes: 454822).
+
+ -- Pierre Habouzit <madcoder at debian.org>  Sun, 16 Mar 2008 22:30:44 +0000
+
 icecc (0.8.0-2) unstable; urgency=low
 
   * conditional call on deluser/delgroup in postrm. (Closes: #431509)
only in patch2:
unchanged:
--- icecc-0.8.0.orig/debian/patches/11_gcc4.3_support_bug454822.diff
+++ icecc-0.8.0/debian/patches/11_gcc4.3_support_bug454822.diff
@@ -0,0 +1,10 @@
+--- a/services/logging.h
++++ b/services/logging.h
+@@ -29,6 +29,7 @@
+ #include <string>
+ #include <iostream>
+ #include <cassert>
++#include <cstring>
+ 
+ enum DebugLevels { Info = 1, Warning = 2, Error = 4, Debug = 8};
+ extern std::ostream *logfile_info;


More information about the pkg-kde-extras mailing list