1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libmpd
Section: libs
Priority: optional
Maintainer: Decklin Foster <decklin@red-bean.com>
Build-Depends: debhelper (>> 4.1.0), cdbs
Standards-Version: 3.6.2.2
Package: libmpd0
Architecture: any
Depends: ${shlibs:Depends}
Provides: libmpd
Replaces: libmpd
Conflicts: libmpd
Description: High-level client library for accessing Music Player Daemon
LibMpd is a library that provides high-level, callback-based access to
Music Player Daemon (mpd).
.
URL: http://cms.qballcow.nl/index.php?page=libmpd
.
This package contains the shared libraries.
Package: libmpd-dev
Architecture: any
Depends: libmpd0 (= ${Source-Version}), pkg-config
Description: High-level client library for accessing Music Player Daemon
LibMpd is a library that provides high-level, callback-based access to
Music Player Daemon (mpd).
.
URL: http://cms.qballcow.nl/index.php?page=libmpd
.
This package contains the development libraries, headers and documentation.
|