Code

Update standards version to 4.1.1.
[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 (>= 10~), autotools-dev, doxygen
6 Standards-Version: 4.1.1
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: libc6-dev | libc-dev, libmpdclient2 (= ${binary:Version}),
15  ${misc:Depends}
16 Description: client library for the Music Player Daemon (development files)
17  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
18  offers a low-level asynchronous API which knowns the MPD protocol syntax as
19  well as a higher level synchronous API implementing the MPD commands and
20  parsing all responses.
21  .
22  This package contains the header files and the static library.
24 Package: libmpdclient2
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: client library for the Music Player Daemon
28  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
29  offers a low-level asynchronous API which knowns the MPD protocol syntax as
30  well as a higher level synchronous API implementing the MPD commands and
31  parsing all responses.
32  .
33  This package contains the shared library.
35 Package: libmpdclient2-dbg
36 Section: debug
37 Priority: optional
38 Architecture: any
39 Depends: libmpdclient2 (= ${binary:Version}), ${misc:Depends}
40 Description: Debug symbols for libmpdclient2
41  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
42  offers a low-level asynchronous API which knowns the MPD protocol syntax as
43  well as a higher level synchronous API implementing the MPD commands and
44  parsing all responses.
45  .
46  This package provides the debugging symbols for the shared library.
48 Package: libmpdclient-doc
49 Section: doc
50 Architecture: all
51 Depends: ${misc:Depends}
52 Description: client library for the Music Player Daemon (API documentation)
53  libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
54  offers a low-level asynchronous API which knowns the MPD protocol syntax as
55  well as a higher level synchronous API implementing the MPD commands and
56  parsing all responses.
57  .
58  This package contains the API documentation.