Diff attached. Kind regards, Philipp Kern -- .''`. Philipp Kern Debian Developer : :' : http://philkern.de Debian Release Assistant `. `' xmpp:[EMAIL PROTECTED] `- finger pkern/[EMAIL PROTECTED]
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
@@ -3,0 +4 @@
+60_gcc43_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,10 @@
+attal (0.9.2-1.3) unstable; urgency=low
+
+ * NMU for the gcc-4.3 release goal, with a patch provided by Martin
+ Michlmayer. (Closes: #417114)
+
+ -- Philipp Kern <[EMAIL PROTECTED]> Sun, 16 Mar 2008 22:57:48 +0100
+
attal (0.9.2-1.2) unstable; urgency=low
* NMU as part of the GCC 4.1 transition.
only in patch2:
unchanged:
--- attal-0.9.2.orig/debian/patches/60_gcc43_fix.dpatch
+++ attal-0.9.2/debian/patches/60_gcc43_fix.dpatch
@@ -0,0 +1,35 @@
+#!/bin/sh -e
+## 60_gcc43_fix.dpatch by [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: GCC 4.3 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 -p0 < $0;;
+ -unpatch) patch $patch_opts -p0 -R < $0;;
+ *)
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as
argument"
+ exit 1;;
+esac
+
+exit 0
+
[EMAIL PROTECTED]@
+--- libCommon/genericMapCreature.cpp~ 2007-04-01 15:44:19.000000000 +0000
++++ libCommon/genericMapCreature.cpp 2007-04-01 15:44:37.000000000 +0000
+@@ -27,6 +27,7 @@
+ #include "genericMapCreature.h"
+
+ // generic include files
++#include <cstdlib>
+ // include files for QT
+ #include <qstring.h>
+ // application specific include files
signature.asc
Description: Digital signature

