tags 417147 + patch
thanks
Hi,
Attached is the diff for my cyphesis-cpp 0.5.15-2.1 NMU.
diff -u cyphesis-cpp-0.5.15/debian/changelog cyphesis-cpp-0.5.15/debian/changelog
--- cyphesis-cpp-0.5.15/debian/changelog
+++ cyphesis-cpp-0.5.15/debian/changelog
@@ -1,3 +1,10 @@
+cyphesis-cpp (0.5.15-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with GCC 4.3 (Closes: #417147).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Sat, 08 Mar 2008 22:38:17 +0000
+
cyphesis-cpp (0.5.15-2) unstable; urgency=low
* Added debian/patches/cyphesis-cpp-python2.5.patch to fix Python
only in patch2:
unchanged:
--- cyphesis-cpp-0.5.15.orig/tools/cyconvertrules.cpp
+++ cyphesis-cpp-0.5.15/tools/cyconvertrules.cpp
@@ -32,7 +32,7 @@
#include <Atlas/Message/Element.h>
#include <Atlas/Codecs/XML.h>
-#include <string>
+#include <cstring>
#include <fstream>
#include <iostream>
only in patch2:
unchanged:
--- cyphesis-cpp-0.5.15.orig/modules/DateTime.h
+++ cyphesis-cpp-0.5.15/modules/DateTime.h
@@ -20,6 +20,7 @@
#ifndef COMMON_DATE_TIME_H
#define COMMON_DATE_TIME_H
+#include <cstdlib>
#include <string>
#include <iostream>
only in patch2:
unchanged:
--- cyphesis-cpp-0.5.15.orig/common/globals.h
+++ cyphesis-cpp-0.5.15/common/globals.h
@@ -20,6 +20,7 @@
#ifndef COMMON_GLOBALS_H
#define COMMON_GLOBALS_H
+#include <cstdlib>
#include <string>
namespace varconf {
only in patch2:
unchanged:
--- cyphesis-cpp-0.5.15.orig/common/id.h
+++ cyphesis-cpp-0.5.15/common/id.h
@@ -20,6 +20,7 @@
#ifndef COMMON_ID_H
#define COMMON_ID_H
+#include <cstdlib>
#include <string>
long newId(std::string & id);
only in patch2:
unchanged:
--- cyphesis-cpp-0.5.15.orig/common/types.h
+++ cyphesis-cpp-0.5.15/common/types.h
@@ -22,6 +22,7 @@
#include <Atlas/Objects/ObjectsFwd.h>
+#include <string>
#include <set>
#include <map>
#include <vector>
only in patch2:
unchanged:
--- cyphesis-cpp-0.5.15.orig/rulesets/Container.h
+++ cyphesis-cpp-0.5.15/rulesets/Container.h
@@ -22,6 +22,7 @@
#include <Atlas/Objects/ObjectsFwd.h>
+#include <string>
#include <set>
#include <map>
#include <vector>