Please find attached the patch used for the NMU (without the autotools
part).

Regards,

Thomas

diff -Nru diagnostics-0.2.2/debian/changelog diagnostics-0.2.2+nmu1/debian/changelog
--- diagnostics-0.2.2/debian/changelog	2008-01-23 23:04:38.000000000 +0100
+++ diagnostics-0.2.2+nmu1/debian/changelog	2008-07-05 13:58:09.000000000 +0200
@@ -1,3 +1,11 @@
+diagnostics (0.2.2+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload, as requested by Michael.
+  * Work-around a g++ 4.3 bug on s390 causing the package to FTBFS on this
+    arch (closes: #489386)
+
+ -- Thomas Girard <[EMAIL PROTECTED]>  Sat, 05 Jul 2008 13:51:35 +0200
+
 diagnostics (0.2.2) unstable; urgency=low
 
   * stream_test_system.cpp: #include cstring to fix FTBFS with gcc 4.3
diff -Nru diagnostics-0.2.2/diagnostics/macros/invariance_annotation.t.cpp diagnostics-0.2.2+nmu1/diagnostics/macros/invariance_annotation.t.cpp
--- diagnostics-0.2.2/diagnostics/macros/invariance_annotation.t.cpp	2007-03-01 22:43:26.000000000 +0100
+++ diagnostics-0.2.2+nmu1/diagnostics/macros/invariance_annotation.t.cpp	2008-07-05 13:59:31.000000000 +0200
@@ -157,7 +157,7 @@
 private:
     mutable int m_class_invariance_called;
 
-    bool m_throw;
+    volatile bool m_throw;
 };
 
 

Reply via email to