From c5c52df2f99709df7f68a736ab6e2442003f9fc1 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 20 Aug 2003 22:19:07 +0000 Subject: [PATCH] * Changelog for the 3.0-16 Debian upload. git-svn-id: svn://svn.zoy.org/elk/trunk@15 55e467fa-43c5-0310-a8a2-de718669efc6 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7c028f5..20e9fab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +elk (3.0-16) unstable; urgency=low + + * **/build: Use gcc to link shared objects instead of ld, because gcc does + a lot of additional magic. Fixes the __canonicalize_funcptr_for_compare + unresolved symbol on HPPA (Closes: #205645). + * src/build: Make the build continue if debian/arch-config is not found. + * debian/compat: Use this instead of DH_COMPAT. + + -- Sam Hocevar (Debian packages) Wed, 20 Aug 2003 11:34:24 +0200 + elk (3.0-15) unstable; urgency=low * In math.c:Exact_Modulo(), follow R5RS's definition of Modulo: if x/y is an