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 32 33 34 35 36 37 38
|
Source: libcdaudio
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dh-autoreconf
Standards-Version: 3.9.3
Homepage: http://libcdaudio.sourceforge.net/
Package: libcdaudio1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for controlling a CD-ROM when playing audio CDs
This library provides functions for controlling an audio CD: starting,
stopping, ejecting, etc. It also provides an interface to the CDDB and CD Index
servers.
Package: libcdaudio-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libcdaudio1 (= ${binary:Version})
Description: library for controlling a CD-ROM when playing audio CDs (development)
This library provides functions for controlling an audio CD: starting,
stopping, ejecting, etc. It also provides an interface to the CDDB and CD Index
servers.
.
This package contains the development files.
Package: libcdaudio-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libcdaudio1 (= ${binary:Version}), libcdaudio-dev (= ${binary:Version})
Description: library for controlling a CD-ROM when playing audio CDs (debug)
This library provides functions for controlling an audio CD: starting,
stopping, ejecting, etc. It also provides an interface to the CDDB and CD Index
servers.
.
This package contains the debugging symbols.
|