Code

control: Let all packages depend on ${misc:Depends}.
authorSebastian Harl <sh@tokkee.org>
Wed, 9 Jun 2010 16:11:48 +0000 (18:11 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 9 Jun 2010 16:11:48 +0000 (18:11 +0200)
… as suggested by debhelper.

debian/changelog
debian/control

index 1354205e3977116d09af828ea469f0b970bae985..49d9b3fd21e971b2dc7b27b720cde327bc0ebe43 100644 (file)
@@ -5,8 +5,9 @@ libmpdclient (2.2-1) unstable; urgency=low
     - Updated for 2.2.
   * debian/control:
     - Updated to standards-version 3.8.4 -- no changes.
+    - Let all packages depend on ${misc:Depends}, as suggested by debhelper.
 
- -- Sebastian Harl <tokkee@debian.org>  Wed, 09 Jun 2010 18:09:55 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Wed, 09 Jun 2010 18:11:25 +0200
 
 libmpdclient (2.1-1) unstable; urgency=low
 
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