4 Maintainer: Sebastian Harl <tokkee@debian.org>
5 Build-Depends: debhelper (>= 7), autotools-dev, doxygen
6 Standards-Version: 3.8.3
7 Homepage: http://mpd.wikia.com/wiki/ClientLib:libmpdclient
8 Vcs-Git: git://git.tokkee.org/pkg-libmpdclient.git
9 Vcs-Browser: http://git.tokkee.org/?p=pkg-libmpdclient.git
11 Package: libmpdclient-dev
14 Depends: libmpdclient2 (= ${binary:Version})
15 Description: client library for the Music Player Daemon (development files)
16 libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
17 offers a low-level asynchronous API which knowns the MPD protocol syntax as
18 well as a higher level synchronous API implementing the MPD commands and
19 parsing all responses.
21 This package contains the header files and the static library.
23 Package: libmpdclient2
25 Depends: ${shlibs:Depends}, ${misc:Depends}
26 Description: client library for the Music Player Daemon
27 libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
28 offers a low-level asynchronous API which knowns the MPD protocol syntax as
29 well as a higher level synchronous API implementing the MPD commands and
30 parsing all responses.
32 This package contains the shared library.
34 Package: libmpdclient2-dbg
38 Depends: libmpdclient2 (= ${binary:Version})
39 Description: Debug symbols for libmpdclient2
40 libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
41 offers a low-level asynchronous API which knowns the MPD protocol syntax as
42 well as a higher level synchronous API implementing the MPD commands and
43 parsing all responses.
45 This package provides the debugging symbols for the shared library.
47 Package: libmpdclient-doc
50 Description: client library for the Music Player Daemon (API documentation)
51 libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
52 offers a low-level asynchronous API which knowns the MPD protocol syntax as
53 well as a higher level synchronous API implementing the MPD commands and
54 parsing all responses.
56 This package contains the API documentation.