Code

control: Let libmpdclient-dev depend on libc{6,}-dev.
[pkg-libmpdclient.git] / debian / control
index 5c56d94561ec8bd7781f5435962a7f4c63ee40e1..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