File: control

package info (click to toggle)
libdevice-cdio-perl 0.3.0-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,256 kB
  • ctags: 2,566
  • sloc: ansic: 11,536; perl: 4,027; makefile: 83; sh: 3
file content (34 lines) | stat: -rw-r--r-- 1,451 bytes parent folder | download
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
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               libcdio-dev (>= 0.82),
               libextutils-pkgconfig-perl,
               libiso9660-dev,
               libmodule-build-perl (>= 0.380000),
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               perl,
               perl (>= 5.13.8) | libextutils-cbuilder-perl (>= 0.280000),
               swig
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Device-Cdio
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevice-cdio-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevice-cdio-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libdevice-cdio-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: CD Input and control library
 Device::Cdio is a interface to the GNU CD Input and Control library (libcdio)
 and it's 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.