Package: apt-dpkg-ref
Version: 5.3
Severity: normal

apt-dpkg-ref has a build dependency "clisp | lisp-compiler". The
make-docs script however expects to find either CLISP or CMUCL, so I
adjusted the build-dependency accordingly. A second problem is that
the script tries to start CMUCL using the 'lisp' command, which has
been dropped in favor of 'cmucl'.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: doc
 Priority: optional
 Maintainer: Vanessa GutiƩrrez <vane...@debian.org.ve>
 Build-Depends: debhelper (>> 4.0.0)
-Build-Depends-Indep: clisp | lisp-compiler, texlive-base, texlive-latex-base, 
texlive-latex-recommended
+Build-Depends-Indep: clisp | cmucl, texlive-base, texlive-latex-base, 
texlive-latex-recommended
 Standards-Version: 3.8.0
 
 Package: apt-dpkg-ref
--- a/make-docs
+++ b/make-docs
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 CLISP_BIN=$(which clisp)
-LISP_BIN=$(which lisp)
+LISP_BIN=$(which cmucl)
 
 if [ -n "$CLISP_BIN" ]; then
        $CLISP_BIN apt-dpkg-ref.lisp

Reply via email to