Package: tty-clock
Version: 2.1-1
Tags: patch
User: [email protected]
Usertags: hardcoded-dependency
The tty-clock package declares a hardcoded dependency on libncurses5,
which is Wrong™. Attached is the trivial patch for that.
--- debian/control~ 2015-07-24 21:55:30.000000000 +0200
+++ debian/control 2017-01-13 11:02:47.991826998 +0100
@@ -10,7 +10,7 @@
Package: tty-clock
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libncurses5
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple terminal clock
tty-clock is a simple ncurses-based clock that shows the time and date
using a large display. It has a few commandline options to customize
Mark set