Code

Initial commit.
[pkg-libmpdclient.git] / debian / control
1 Source: libmpdclient
2 Section: libs
3 Priority: optional
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
12 Section: libdevel
13 Architecture: any
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.
20  .
21  This package contains the header files and the static library.
23 Package: libmpdclient2
24 Architecture: any
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.
31  .
32  This package contains the shared library.
34 Package: libmpdclient-doc
35 Section: doc
36 Architecture: all
37 Description: client library for the Music Player Daemon (API documentation)
38  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
39  offers a low-level asynchronous API which knowns the MPD protocol syntax as
40  well as a higher level synchronous API implementing the MPD commands and
41  parsing all responses.
42  .
43  This package contains the API documentation.