summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8e4c59507841305e3a912710611737748611e4e6 (plain)
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
Source: libaudio-cd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libcdaudio-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libaudio-cd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libaudio-cd-perl.git
Homepage: https://www.vanhemert.co.uk/disc-cover-1_5_6/
Rules-Requires-Root: no

Package: libaudio-cd-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: library to handle CDDB and low-level cd io calls
 Audio::CD supplies the CDDB functionality and low level calls to CD
 players. It provides a Perl interface to libcdaudio by Tony Arcieri,
 in the form of glue for the libcdaudio functions and data structures.