tag 387129 patch thanks On Tue, Sep 12, 2006 at 12:35:06PM +0100, Alastair McKinstry wrote: > console-tools is dead upstream and will be removed post-etch; I am > working on the transition to 'kbd'.
This has been brought up again, see http://lists.debian.org/debian-devel/2008/04/msg00404.html. > Can you please help with the transition by changing Recommends: > from console-tools to 'kbd', and ensuring that cmatrix works with kbd? At least as far as I can tell, it does. Please find attached a patch that should fix this bug (and, coincidentally, also closes #281796). Best regards, -- Michael Schutte <[EMAIL PROTECTED]>
diff -u cmatrix-1.2a/debian/control cmatrix-1.2a/debian/control
--- cmatrix-1.2a/debian/control
+++ cmatrix-1.2a/debian/control
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Edward Betts <[EMAIL PROTECTED]>
Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 4.1.0), libncurses5-dev
+Build-Depends: cdbs, debhelper (>= 4.1.0), libncurses5-dev, kbd
Package: cmatrix
Architecture: any
Depends: ${shlibs:Depends}
-Recommends: console-tools
+Recommends: kbd
Suggests: cmatrix-xfont
Description: Console Matrix simulates the display from "The Matrix"
It is based on the screensaver from the movie's website. It works with
signature.asc
Description: Digital signature

