File: control

package info (click to toggle)
libcddb-perl 1.222-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 260 kB
  • ctags: 28
  • sloc: perl: 1,107; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,411 bytes parent folder | download | duplicates (2)
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
Source: libcddb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libhttp-message-perl,
                     libmailtools-perl (>= 2.04),
                     libwww-perl (>= 6.05)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcddb-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcddb-perl.git
Homepage: https://metacpan.org/release/CDDB/

Package: libcddb-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-message-perl,
         libwww-perl (>= 6.05)
Suggests: libmailtools-perl
Description: module to query CDDB and freedb servers
 CDDB protocol servers provide compact disc information for programs that need
 it. This allows such programs to display disc and track titles automatically
 and it provides extended information like liner notes and lyrics. With this
 module, a Perl program can identify and possibly gather details about a disc
 based on its "table of contents" (the disc's track times and offsets).
 .
 Disc details have been useful for generating CD catalogs, naming mp3 files,
 printing CD liners, or even just playing discs in an automated jukebox.