tags 436641 + patch, pending tags 460444 + patch, pending thanks Hi,
Attached is the diff for my cl-screen-sbcl 1.0-4.1 NMU. I intend to upload to DELAYED/7 -- ยท''`. A waste is a terrible thing to mind! : :' : `. `' `- Proudly running (unstable) Debian GNU/Linux
diff -u cl-screen-sbcl-1.0/debian/changelog cl-screen-sbcl-1.0/debian/changelog --- cl-screen-sbcl-1.0/debian/changelog +++ cl-screen-sbcl-1.0/debian/changelog @@ -1,3 +1,13 @@ +cl-screen-sbcl (1.0-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix typo in Description (Closes: #460444). + * Downgrade Recommends to Suggests as it's not possible to add an + arch-dependent recommends on an arch-independent package, but it is a + Lenny release goal to not Recommend unsatisfiable packages (Closes: #436641). + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Sun, 30 Mar 2008 22:18:36 +0200 + cl-screen-sbcl (1.0-4) unstable; urgency=low * Build-Depend on texinfo (Closes: #338888) diff -u cl-screen-sbcl-1.0/debian/control cl-screen-sbcl-1.0/debian/control --- cl-screen-sbcl-1.0/debian/control +++ cl-screen-sbcl-1.0/debian/control @@ -8,10 +8,10 @@ Package: cl-screen-sbcl Architecture: all Depends: common-lisp-controller, libslang2 (>= 2.0.1-1) -Recommends: sbcl (>= 1:0.8.14) +Recommends: sbcl (>= 0.9.3) [alpha amd64 i386 mips mipsel powerpc sparc] Description: SLang interface for Steel Bank Common Lisp cl-screen-sbcl provides the sb-screen package, an interface to the - terminal controlling routines of SLang. This enables developers to + terminal controlling routines of S-Lang. This enables developers to write screen oriented terminal applications using Steel Bank Common Lisp (SBCL) .

