Hi, The attached file is the diff for my pekwm 0.1.5-1.4 NMU. The changelog entry contains:
pekwm (0.1.5-1.4) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #474871)
* Bump Standards-Version to 3.7.3.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru pekwm-0.1.5/debian/changelog pekwm-0.1.5/debian/changelog
--- pekwm-0.1.5/debian/changelog 2008-04-12 02:03:58.000000000 +0100
+++ pekwm-0.1.5/debian/changelog 2008-04-12 02:03:59.000000000 +0100
@@ -1,3 +1,11 @@
+pekwm (0.1.5-1.4) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with GCC 4.3 (Closes: #474871)
+ * Bump Standards-Version to 3.7.3.
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Sat, 12 Apr 2008 02:01:51 +0100
+
pekwm (0.1.5-1.3) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru /tmp/qGJDRVJUFU/pekwm-0.1.5/debian/control
/tmp/eXMwXZIm6R/pekwm-0.1.5/debian/control
--- pekwm-0.1.5/debian/control 2008-04-12 02:03:58.000000000 +0100
+++ pekwm-0.1.5/debian/control 2008-04-12 02:03:59.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Nicolas Szalay <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxpm-dev, libxrandr-dev,
libxft-dev, libpng-dev, libjpeg-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.7
Package: pekwm
Architecture: any
diff -Nru /tmp/qGJDRVJUFU/pekwm-0.1.5/src/CfgParser.cc
/tmp/eXMwXZIm6R/pekwm-0.1.5/src/CfgParser.cc
--- pekwm-0.1.5/src/CfgParser.cc 2006-04-17 19:22:18.000000000 +0100
+++ pekwm-0.1.5/src/CfgParser.cc 2008-04-12 02:03:59.000000000 +0100
@@ -11,6 +11,7 @@
#include <iostream>
#include <memory>
#include <cassert>
+#include <cstring>
enum {
PARSE_BUF_SIZE = 1024
diff -Nru /tmp/qGJDRVJUFU/pekwm-0.1.5/src/CfgParser.hh
/tmp/eXMwXZIm6R/pekwm-0.1.5/src/CfgParser.hh
--- pekwm-0.1.5/src/CfgParser.hh 2006-04-17 19:22:18.000000000 +0100
+++ pekwm-0.1.5/src/CfgParser.hh 2008-04-12 02:03:59.000000000 +0100
@@ -30,6 +30,7 @@
#include <map>
#include <set>
#include <string>
+#include <cstring>
#include <iostream>
#include <cstdlib>
diff -Nru /tmp/qGJDRVJUFU/pekwm-0.1.5/src/ColorHandler.cc
/tmp/eXMwXZIm6R/pekwm-0.1.5/src/ColorHandler.cc
--- pekwm-0.1.5/src/ColorHandler.cc 2006-04-17 19:22:18.000000000 +0100
+++ pekwm-0.1.5/src/ColorHandler.cc 2008-04-12 02:03:59.000000000 +0100
@@ -7,6 +7,7 @@
#include "ColorHandler.hh"
#include "PScreen.hh"
+#include <cstring>
#ifdef DEBUG
#include <iostream>
diff -Nru /tmp/qGJDRVJUFU/pekwm-0.1.5/src/ColorHandler.hh
/tmp/eXMwXZIm6R/pekwm-0.1.5/src/ColorHandler.hh
--- pekwm-0.1.5/src/ColorHandler.hh 2006-04-17 19:22:18.000000000 +0100
+++ pekwm-0.1.5/src/ColorHandler.hh 2008-04-12 02:03:59.000000000 +0100
@@ -15,6 +15,7 @@
#include <list>
#include <string>
+#include <cstring>
class ColorHandler {
public:
diff -Nru /tmp/qGJDRVJUFU/pekwm-0.1.5/src/PImageNativeLoaderXpm.cc
/tmp/eXMwXZIm6R/pekwm-0.1.5/src/PImageNativeLoaderXpm.cc
--- pekwm-0.1.5/src/PImageNativeLoaderXpm.cc 2006-04-17 19:22:18.000000000
+0100
+++ pekwm-0.1.5/src/PImageNativeLoaderXpm.cc 2008-04-12 02:03:59.000000000
+0100
@@ -13,6 +13,7 @@
#include "PImageNativeLoaderXpm.hh"
#include <iostream>
+#include <cstring>
using std::cerr;
using std::endl;
diff -Nru /tmp/qGJDRVJUFU/pekwm-0.1.5/src/Util.hh
/tmp/eXMwXZIm6R/pekwm-0.1.5/src/Util.hh
--- pekwm-0.1.5/src/Util.hh 2006-04-17 19:22:18.000000000 +0100
+++ pekwm-0.1.5/src/Util.hh 2008-04-12 02:03:59.000000000 +0100
@@ -14,6 +14,7 @@
#include "Types.hh"
#include <string>
+#include <cstring>
#include <vector>
#include <functional>
#include <sstream>
signature.asc
Description: PGP signature

