diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8945ee1..75b6412 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ lcd4linux (0.10.0+cvs20060825-1) unstable; urgency=medium * Bump standards version to 3.7.2 (no changes needed) * add build depends on libmpd-dev for mpd support * new upstream snapshot + * drop dependency of ${misc:Depends}, not used anyway * now supporting USB2LCD * don't update config.{sub,guess} in clean target automatically * new target ``update-config-sub-guess'' to update config.{sub,guess} diff --git a/debian/control b/debian/control index db16db8..294af26 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: lcd4linux Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends} Description: Grabs information and displays it on an external lcd Small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. |