File: control

package info (click to toggle)
libdevice-cdio-perl 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,248 kB
  • ctags: 2,564
  • sloc: ansic: 11,536; perl: 4,027; makefile: 69; sh: 3
file content (30 lines) | stat: -rw-r--r-- 1,279 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
Source: libdevice-cdio-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312), perl,
 libcdio-dev (>= 0.82),
 perl (>= 5.13.8) | libextutils-cbuilder-perl (>= 0.280000),
 libextutils-pkgconfig-perl,
 libiso9660-dev,
 perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 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.3
Homepage: https://metacpan.org/release/Device-Cdio/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevice-cdio-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevice-cdio-perl.git

Package: libdevice-cdio-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc: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.