Code

control: Let libmpdclient-dev depend on libc{6,}-dev.
[pkg-libmpdclient.git] / debian / control
index a5726db7298350ccbca45b8c40203a8d9f265a8c..ba126ec501de48443fe671e3def94c00fa74784a 100644 (file)
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.tokkee.org/?p=pkg-libmpdclient.git
 Package: libmpdclient-dev
 Section: libdevel
 Architecture: any
-Depends: libmpdclient2 (= ${binary:Version})
+Depends: libc6-dev | libc-dev, libmpdclient2 (= ${binary:Version})
 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
@@ -31,6 +31,19 @@ Description: client library for the Music Player Daemon
  .
  This package contains the shared library.
 
+Package: libmpdclient2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libmpdclient2 (= ${binary:Version})
+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
+ well as a higher level synchronous API implementing the MPD commands and
+ parsing all responses.
+ .
+ This package provides the debugging symbols for the shared library.
+
 Package: libmpdclient-doc
 Section: doc
 Architecture: all