Code

control: Updated to standards-version 3.8.4 -- no changes.
[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.4
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 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: libmpdclient2-dbg
35 Section: debug
36 Priority: extra
37 Architecture: any
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.
44  .
45  This package provides the debugging symbols for the shared library.
47 Package: libmpdclient-doc
48 Section: doc
49 Architecture: all
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.
55  .
56  This package contains the API documentation.