Code

control: Let all packages depend on ${misc:Depends}.
[pkg-libmpdclient.git] / debian / control
index 70660313d8f88bd87cde1d56a9e3b53ffb05a490..da4a34631f04f66f4f8d6f0e32ed2fc888ccdd13 100644 (file)
@@ -11,7 +11,8 @@ Vcs-Browser: http://git.tokkee.org/?p=pkg-libmpdclient.git
 Package: libmpdclient-dev
 Section: libdevel
 Architecture: any
-Depends: libc6-dev | libc-dev, libmpdclient2 (= ${binary:Version})
+Depends: libc6-dev | libc-dev, libmpdclient2 (= ${binary:Version}),
+ ${misc:Depends}
 Description: client library for the Music Player Daemon (development files)
  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
  offers a low-level asynchronous API which knowns the MPD protocol syntax as
@@ -35,7 +36,7 @@ Package: libmpdclient2-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libmpdclient2 (= ${binary:Version})
+Depends: libmpdclient2 (= ${binary:Version}), ${misc:Depends}
 Description: Debug symbols for libmpdclient2
  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
  offers a low-level asynchronous API which knowns the MPD protocol syntax as
@@ -47,6 +48,7 @@ Description: Debug symbols for libmpdclient2
 Package: libmpdclient-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: client library for the Music Player Daemon (API documentation)
  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
  offers a low-level asynchronous API which knowns the MPD protocol syntax as