From 2bf6180ec9a527c8f0ea844815b55c251e729012 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 27 Dec 2009 23:03:45 +0100 Subject: [PATCH] control: Let all packages depend on ${misc:Depends}. --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a213251..ec287f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ncmpc (0.16-1) unstable; urgency=low * debian/control: - Build-depend on libmpdclient-dev, required by the new upstream release. - Build-depend on dpatch. + - Let all packages depend on ${misc:Depends}. * debian/rules: - Run 'make check' unless the nocheck option has been specified in DEB_BUILD_OPTIONS. @@ -12,7 +13,7 @@ ncmpc (0.16-1) unstable; urgency=low * Added debian/README.source: - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz. - -- Sebastian Harl Sun, 27 Dec 2009 22:44:30 +0100 + -- Sebastian Harl Sun, 27 Dec 2009 23:03:20 +0100 ncmpc (0.15-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 98d7667..0cb7792 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.tokkee.org/?p=pkg-ncmpc.git Package: ncmpc Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: mpd, ncmpc-lyrics Enhances: mpd Provides: mpd-client @@ -30,7 +30,7 @@ Description: ncurses-based audio player Package: ncmpc-lyrics Architecture: all -Depends: ncmpc, python, ruby +Depends: ncmpc, python, ruby, ${misc:Depends} Description: ncurses-based audio player (lyrics plugins) ncmpc is a text-mode client for MPD, the Music Player Daemon. Its goal is to provide a keyboard oriented and consistent interface to MPD, without wasting -- 2.30.2