tags 357084 + pending
thanks
I've uploaded the following NMU to delayed-2.
diff -u hydrogen-0.9.3/debian/changelog hydrogen-0.9.3/debian/changelog
--- hydrogen-0.9.3/debian/changelog
+++ hydrogen-0.9.3/debian/changelog
@@ -1,3 +1,11 @@
+hydrogen (0.9.3-1.1) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * patches/02_gcc41.patch: Remove extra qualification from C++ header
+ file (closes: #357084).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Fri, 26 May 2006 12:28:18 +0200
+
hydrogen (0.9.3-1) unstable; urgency=low
* New upstream version
only in patch2:
unchanged:
--- hydrogen-0.9.3.orig/debian/patches/02_gcc41.patch
+++ hydrogen-0.9.3/debian/patches/02_gcc41.patch
@@ -0,0 +1,16 @@
+--- a/hydrogen-0.9.3/src/lib/xml/tinyxml.h~ 2006-03-15 15:43:13.000000000
+0000
++++ b/hydrogen-0.9.3/src/lib/xml/tinyxml.h 2006-03-15 15:43:33.000000000
+0000
+@@ -823,9 +823,9 @@
+ #endif
+
+ /// Construct.
+- TiXmlDeclaration::TiXmlDeclaration( const char * _version,
+-
const char * _encoding,
+-
const char * _standalone );
++ TiXmlDeclaration( const char * _version,
++ const char * _encoding,
++ const char * _standalone );
+
+ virtual ~TiXmlDeclaration() {}
+
+
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]