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
|
Source: libdevice-cdio-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libcdio-dev,
libextutils-pkgconfig-perl,
libiso9660-dev,
libmodule-build-perl,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
perl-xs-dev,
perl:native,
swig
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdevice-cdio-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdevice-cdio-perl.git
Homepage: https://metacpan.org/release/Device-Cdio
Rules-Requires-Root: no
Package: libdevice-cdio-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: CD Input and control library
Device::Cdio is an interface to the GNU CD Input and Control library (libcdio)
and its ISO 9660 library (libiso9660) which are written in C. The library
encapsulates CD-ROM reading and control and ISO 9660 handling. Perl programs
wishing to be oblivious of the OS- and device-dependent properties of a
CD-ROM can use this library.
|