Hi, The attached file is the diff for my insight 6.7.1.dfsg.1-10.1 NMU. The associated changelog entry is:
insight (6.7.1.dfsg.1-10.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS on ia64. Patch by Luca Falavigna. (Closes: #493689)
This will fix two RC bugs, both directly by closing #493689 and indirectly
by pushing #494339 out of testing. I plan to ask for a freeze excemption for
this version once it has been installed on all archs.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru insight-6.7.1.dfsg.1/debian/changelog
insight-6.7.1.dfsg.1/debian/changelog
--- insight-6.7.1.dfsg.1/debian/changelog 2008-08-28 08:20:16.000000000
+0100
+++ insight-6.7.1.dfsg.1/debian/changelog 2008-08-28 08:20:28.000000000
+0100
@@ -1,3 +1,10 @@
+insight (6.7.1.dfsg.1-10.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS on ia64. Patch by Luca Falavigna. (Closes: #493689)
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Thu, 28 Aug 2008 08:13:54 +0100
+
insight (6.7.1.dfsg.1-10) unstable; urgency=low
* Bumped to Standards-Version: 3.8.0.
diff -Nru insight-6.7.1.dfsg.1/debian/patches/00list
insight-6.7.1.dfsg.1/debian/patches/00list
--- insight-6.7.1.dfsg.1/debian/patches/00list 2008-08-28 08:20:16.000000000
+0100
+++ insight-6.7.1.dfsg.1/debian/patches/00list 2008-08-28 08:20:28.000000000
+0100
@@ -2,3 +2,4 @@
02_build_fix_for_gcc43
03_build_fix_for_hppa
+04_build_fix_for_ia64.dpatch
diff -Nru insight-6.7.1.dfsg.1/debian/patches/04_build_fix_for_ia64.dpatch
insight-6.7.1.dfsg.1/debian/patches/04_build_fix_for_ia64.dpatch
--- insight-6.7.1.dfsg.1/debian/patches/04_build_fix_for_ia64.dpatch
1970-01-01 01:00:00.000000000 +0100
+++ insight-6.7.1.dfsg.1/debian/patches/04_build_fix_for_ia64.dpatch
2008-08-28 08:20:28.000000000 +0100
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_build_fix_for_ia64.dpatch by Chris Lamb <[EMAIL PROTECTED]>
+
+## DP: Build fix for ia64 architecture.
+
[EMAIL PROTECTED]@
+diff -urNd insight-6.7.1.dfsg.1.orig/gdb/ia64-tdep.c
insight-6.7.1.dfsg.1/gdb/ia64-tdep.c
+--- insight-6.7.1.dfsg.1.orig/gdb/ia64-tdep.c 2008-08-24 18:01:15.000000000
+0100
++++ insight-6.7.1.dfsg.1/gdb/ia64-tdep.c 2008-08-24 18:01:59.000000000
+0100
+@@ -1234,7 +1234,7 @@
+ spill_reg = rN;
+ last_prologue_pc = next_pc;
+ }
+- else if (qp == 0 && rM >= 32 && rM < 40 && !instores[rM] &&
++ else if (qp == 0 && rM >= 32 && rM < 40 && !instores[rM-32] &&
+ rN < 256 && imm == 0)
+ {
+ /* mov rN, rM where rM is an input register */
signature.asc
Description: PGP signature

