-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
Cheers
Luk
- --
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDtSvA5UTeB5t8Mo0RArv5AJ0XA94a/ocvvjJbMhK03X/v8HDR9ACdEr9o
3XkG/EhDPCoF3ngcv4/qcSA=
=b6sk
-----END PGP SIGNATURE-----
diff -u kforth-1.2.6/debian/control kforth-1.2.6/debian/control
--- kforth-1.2.6/debian/control
+++ kforth-1.2.6/debian/control
@@ -2,11 +2,11 @@
Section: interpreters
Priority: optional
Maintainer: Matthias Urlichs <[EMAIL PROTECTED]>
-Build-Depends: debhelper, libreadline4-dev, libncurses5-dev
+Build-Depends: debhelper, libreadline5-dev, libncurses5-dev
Standards-Version: 3.5.6
Package: kforth
-Architecture: i386
+Architecture: i386 kfreebsd-i386
Depends: ${shlibs:Depends}
Description: Small Forth Interpreter Written in C++
Implements a subset of ANS Forth, plus some extensions. kForth can serve as a
diff -u kforth-1.2.6/debian/changelog kforth-1.2.6/debian/changelog
--- kforth-1.2.6/debian/changelog
+++ kforth-1.2.6/debian/changelog
@@ -1,3 +1,11 @@
+kforth (1:1.2.6-2.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Update readline build-dep to libreadline5-dev (Closes: #326340).
+ * Add kfreebsd-i386 to supported architectures (Closes: #314372).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Fri, 30 Dec 2005 13:38:08 +0100
+
kforth (1:1.2.6-2) unstable; urgency=low
* Replace comment character in assembly files.