debian/0000755000000000000000000000000011726704002007165 5ustar debian/watch0000644000000000000000000000015311726704002010215 0ustar version=3 http://search.cpan.org/dist/CDDB_get/ .*/CDDB_get-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/manpages0000644000000000000000000000002111726704002010674 0ustar debian/cddbget.1 debian/NEWS.Debian0000644000000000000000000000026611726704002011051 0ustar libcddb-get-perl (2.23-2) unstable; urgency=low I renamed the cddb.pl script installed in /usr/bin to cddbget. -- Lucas Wall Tue, 1 Mar 2005 03:42:26 -0300 debian/rules0000755000000000000000000000033311726704002010244 0ustar #!/usr/bin/make -f CMD=$(subst override_,,$@) DEST=debian/$(shell dh_listpackages)/ %: dh $@ override_dh_auto_install: $(CMD) mv $(DEST)/usr/bin/cddb.pl $(DEST)/usr/bin/cddbget rm $(DEST)/usr/share/perl5/cddb.pl debian/changelog0000644000000000000000000000445411726704002011046 0ustar libcddb-get-perl (2.28-1) unstable; urgency=low [ Ryan Niebur ] * Update ryan52's email address [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 2.28. * Switched to source format 3.0 (quilt). * Bumped debhelper compatibility to level 8 (no changes necessary). * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0, delete versioned dependency on Perl 5.8). * Fixed typo in cddbget.1. * Added myself to Uploaders and copyright. -- Florian Schlichting Sat, 10 Mar 2012 17:13:15 +0100 libcddb-get-perl (2.27-1) unstable; urgency=low [ Ryan Niebur ] * Take over for the Debian Perl Group; Closes: #533086 -- RFA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group * debian/watch: use dist-based URL. * New upstream release (Closes: #415415) * Add myself to Uploaders * Debian Policy 3.8.1 * dh7 * machine parsable copyright format * update debian specific manpage [ Salvatore Bonaccorso ] * Bump Standards-Version to 3.8.2 (No changes) -- Ryan Niebur Sun, 21 Jun 2009 12:26:23 -0700 libcddb-get-perl (2.23-2.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467716 -- Mark Hymers Sat, 05 Apr 2008 21:08:53 +0100 libcddb-get-perl (2.23-2) unstable; urgency=low * New maintainer. (closes: #297428) * Added cddb.pl man page. -- Lucas Wall Tue, 1 Mar 2005 03:42:26 -0300 libcddb-get-perl (2.23-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sun, 14 Sep 2003 21:17:38 -0600 libcddb-get-perl (2.22-1) unstable; urgency=low * New upstream (closes: 204396) -- Kevin M. Rosenberg Mon, 18 Aug 2003 00:24:59 -0600 libcddb-get-perl (2.20-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Sat, 9 Aug 2003 19:19:15 -0600 libcddb-get-perl (2.11-1) unstable; urgency=low * Initial Release. -- Kevin M. Rosenberg Fri, 6 Dec 2002 13:33:32 -0700 debian/control0000644000000000000000000000152111726704002010567 0ustar Source: libcddb-get-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/CDDB_get/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libcddb-get-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcddb-get-perl.git Package: libcddb-get-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl interface to read the CDDB entry for an audio CD in your drive This module/script gets the CDDB info for an audio cd. You need a cdrom drive and an active internet connection in order to read the access the CDDB information. debian/compat0000644000000000000000000000000211726704002010363 0ustar 8 debian/source/0000755000000000000000000000000011726704002010465 5ustar debian/source/format0000644000000000000000000000001411726704002011673 0ustar 3.0 (quilt) debian/cddbget.10000644000000000000000000000233511726704002010646 0ustar .TH CDDBGET 1 "March 1, 2005" .\" .SH NAME cddbget \- gets CDDB info of a CD .\" .SH SYNOPSIS .B cddbget .RI [ options ] .\" .SH DESCRIPTION The \fBcddbget\fP script can be used to get CDDB info of a CD. It can handle several output formats. .\" .SH OPTIONS .TP .B no argument gets CDDB info of CD in your drive .TP .B \-c device (other than default device) .TP .B \-o offline mode - just stores CD info .TP .B \-d output in xmcd format .TP .B \-s save in xmcd format .TP .B \-i db. one of: mysql, pg, oracle, sqlite .TP .B \-O overwrite file or db .TP .B \-t output toc .TP .B \-l output lame command .TP .B \-f http mode (e.g. through firewalls) .TP .B \-F some stateful firewalls/http proxies need additional newlines .TP .B \-g get CDDB info for stored CDs .TP .B \-I non interactive mode .TP .B \-H CDDB hostname .TP .B \-C use local cache .TP .B \-R readonly cache .TP .B \-G cache has not the diskid as filenames (much slower) .TP .B \-P cache path (default: /tmp/xmcd) .TP .B \-D put CDDB_get in debug mode .\" .SH SEE ALSO .BR CDDB_get (3pm). .\" .SH AUTHOR CDDB_get was written by Armin Obersteiner . .PP This manual page was written by Lucas Wall , for the Debian project (but may be used by others). debian/copyright0000644000000000000000000000230111726704002011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Armin Obersteiner Source: http://search.cpan.org/dist/CDDB_get/ Upstream-Name: CDDB_get Files: * Copyright: 2003-2004, Armin Obersteiner License: Artistic or GPL-1+ Files: debian/* Copyright: 2002, 2003, Kevin M. Rosenberg 2005, Lucas Wall 2008, Mark Hymers 2009, Ryan Niebur 2012, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'.