debian/0000755000000000000000000000000011713422705007170 5ustar debian/compat0000644000000000000000000000000211713422705010366 0ustar 8 debian/rules0000755000000000000000000000132711713422705010253 0ustar #!/usr/bin/make -f TMP = $(CURDIR)/debian/libmp3-tag-perl %: dh $@ override_dh_clean: # clean up after tests -rm -f test2.mp3 test12.mp3 t12.mp3 test13.mp3 test2.inf audio07.mp3 audio_07.mp3 audio08.mp3 xxxtest12.mp3 t_gif.mp3 t_gif1.mp3 t_gif2.mp3 test14.mp3 test14.MP3 test15.mp7 dh_clean override_dh_compress: dh_compress -Xexamples override_dh_fixperms: dh_fixperms chmod 644 $(TMP)/usr/share/perl5/MP3/Tag/ID3v2_Data.pod for i in `find $(TMP)/usr/share/doc/libmp3-tag-perl/examples -type f` ; \ do \ if file -b "$$i" | grep -q executable ;\ then \ chmod 755 "$$i"; \ else \ chmod 644 "$$i"; \ fi ;\ done chmod 644 $(TMP)/usr/share/perl5/Normalize/Text/Music_Fields/* debian/README.Debian0000644000000000000000000000126711713422705011237 0ustar libmp3-tag-perl (MP3::Tag) -------------------------- mp3info2 and audio_rename both have optional extra features that can be enabled by customisation of the PERLLIB environment variable. To enable this functionality, include the directory /usr/share/doc/libmp3-tag-perl/examples/mod in $PERLLIB. This can be done in, eg, your ~/.bash_profile with: export PERLLIB="$PERLLIB:/usr/share/doc/libmp3-tag-perl/examples/mod" audio_rename requires this for use of the -c option (for transliterating from cyrillic). If this directory is in PERLLIB, mp3info2 automatically picks up extra functionality for normalising field names, with specialised knowledge of various composers. debian/libmp3-tag-perl.examples0000644000000000000000000000002211713422705013621 0ustar tk-tag examples/* debian/libmp3-tag-perl.lintian-overrides0000644000000000000000000000021211713422705015442 0ustar # spelled like this in .inf files libmp3-tag-perl: spelling-error-in-manpage usr/share/man/man3/MP3::Tag::Inf.3pm.gz Endianess Endianness debian/source/0000755000000000000000000000000011713422705010470 5ustar debian/source/format0000644000000000000000000000001411713422705011676 0ustar 3.0 (quilt) debian/postinst0000644000000000000000000000034211713422705010775 0ustar #!/bin/sh set -e if [ "$1" = "configure" ] then if [ -n "$2" ] && dpkg --compare-versions "$2" lt "0.9709-1" then if which mktexlsr >/dev/null then mktexlsr /usr/share/texmf fi fi fi #DEBHELPER# debian/libmp3-tag-perl.docs0000644000000000000000000000003711713422705012741 0ustar README.txt README.shrink TODO debian/watch0000644000000000000000000000011511713422705010216 0ustar version=3 http://www.cpan.org/modules/by-module/MP3/MP3-Tag-(\d.*)\.tar\.gz debian/changelog0000644000000000000000000001525311713422705011050 0ustar libmp3-tag-perl (1.13-1) unstable; urgency=low * New upstream version. * Use dh minimal debian/rules. * adjust for renamed ID3v2_Data.pod. * drop libcompress-zlib-perl (build-)dep, now shipped with perl core. * Switch to format 3.0 (quilt). All existing patches taken upstream, one new trivial patch: 01_spelling.patch: fix typos. * Standards-Version: 3.9.2 (no changes). * debian/watch: tighten regexp to avoid false positive with MP3-Tag-Utils. -- Ian Beckwith Sun, 05 Feb 2012 06:42:16 +0000 libmp3-tag-perl (1.12-1) unstable; urgency=low * New upstream version. * Standards-Version: 3.8.3 (no changes). * Fix man page typos caught by lintian. -- Ian Beckwith Wed, 30 Dec 2009 00:42:40 +0000 libmp3-tag-perl (1.11-1) unstable; urgency=low * New upstream version. * t/mp3tag.t: revert to upstream version, the missing test data is now shipped by upstream. * debian/rules clean: update list of test data to remove. * debian/control: add libimage-exiftool-perl to Recommends:. -- Ian Beckwith Thu, 14 May 2009 23:23:37 +0100 libmp3-tag-perl (1.00-1) unstable; urgency=low * New upstream version. * ID3v2.pm: fix docs on frame numbering (Closes: #523804). * Tag.pm: fix namespace of _Data_to_MIME call. * data_pod.PL: fix pod and path to pod, regenerate ID3v2-Data.pod. * Cue.pm: fix pod. * t/mp3tag.t: create missing test data file 'cddb.tmp1'. * debian/rules: + Remove cddb.tmp1 on clean. + Support DEB_BUILD_OPTIONS=nocheck + Remove code to move transliterate_win1251.pm: now in right place. + Fix path of ID3v2-Data.pod in chmod call. + Remove executable bits from Music_Fields data files. * debian/control: + Updated Maintainer email. + Removed DM-Upload-Allowed now I have Ascended. + Standards-Version: 3.8.1 -- Ian Beckwith Thu, 23 Apr 2009 22:06:16 +0100 libmp3-tag-perl (0.9714-1) unstable; urgency=low * New upstream version + fixes get_config1() typo (Closes: #508792). * postinst: switch from /bin/sh -e to set -e. * control: add Homepage. -- Ian Beckwith Thu, 26 Feb 2009 00:38:34 +0000 libmp3-tag-perl (0.9713-1) unstable; urgency=low * New upstream version. * transliterate_win1251.pm: + Install to /usr/share/perl5/Encode rather than examples/ (per upstream request). + Fix namespace. * Don't compress runnable examples. * Fix permissions of examples. * Add 'file' to Build-Depends-Indep. * debian/rules clean: remove test14.mp3. * examples/extract-y.pl: fix #! path. * Fixed POD errors. * Standards-Version: 3.8.0 (no changes). -- Ian Beckwith Thu, 04 Dec 2008 06:45:56 +0000 libmp3-tag-perl (0.9710-1) unstable; urgency=low * New upstream version. * Only remove $(TMP)/usr/lib/perl5 if it exists (Closes: #467809). * Bump debhelper compat level to 6. * Clean up new test files. -- Ian Beckwith Wed, 27 Feb 2008 16:32:19 +0000 libmp3-tag-perl (0.9709-3) unstable; urgency=low * Set DM-Upload-Allowed: yes. * Make repeated builds consistent by dropping ID3v2-Data.pod from files to clean (Closes: #441714). * Fix off-by-one error in ID3v2.4 parsing (Closes: #440465). Thanks to Harald Dunkel. * Update maintainer email address. * Standards-Version: 3.7.3 (No changes). -- Ian Beckwith Thu, 13 Dec 2007 21:47:37 +0000 libmp3-tag-perl (0.9709-2) unstable; urgency=low * Remove empty /usr/lib/perl5 from .deb. * make distclean: only run if Makefile present; stop ignoring return code. * Bump debhelper version to 5. -- Ian Beckwith Tue, 07 Aug 2007 03:05:39 +0100 libmp3-tag-perl (0.9709-1) unstable; urgency=low * New upstream version. * typeset_audio_dir: Fix use of -B without -T. * Switch to TeXlive: + Recommend: texlive-latex-extra. + Stop shipping cd-cover class. + postinst: Only run mktexlsr if upgrading from sufficiently old version. + Drop postrm. * Drop linda override now file(1) is fixed. -- Ian Beckwith Fri, 20 Apr 2007 22:20:26 +0100 libmp3-tag-perl (0.9708-2) unstable; urgency=low * typeset_audio_dir: fix -n (Closes: #386328). -- Ian Beckwith Wed, 13 Sep 2006 02:05:59 +0100 libmp3-tag-perl (0.9708-1) unstable; urgency=low * New upstream version. + allows encoding to be set (Closes: #375239). * Added README.Debian to explain manipulating PERLLIB. * debian/rules: + Exclude .pm/.lst/.comp from dh_compress + clean: remove test file xxxtest12.mp3 * debian/control: + Moved debhelper from Build-Depends-Indep: to Build-Depends:. + Standards-Version: 3.7.2 (No changes). * Added linda override for mp3info2: exec-not-elf-or-script (See #308305). * Added debian/dirs containing usr/share/linda/overrides. -- Ian Beckwith Tue, 11 Jul 2006 00:14:57 +0100 libmp3-tag-perl (0.9706-1) unstable; urgency=low * New upstream version. * ID3V2.pm: fix pod. * typeset_audio_dir: fix output to stdout. * Added README.shrink to installed documentation. * Clean more files generated by 'make test'. * LaTeX support for typeset_audio_dir: + Install LaTeX class cd-cover.cls from: http://www.tug.org/cgi-bin/dirarchive/tex-archive/macros/latex/contrib/cd-cover.tgz + debian/control: Suggests: tetex-bin | texlive-latex-base + debian/post{inst,rm}: run mktexlsr if installed. + debian/copyright: add copyright information for cd-cover.cls -- Ian Beckwith Wed, 8 Mar 2006 22:24:37 +0000 libmp3-tag-perl (0.9701-1) unstable; urgency=low * New upstream version (Closes: #329579). * debian/rules clean: delete test13.mp3 -- Ian Beckwith Thu, 27 Oct 2005 17:56:30 +0100 libmp3-tag-perl (0.97-1) unstable; urgency=low * New maintainer (Closes: #303615). * New upstream release, fixes: + PCNT handling (Closes: #217483). + ID3v2.pm man page bug (Closes: #318007). + Request for new upstream version (Closes: #273676). * debian/control: + Recommends: libmp3-info-perl. + Standards-Version: 3.6.2 (No changes). * Added examples/ and tk-tag/ as examples. * debian/copyright: corrected license from GPL to Artistic. * Added debian/watch file. -- Ian Beckwith Wed, 27 Jul 2005 20:36:39 +0100 libmp3-tag-perl (0.92-0) unstable; urgency=low * New upstream version (Closes: #217483). -- Bruno Rodrigues Sat, 7 Aug 2004 15:47:51 +0200 libmp3-tag-perl (0.40-1) unstable; urgency=low * Initial Release (Closes: #196493). -- Bruno Rodrigues Mon, 16 Jun 2003 21:17:31 +0100 debian/control0000644000000000000000000000132611713422705010575 0ustar Source: libmp3-tag-perl Section: perl Priority: optional Maintainer: Ian Beckwith Build-Depends: debhelper (>= 8) Build-Depends-Indep: file, perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/MP3-Tag/ Package: libmp3-tag-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libimage-exiftool-perl, libmp3-info-perl Suggests: texlive-latex-extra Description: Module for reading tags of MP3 audio files MP3::Tag is a wrapper module to read different tags of mp3 files. It provides an easy way to access the functions of separate modules which do the handling of reading/writing the tags itself. . At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2 are supported. debian/patches/0000755000000000000000000000000011713422705010617 5ustar debian/patches/series0000644000000000000000000000002211713422705012026 0ustar 01_spelling.patch debian/patches/01_spelling.patch0000644000000000000000000000276111713422705013763 0ustar Description: Typo Fixes Author: Ian Beckwith Last-Update: 2012-020-5 Index: restore/lib/MP3/Tag.pm =================================================================== --- restore.orig/lib/MP3/Tag.pm 2012-02-05 03:08:33.000000000 +0000 +++ restore/lib/MP3/Tag.pm 2012-02-05 03:09:24.000000000 +0000 @@ -523,7 +523,7 @@ =item track0() Same as track1(), but pads with leading 0s to width of track2(); takes an -optional argument (default is 2) giving the pad width in absense of track2(). +optional argument (default is 2) giving the pad width in absence of track2(). =item disk1(), disk2() @@ -1784,7 +1784,7 @@ Strings C and C are replaced by "pure track number" and "max track number" (this allows for both formats C and C of "track", the latter meaning track N1 of N2); use C to pad C with leading 0 -to the width of C (in absense of n2, to 2). Likewise for C, C +to the width of C (in absence of n2, to 2). Likewise for C, C but with disk (media) number instead of track number; use C to encode C as a letter (see L). @@ -3337,7 +3337,7 @@ The customization modules have an opportunity to change global configuration variables on load. To allow more flexibility, they may -override any method defined in C; as usual, the overriden +override any method defined in C; as usual, the overridden method may be called using C modifier (see L). debian/copyright0000644000000000000000000000256611713422705011134 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=261 Source: http://search.cpan.org/~ilyaz/ Earlier versions can be found at: http://search.cpan.org/author/THOGEE/tagged-0.40/ or from sourceforge at: http://sourceforge.net/projects/tagged Files: * Copyright: 2000-2004 Thomas Geffert 2005-2012 Ian Beckwith License: GPL-1+ or 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'. 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'.