Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: pu
Hi! I'd like to update sbcl in squeeze to fix #640951 (one of the modules was referencing the old name of a function). The proposed fix has been commited upstream last summer as [1] and been in unstable for almost a year. Debdiff is below, I've built and tested the resulting binary packages in a up-to-date squeeze chroot on i386. Regards Christoph [0] f14970a9079b5ceb1f874a17d41294b01af7cc1b [1] diff -u sbcl-1.0.40.0/debian/changelog sbcl-1.0.40.0/debian/changelog --- sbcl-1.0.40.0/debian/changelog +++ sbcl-1.0.40.0/debian/changelog @@ -1,3 +1,10 @@ +sbcl (1:1.0.40.0-3) stable; urgency=low + + * Fix reference to undefined asdf::split in the asdf-install module + (Closes: #640951) + + -- Christoph Egger <christ...@debian.org> Fri, 09 Sep 2011 17:12:22 +0200 + sbcl (1:1.0.40.0-2) unstable; urgency=low * Breaking too old cl-asdf (Closes: #573408) only in patch2: unchanged: --- sbcl-1.0.40.0.orig/contrib/asdf-install/installer.lisp +++ sbcl-1.0.40.0/contrib/asdf-install/installer.lisp @@ -200,7 +200,7 @@ (loop for l = (read-line (process-output proc) nil nil) while l when (> (mismatch l "[GNUPG:]") 6) - do (destructuring-bind (_ tag &rest data) (asdf::split l) + do (destructuring-bind (_ tag &rest data) (asdf::split-string l) (declare (ignore _)) (pushnew (cons (intern tag :keyword) data) tags))) -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 8.2-1-amd64 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org