[cl-debian] Bug#359215: cl-swank: xref.lisp still presents in the swank.asd for clisp

Package: cl-swank Version: 1:20060306-1 Severity: important Tags: patch Hello, since version 20030606-1, xref.lisp is no more present, but there's still a reference in swank.asd that prevents the swank to be loaded on clisp: ==== luca@gismo:~$ clisp [...] [1]> (asdf:oos 'asdf:load-op 'swank) ; loading system definition from \ /usr/share/common-lisp/systems/swank.asd into #<PACKAGE ASDF7677> [...] *** - OPEN: file #P"/usr/share/common-lisp/source/slime/xref.lisp" \ does not exist ===== Here the trivial patch (tested with clisp-1:2.38-2): ===== --- swank.asd 2006-03-27 12:14:58.000000000 +0200 +++ swank.asd.ORG 2006-03-27 12:14:17.000000000 +0200 @@ -54,6 +54,7 @@ #+allegro (:file "swank-allegro") #+allegro (:file "swank-gray") + #+clisp (:file "xref") #+clisp (:file "metering") #+clisp (:file "swank-clisp") #+clisp (:file "swank-gray") ===== BTW, IIRC xref.lisp was the only reason to keep slime/cl-swank in non-free: now that it's gone, shouldn't slime/cl-swank enter main? Thx, bye, Gismo / Luca -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages cl-swank depends on: ii common-lisp-controller 5.11 This is a Common Lisp source and c cl-swank recommends no packages. -- no debconf information

Your message dated Tue, 28 Mar 2006 03:02:17 -0800 with message-id <E1FOBxp-00080D-HM@spohr.debian.org> and subject line Bug#359215: fixed in slime 1:20060328-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
participants (2)
-
Luca Capello
-
owner@bugs.debian.org