tags 358207 + pending
thanks
I've uploaded the following NMU to delayed-2.
diff -u attal-0.9.2/debian/patches/00list attal-0.9.2/debian/patches/00list
--- attal-0.9.2/debian/patches/00list
+++ attal-0.9.2/debian/patches/00list
@@ -2,0 +3 @@
+50_gcc41_fix
diff -u attal-0.9.2/debian/changelog attal-0.9.2/debian/changelog
--- attal-0.9.2/debian/changelog
+++ attal-0.9.2/debian/changelog
@@ -1,3 +1,11 @@
+attal (0.9.2-1.2) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * patches/50_gcc41_fix.dpatch: Remove extra qualification from C++
+ header file (Closes: #358207).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Fri, 26 May 2006 20:07:18 +0200
+
attal (0.9.2-1.1) unstable; urgency=low
* NMU for QT transition (Closes: #327933)
only in patch2:
unchanged:
--- attal-0.9.2.orig/debian/patches/50_gcc41_fix.dpatch
+++ attal-0.9.2/debian/patches/50_gcc41_fix.dpatch
@@ -0,0 +1,38 @@
+#!/bin/sh -e
+## 50_gcc41_fix.dpatch by [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: GCC 4.1 build fix
+
+if [ $# -ne 1 ]; then
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1
+fi
+
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
+
+case "$1" in
+ -patch) patch $patch_opts -p1 < $0;;
+ -unpatch) patch $patch_opts -p1 -R < $0;;
+ *)
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as
argument"
+ exit 1;;
+esac
+
+exit 0
+
[EMAIL PROTECTED]@
+--- a/libCommon/creature.h~ 2006-03-21 19:13:46.000000000 +0000
++++ b/libCommon/creature.h 2006-03-21 19:14:08.000000000 +0000
+@@ -285,6 +285,9 @@
+ };
+
+ /** List of races */
++
++int computeSequence( GenericFightUnit * unit );
++
+ class CreatureList : public QPtrList<Race>
+ {
+ public:
+
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]