Source: cdparanoia
Section: sound
Priority: optional
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
	Rogério Brito <rbrito@ime.usp.br>
Build-Depends:
 debhelper (>= 11),
 libcam-dev [kfreebsd-any]
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/optical-media-team/cdparanoia
Vcs-Git: https://salsa.debian.org/optical-media-team/cdparanoia.git
Homepage: http://www.xiph.org/paranoia/

Package: cdparanoia
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: audio extraction tool for sampling CDs
 An audio extraction tool for sampling CDs. Unlike similar programs such as
 cdda2wav, cdparanoia goes to great lengths to try to extract the audio
 information without any artifacts such as jitter.

Package: libcdparanoia0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: audio extraction tool for sampling CDs (library)
 An audio extraction tool for sampling CDs. Unlike similar programs such as
 cdda2wav, cdparanoia goes to great lengths to try to extract the audio
 information without any artifacts such as jitter.
 .
 This package contains the library of cdparanoia, so that its routines
 can be used by other programs.

Package: libcdparanoia-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${arch-os-dev}, libcdparanoia0 (= ${binary:Version})
Provides: libcdparanoia0-dev
Description: audio extraction tool for sampling CDs (development)
 An audio extraction tool for sampling CDs. Unlike similar programs such as
 cdda2wav, cdparanoia goes to great lengths to try to extract the audio
 information without any artifacts such as jitter.
 .
 This package contains the development files that make a companion to
 the library.