Tags: patch Hi,
The current upstream version for chicken is 1.89, available from http://www.call-with-current-continuation.org/, while current packaged version is still 1.63. I had to do uupdate by hand myself to 1.89. The diffs applied almost cleanly, except for the 'configure' file, which I believe that there is no need to patch anyway. The only error I got was in `dh_install -Xstatic` (install target), which tried to install a file that seems to not exist in this new version: fixed that with this patch: --- chicken-1.63/debian/chicken.install 2005-02-26 20:18:37.000000000 -0300 +++ chicken-1.89/debian/chicken.install 2005-02-27 12:52:48.000000000 -0300 @@ -13,7 +13,6 @@ debian/tmp/usr/lib/libsrfi-chicken.so.0.0.0 debian/tmp/usr/lib/libusrfi-chicken.so.0.0.0 debian/tmp/usr/share/man/man1 -debian/tmp/usr/share/chicken/srfi-13-syntax.scm debian/tmp/usr/share/chicken/chicken-highlevel-macros.scm debian/tmp/usr/share/chicken/chicken-more-macros.scm debian/tmp/usr/share/chicken/test-infrastructure.scm Regards, -- Antonio S. de A. Terceiro <[EMAIL PROTECTED]> http://www.inf.ufrgs.br/~asaterceiro PGP on subkeys.pgp.net, fingerprint: E6F73C30 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

