File: control

package info (click to toggle)
libcddb-perl 1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 116 kB
  • ctags: 31
  • sloc: perl: 867; makefile: 40
file content (29 lines) | stat: -rw-r--r-- 1,202 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
Source: libcddb-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.10-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/CDDB/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcddb-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-perl/

Package: libcddb-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: high-level interface to CDDB and freedb servers
 CDDB protocol (cddbp) 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.
 .
 This module provides a high-level Perl interface to cddbp servers.
 With it, a Perl program can identify and possibly gather details about
 a CD 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.