debian/0000755000000000000000000000000012231164470007166 5ustar debian/watch0000644000000000000000000000014711212456120010213 0ustar version=3 http://search.cpan.org/dist/Audio-FLAC-Header/ \ .*/Audio-FLAC-Header-v?(\d[\d.]+)\.tar\.gz debian/rules0000755000000000000000000000003611507111455010245 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000302111507111455011115 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Dan Sully Source: http://search.cpan.org/dist/Audio-FLAC-Header/ Name: Audio-FLAC-Header Files: * Copyright: 2003-2009, Dan Sully 2003-2007, Slim Devices 2003-2004, Erik Reckase License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2008, Martín Ferrari 2008, Niko Tyni 2008, Rene Mayorga 2008, Roberto C. Sanchez 2008, gregor herrmann 2004-2005, Ivo Marino 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'. debian/libaudio-flac-header-perl.docs0000644000000000000000000000000511112004016014676 0ustar TODO debian/source/0000755000000000000000000000000011507133556010474 5ustar debian/source/format0000644000000000000000000000001411507111455011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211112004016010346 0ustar 7 debian/control0000644000000000000000000000246311507111455010576 0ustar Source: libaudio-flac-header-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7), perl, libflac-dev, libtest-pod-coverage-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , Martín Ferrari , gregor herrmann , Rene Mayorga , Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Audio-FLAC-Header/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libaudio-flac-header-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libaudio-flac-header-perl/ Package: libaudio-flac-header-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl interface to FLAC file header metadata Audio::FLAC::Header provides an object-oriented interface to FLAC file header and metadata, it returns a hash containing basic information about a FLAC file, a representation of the embedded cue sheet if one exists, as well as tag information contained in the FLAC file's Vorbis tags. . There is no complete list of tag keys for Vorbis tags, as they can be defined by the user; the basic set of tags used for FLAC files include: ALBUM, ARTIST, TITLE, DATE, GENRE, TRACKNUMBER, COMMENT. debian/changelog0000644000000000000000000001412712231164470011045 0ustar libaudio-flac-header-perl (2.4-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:43:36 +0100 libaudio-flac-header-perl (2.4-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 17:11:41 +0000 libaudio-flac-header-perl (2.4-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Sun, 08 May 2011 07:09:45 +0100 libaudio-flac-header-perl (2.4-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release * Use new short debhelper rules format * Standards-Version 3.9.1 (no changes) * Refresh copyright information * Add myself to Uploaders and Copyright * Use new 3.0 (quilt) source format -- Jonathan Yu Wed, 29 Dec 2010 20:02:11 -0500 libaudio-flac-header-perl (2.3-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Rene Mayorga ] * New upstream release * debian/control + set debhelper version to 7 + raise standards-versions to 3.8.0 + add myself to uploaders + remove quilt from B-D * debian/rules + use dh7 whit the help from dh-make-perl -R --dh7 * patches/uninitialized_comment; removed, included by upstream -- Rene Mayorga Sat, 22 Nov 2008 01:25:46 -0600 libaudio-flac-header-perl (2.2-2) unstable; urgency=low * Manage debian/patches with quilt again. + debian/patches/uninitialized_comment: initialize the length of an empty vorbis comment struct to zero before appending to it. (Closes: #484046) -- Niko Tyni Tue, 10 Jun 2008 16:28:13 +0300 libaudio-flac-header-perl (2.2-1) unstable; urgency=low * New upstream release, fixes two bugs reported to the Debian BTS: - "write method adds VENDOR tag as user comment" (closes: #475931) - "new() segfaults when the flac is missing a VENDOR tag" (closes: #479580) * debian/copyright: update years of copyright according to upstream README. * Add /me to Uploaders. -- gregor herrmann Sun, 01 Jun 2008 16:29:02 +0200 libaudio-flac-header-perl (2.1-1) unstable; urgency=low * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Improved long description a little. Added myself to Uploaders. * debian/watch: simplified. * debian/rules: refreshed from templates. -- Martín Ferrari Mon, 19 May 2008 06:14:43 -0300 libaudio-flac-header-perl (2.0-1) unstable; urgency=low * New upstream release. * debian/patches/pod-coverage-private: Removed. Included upstream. * debian/patches/uint64: Removed. Included upstream. * Removed quilt dependency and infrastructure. -- Roberto C. Sanchez Sat, 15 Mar 2008 20:54:15 -0400 libaudio-flac-header-perl (1.9-2) unstable; urgency=low * debian/patches/uint64: fix FTBFS due to 64-bit integer proglems on several 32-bit architectures. (Closes: #462249) * Remove the unnecessary Debian revision -1 from the libflac-dev build-dependency to ease backporting. Thanks, lintian. -- Niko Tyni Mon, 11 Feb 2008 20:46:31 +0200 libaudio-flac-header-perl (1.9-1) unstable; urgency=low * New upstream release. * New maintainer. (Closes: #455922) * Upgrade to debhelper compatibility level 5. * Upgrade to Standards-Version 3.7.3. No changes needed. * Don't ignore the exit status of 'make realclean'. * Run the test suite when building the package. * Only try to remove the empty /usr/share/perl5 directory if it exists. * Cleanup of debian/rules. * Unconditionally call dh_strip, it knows about DEB_BUILD_OPTIONS=nostrip. * Remove the README from the binary package, it contains no useful information. * Add a missing 'install-stamp' dependency on 'build-stamp'. * Update debian/watch. * Add build-dependencies on libtest-pod-coverage-perl and libtest-pod-perl for the test suite. * Manage debian/patches with quilt. + pod-coverage-private: fix a test failure with Pod::Coverage 0.19. * Update and reformat debian/copyright. * Remove all control references (Provides, Conflicts, Replaces) to the old libaudio-flac-perl package, as that was not included in the last stable Debian release anymore. -- Niko Tyni Wed, 23 Jan 2008 08:54:29 +0200 libaudio-flac-header-perl (1.4-1) unstable; urgency=low * New upstream release Audio-FLAC-Header-1.4 (Closes: #329495). * [debian/control] Changed build dependency of libflac-dev to (>= 1.1.2-1) (Closes: #325957). * [debian/control] Moved all build dependencies to Build-Depends. * [debian/control] Updated Build-Depends perl to version >= 5.8.4. * [debian/control] Updated Standards-Version to 3.6.2. * [debian/rules] Disabled dh_installexamples. * [debian/rules] Enabled dh_installman. * [debian/copyright] Updated the download link of the latest upstream source. -- Ivo Marino Mon, 26 Sep 2005 12:35:35 +0200 libaudio-flac-header-perl (1.2-2) unstable; urgency=low * [debian/control] Removed useles ${miss:Depends} and rebuilt in order to set the package libflac6 as dependency for ${shlibs:Depends}. -- Ivo Marino Tue, 12 Apr 2005 12:20:52 +0200 libaudio-flac-header-perl (1.2-1) unstable; urgency=low * Initial Release. The libaudio-flac-perl package has been migrated to the new libaudio-flac-header-perl package. The upstream source name has also change from Audio::FLAC to Audio::FLAC::Header. -- Ivo Marino Mon, 21 Feb 2005 11:26:30 +0100 libaudio-flac-perl (0.7-1) unstable; urgency=low * Initial 'clean' Release. The unofficial first release was on 30 Jan 2004, it was not constructed very well so everything was rolled up, this is now the first official release. -- Ivo Marino Wed, 19 May 2004 15:24:17 +0200