tags 521900 + pending thanks Dear maintainer,
I've prepared an NMU for apt-dpkg-ref (versioned as 5.3+nmu1) and uploaded it to DELAYED/2, according to devref §5.11.1. The patch is the one posted to this bug log: it uses either clisp or cmucl instead of relying on the "lisp" generic binary. Cheers. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -Nru apt-dpkg-ref-5.3/debian/changelog apt-dpkg-ref-5.3+nmu1/debian/changelog --- apt-dpkg-ref-5.3/debian/changelog 2008-11-15 05:24:52.000000000 +0100 +++ apt-dpkg-ref-5.3+nmu1/debian/changelog 2009-09-23 13:37:32.000000000 +0200 @@ -1,3 +1,12 @@ +apt-dpkg-ref (5.3+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * More specific build-dep on lisp compilers: build only work with either + clisp or cmucl. Update make-docs script accordingly. (Closes: #521900) + Thanks to Peter De Wachter for the bug triage. + + -- Stefano Zacchiroli <z...@debian.org> Wed, 23 Sep 2009 13:35:13 +0200 + apt-dpkg-ref (5.3) unstable; urgency=low * Updated to the last version of Debian Policy (3.8.0) diff -Nru apt-dpkg-ref-5.3/debian/control apt-dpkg-ref-5.3+nmu1/debian/control --- apt-dpkg-ref-5.3/debian/control 2008-11-15 05:33:08.000000000 +0100 +++ apt-dpkg-ref-5.3+nmu1/debian/control 2009-09-23 13:36:42.000000000 +0200 @@ -3,7 +3,7 @@ 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 diff -Nru apt-dpkg-ref-5.3/make-docs apt-dpkg-ref-5.3+nmu1/make-docs --- apt-dpkg-ref-5.3/make-docs 2002-03-28 09:06:07.000000000 +0100 +++ apt-dpkg-ref-5.3+nmu1/make-docs 2009-09-23 13:36:57.000000000 +0200 @@ -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