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,16 @@
+cl-screen-sbcl (1.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix typo in Description (Closes: #460444).
+    - Added a lintian override for this. See:
+      http://lists.debian.org/debian-devel/2008/01/msg00442.html
+  * 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 <amaya@debian.org>  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)
  .
diff -u cl-screen-sbcl-1.0/debian/rules cl-screen-sbcl-1.0/debian/rules
--- cl-screen-sbcl-1.0/debian/rules
+++ cl-screen-sbcl-1.0/debian/rules
@@ -10,0 +11,8 @@
+
+# Install lintian override files
+binary-post-install/%::
+	if [ -f debian/$*.lintian ]; then \
+		mkdir -p debian/$*/usr/share/lintian/overrides && \
+		cp -p debian/$*.lintian debian/$*/usr/share/lintian/overrides/$*; \
+ 	fi
+
only in patch2:
unchanged:
--- cl-screen-sbcl-1.0.orig/debian/cl-screen-sbcl.lintian
+++ cl-screen-sbcl-1.0/debian/cl-screen-sbcl.lintian
@@ -0,0 +1 @@
+cl-screen-sbcl binary: spelling-error-in-description SLang S-Lang
