Hi,
I uploaded an NMU of your package.
Please see this as help to get the package into a releaseable condition for
etch.
Please find the used diff below.
Cheers,
Andi
diff -ru ../gforth-0.6.2~/arch/hppa/cache.c ../gforth-0.6.2/arch/hppa/cache.c
--- ../gforth-0.6.2~/arch/hppa/cache.c 2003-03-09 15:06:26.000000000 +0000
+++ ../gforth-0.6.2/arch/hppa/cache.c 2006-12-19 16:48:09.000000000 +0000
@@ -28,7 +28,7 @@
for(; p<address+size;)
asm volatile("fdc (%0)\n\t"
"sync\n\t"
- "fic,m %1(%0)\n\t"
+ "fic,m %1(4,%0)\n\t"
"sync" : "+r"(p) : "r"(linewidth) : "memory" );
}
diff -ru ../gforth-0.6.2~/debian/changelog ../gforth-0.6.2/debian/changelog
--- ../gforth-0.6.2~/debian/changelog 2006-12-15 09:16:03.000000000 +0000
+++ ../gforth-0.6.2/debian/changelog 2006-12-19 16:50:40.000000000 +0000
@@ -1,3 +1,11 @@
+gforth (0.6.2-7.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix breackage on hppa based on the comments from Lamont.
+ Closes: #389236
+
+ -- Andreas Barth <[EMAIL PROTECTED]> Tue, 19 Dec 2006 16:48:45 +0000
+
gforth (0.6.2-7.1) unstable; urgency=low
* Non-maintainer upload.
--
http://home.arcor.de/andreas-barth/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]