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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
libaudio-flac-decoder-perl (0.3+dfsg-1) unstable; urgency=low
[ Tim Retout ]
* New maintainer. (Closes: #507386)
* New upstream version.
* Remove changes to Decoder.xs from Debian diff; fixed upstream.
* Move test fixes from diff into dfsg-fix-tests.patch
* debian/compat: Bump debhelper compatibility level to 7.
* 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
<pkg-perl-maintainers@lists.alioth.debian.org> (was: Timo
Schneider <timo.schneider@s2004.tu-chemnitz.de>)
+ Add quilt to build dependencies. Bump required debhelper version.
+ Add libtest-pod-perl to Build-Depends.
+ Bump Standards-Version to 3.8.3.
+ Add self to Uploaders.
+ Remove version from perl Build-Depends.
* debian/rules: Use short dh7/quilt rules file.
* debian/watch: use dist-based URL, dversionmangle and repack stub.
* debian/repack.stub, debian/repack.local: New scripts to repack tarball.
* debian/README.source: Add standard quilt instructions, and details of
repacking upstream tarballs.
* debian/copyright: Use DEP-5 format copyright file.
* debian/libaudio-flac-decoder-perl.examples: New file.
* debian/patches/dithering.patch: New patch to fix problem in dithering
code. (Closes: #501250)
[ gregor herrmann ]
* debian/control: mention module name in long description.
-- Tim Retout <tim@retout.co.uk> Mon, 02 Nov 2009 23:54:34 +0000
libaudio-flac-decoder-perl (0.2.dfsg-0.1) unstable; urgency=medium
* Non-maintainer upload.
* Replace copyrighted test.flac with a snip of recording of RMS singing
the free software song, closes: #501301
* Adjust testsuite to match new testfile
-- Riku Voipio <riku.voipio@iki.fi> Mon, 27 Oct 2008 21:18:25 +0200
libaudio-flac-decoder-perl (0.2-2.2) unstable; urgency=low
* Non-maintainer upload for the Perl 5.10 transition.
* Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463554)
-- Niko Tyni <ntyni@debian.org> Thu, 03 Apr 2008 14:32:26 +0300
libaudio-flac-decoder-perl (0.2-2.1) unstable; urgency=low
* Non-maintainer upload.
* Update to FLAC 1.1.4 API (Closes: #427748, #451862, #426665).
-- Aurelien Jarno <aurel32@debian.org> Tue, 15 Jan 2008 17:25:16 +0100
libaudio-flac-decoder-perl (0.2-2) unstable; urgency=low
* Updated standards-version to 3.7.2.
* Added binary-indep target to debian/rules (Closes: #395704).
-- Timo Schneider <timo.schneider@s2004.tu-chemnitz.de> Thu, 16 Nov 2006 19:23:04 +0100
libaudio-flac-decoder-perl (0.2-1) unstable; urgency=low
* Initial Release (Closes: #295989).
-- Timo Schneider <timo.schneider@s2004.tu-chemnitz.de> Mon, 31 Oct 2005 13:29:38 +0100
|