[Python-modules-commits] r32411 - in packages/mutagen/tags (17 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Thu Apr 23 22:24:28 UTC 2015
Date: Thursday, April 23, 2015 @ 22:24:27
Author: mithrandi
Revision: 32411
[svn-buildpackage] Tagging mutagen 1.28-1
Added:
packages/mutagen/tags/1.28-1/
packages/mutagen/tags/1.28-1/debian/changelog
(from rev 32410, packages/mutagen/trunk/debian/changelog)
packages/mutagen/tags/1.28-1/debian/control
(from rev 31546, packages/mutagen/trunk/debian/control)
packages/mutagen/tags/1.28-1/debian/copyright
(from rev 31138, packages/mutagen/trunk/debian/copyright)
packages/mutagen/tags/1.28-1/debian/patches/
packages/mutagen/tags/1.28-1/debian/python-mutagen.docs
(from rev 30775, packages/mutagen/trunk/debian/python-mutagen.docs)
packages/mutagen/tags/1.28-1/debian/rules
(from rev 30867, packages/mutagen/trunk/debian/rules)
packages/mutagen/tags/1.28-1/debian/upstream/
packages/mutagen/tags/1.28-1/debian/upstream/signing-key.asc
(from rev 32410, packages/mutagen/trunk/debian/upstream/signing-key.asc)
packages/mutagen/tags/1.28-1/debian/watch
(from rev 31139, packages/mutagen/trunk/debian/watch)
Deleted:
packages/mutagen/tags/1.28-1/debian/changelog
packages/mutagen/tags/1.28-1/debian/control
packages/mutagen/tags/1.28-1/debian/copyright
packages/mutagen/tags/1.28-1/debian/python-mutagen.docs
packages/mutagen/tags/1.28-1/debian/rules
packages/mutagen/tags/1.28-1/debian/upstream/signing-key.asc
packages/mutagen/tags/1.28-1/debian/watch
Deleted: packages/mutagen/tags/1.28-1/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog 2014-09-27 21:27:41 UTC (rev 30773)
+++ packages/mutagen/tags/1.28-1/debian/changelog 2015-04-23 22:24:27 UTC (rev 32411)
@@ -1,262 +0,0 @@
-mutagen (1.23-2) unstable; urgency=medium
-
- * Explicitly set LC_ALL=C.UTF-8 to avoid test suite failures if LC_ALL is
- set to something else in the environment during a build (closes: #753141).
-
- -- Tristan Seligmann <mithrandi at debian.org> Sun, 27 Jul 2014 07:36:35 +0200
-
-mutagen (1.23-1) unstable; urgency=medium
-
- * New upstream release. (Closes: #751155)
- * Switch to pybuild.
- * Bump Standards-Version.
- * Build pypy-mutagen package for pypy.
-
- -- Tristan Seligmann <mithrandi at debian.org> Sat, 14 Jun 2014 14:01:23 +0200
-
-mutagen (1.22-1) unstable; urgency=low
-
- [ Tristan Seligmann ]
- * Update my email address.
- * Update Homepage. (Closes: #673615)
-
- [ Simon Chopin ]
- * New upstream release.
- + Document copyright on docs/id3_frames_gen.py to Christoph Reiter.
- + Bump X-Python-Version to 2.6.
- + Drop all patches as being applied upstream.
- + Add a dependency on libc-bin and use the C.UTF-8 locale to run the
- tests.
- * Add myself to Uploaders.
- * Regenerate the man pages during the build.
- * Add a new package python-mutagen-doc with the Sphinx documentation.
-
- -- Tristan Seligmann <mithrandi at debian.org> Mon, 25 Nov 2013 01:06:19 +0200
-
-mutagen (1.21-1) unstable; urgency=low
-
- * Team upload.
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Simon Chopin ]
- * New upstream version (Closes: #709810)
- + Drop the patches integrated upstream:
- -remove-hashbang.diff
- -mpeg-length.diff
- -mpeg-length-remove.diff
- + Add a patch to fix an undefined name
- * Bump Standard-Version to 3.9.4:
- + Bump debhelper dependency to >= 9 to benefit from -arch/-indep targets
- + Reorder dh arguments in d/rules
- * Add Christoph Reiter to the copyright file.
-
- -- Simon Chopin <chopin.simon at gmail.com> Tue, 16 Jul 2013 23:24:27 +0200
-
-mutagen (1.20-1) unstable; urgency=low
-
- * New upstream release (closes: #636710).
- * Acknowledge NMUs (thanks to Jakub Wilk and Alessio Treglia).
- * Bump Standards-Version (no changes needed).
- * Run the test suite during build; thanks to Andrey Rahmatullin for the
- patch. (closes: #616106)
- * Add DPMT to Uploaders.
- * Remove preinst script, since we no longer need to support upgrades from
- lenny.
-
- -- Tristan Seligmann <mithrandi at mithrandi.net> Sun, 11 Sep 2011 20:04:44 +0200
-
-mutagen (1.19-2.2) unstable; urgency=low
-
- * Non-maintainer upload.
- * Fix wrong file length calculation (Closes: #637061):
- - debian/patches/mpeg-length.diff: Fix CBR length calculation, it used
- the rounded frame_length including the current frame's padding.
- - debian/patches/mpeg-length-remove.diff: Remove the code which should
- have prevented the use of impossible lengths by performing the
- 'bitrate/file size' check. This was never used because the args are
- switched, plus the calculation is wrong as the result is 1/64 of the
- real length.
-
- -- Alessio Treglia <alessio at debian.org> Mon, 08 Aug 2011 10:15:32 +0200
-
-mutagen (1.19-2.1) unstable; urgency=low
-
- * Non-maintainer upload (with maintainer's permission).
- * Rebuild against python-defaults (>= 2.6.6-14)
-
- -- Jakub Wilk <jwilk at debian.org> Mon, 02 May 2011 21:48:11 +0200
-
-mutagen (1.19-2) unstable; urgency=low
-
- * Switch from cdbs / pycentral to dh / pysupport.
-
- -- Tristan Seligmann <mithrandi at mithrandi.net> Sun, 30 May 2010 09:20:53 +0200
-
-mutagen (1.19-1) UNRELEASED; urgency=low
-
- [ Jakub Wilk ]
- * Fix watch file.
-
- [ Tristan Seligmann ]
- * New upstream release.
- * Switch to 3.0 (quilt) format.
-
- -- Tristan Seligmann <mithrandi at mithrandi.net> Thu, 20 May 2010 20:18:03 +0200
-
-mutagen (1.15-2) unstable; urgency=low
-
- * Upload to unstable.
-
- -- Tristan Seligmann <mithrandi at mithrandi.net> Mon, 16 Feb 2009 19:55:06 +0200
-
-mutagen (1.15-1) experimental; urgency=low
-
- * New upstream release (closes: #510149).
- * Add ${misc:Depends} to debian/control.
- * Update VCS / Homepage URLs in debian/control.
- * Bump Standards-Version to 3.8.0.
- * Update watch file.
- * Switch to quilt.
-
- -- Tristan Seligmann <mithrandi at mithrandi.net> Thu, 29 Jan 2009 22:49:25 +0200
-
-mutagen (1.14-1) unstable; urgency=low
-
- * New upstream release.
- * Update my e-mail address.
-
- -- Tristan Seligmann <mithrandi at mithrandi.net> Mon, 02 Jun 2008 23:55:07 +0200
-
-mutagen (1.13-1) unstable; urgency=low
-
- * New upstream release.
- - FLAC: Raise IOError, instead of UnboundLocalError, when trying to open a
- non-existant file (closes: #448734).
- - TCP/TCMP support (closes: #452231).
- - 2x-100x speedup writing files on filesystems that don't support mmap().
- * Add Vcs-Darcs field.
- * Move Homepage into source package field.
- * Bump to debhelper v6.
- * Bump Standards-Version.
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sat, 26 Jan 2008 20:56:45 +0200
-
-mutagen (1.11-1) unstable; urgency=medium
-
- * New upstream release.
- - Medium urgency: fixes a major bug reading TDAT frames; month and day
- were reversed.
- * Remove lintian override as this should be fixed upstream shortly.
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Fri, 27 Apr 2007 18:52:30 +0200
-
-mutagen (1.10.1-1) unstable; urgency=low
-
- * New upstream version.
- - Fix id3 syncsafe / flag handling that could cause data corruption in
- some instances (closes: #403542).
- - Allow skipping over ID3 tags incorrectly present in FLAC files, instead
- of choking on them (closes: #411431)
- - Fix reading of GStreamer-corrupted Ogg files (closes: #411432).
- - Correct invalid APEv2 tag key and flags handling (closes: #411433).
- - Supercedes previous NMUs, thanks guys! (closes: #412874).
- * Add note to README.Debian about mutagen.m4a deprecation.
- * Add lintian override to suppress bogus warning about python-central being
- needed to run the clean target (it's not).
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sun, 22 Apr 2007 23:57:03 +0200
-
-mutagen (1.8-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Mon, 9 Oct 2006 00:04:58 +0200
-
-mutagen (1.7.1-1) unstable; urgency=low
-
- * New upstream version.
- * Bump version on python-central build-dep.
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sun, 1 Oct 2006 03:14:57 +0200
-
-mutagen (1.6-1) unstable; urgency=low
-
- * New upstream version.
- * Install upstream changelog as changelog.gz (closes: #376575).
- - Thanks to Bastian Kleineidam <calvin at debian.org> for the patch.
- * Tweak watch file.
- * Add Provides: pythonX.Y-mutagen.
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sat, 12 Aug 2006 16:13:06 +0200
-
-mutagen (1.5.1-1) unstable; urgency=low
-
- * New upstream version.
- * Add lintian overrides.
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Tue, 27 Jun 2006 03:51:48 +0200
-
-mutagen (1.5-1) unstable; urgency=low
-
- * New upstream version.
- * Adopt package (closes: #374502).
- * Convert to cdbs and python-central.
- * Add watch file.
-
- -- Tristan Seligmann <mithrandi at mithrandi.za.net> Wed, 21 Jun 2006 21:25:57 +0200
-
-mutagen (1.4-2) unstable; urgency=low
-
- * Update to new Python policy (XS-Python-Version >= 2.3).
-
- -- Joe Wreschnig <piman at debian.org> Tue, 13 Jun 2006 14:10:31 -0500
-
-mutagen (1.4-1) unstable; urgency=low
-
- * New upstream version.
- * debian/control: Remove pyvorbis Suggests/mention.
- * debian/rules: Add no-op rules to shush lintian.
-
- -- Joe Wreschnig <piman at debian.org> Sat, 3 Jun 2006 20:15:00 -0500
-
-mutagen (1.3-1) unstable; urgency=low
-
- * New upstream version.
- * debian/rules: Let setup.py handle tools and man pages.
-
- -- Joe Wreschnig <piman at debian.org> Mon, 29 May 2006 22:06:48 -0500
-
-mutagen (1.2-2) unstable; urgency=low
-
- * Use python-support.
- * Standards-Version 3.7.2 (no updates required).
-
- -- Joe Wreschnig <piman at debian.org> Sat, 13 May 2006 02:12:22 -0500
-
-mutagen (1.2-1) unstable; urgency=low
-
- * New upstream version.
- * debian/control: Suggest python-pyvorbis.
- * debian/docs: Add TUTORIAL.
-
- -- Joe Wreschnig <piman at debian.org> Sun, 23 Apr 2006 01:09:14 -0500
-
-mutagen (1.1-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Joe Wreschnig <piman at debian.org> Tue, 4 Apr 2006 01:06:20 -0500
-
-mutagen (1.0-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Joe Wreschnig <piman at debian.org> Mon, 13 Mar 2006 16:20:14 -0600
-
-mutagen (0.9-1) unstable; urgency=low
-
- * Initial release. (Closes: #353505)
-
- -- Joe Wreschnig <piman at debian.org> Tue, 21 Feb 2006 03:06:14 -0600
Copied: packages/mutagen/tags/1.28-1/debian/changelog (from rev 32410, packages/mutagen/trunk/debian/changelog)
===================================================================
--- packages/mutagen/tags/1.28-1/debian/changelog (rev 0)
+++ packages/mutagen/tags/1.28-1/debian/changelog 2015-04-23 22:24:27 UTC (rev 32411)
@@ -0,0 +1,298 @@
+mutagen (1.28-1) experimental; urgency=low
+
+ * New upstream release.
+ - New release signing key.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 15 Mar 2015 14:25:12 +0200
+
+mutagen (1.27-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Mon, 08 Dec 2014 01:45:10 +0200
+
+mutagen (1.25.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Make debian/copyright DEP-5 compliant.
+ * Update debian/copyright.
+ * Enable signature verification in debian/watch.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 19 Oct 2014 15:23:22 +0200
+
+mutagen (1.25-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Build python3-mutagen package.
+ * Bump Standards-Version.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sat, 04 Oct 2014 00:40:46 +0200
+
+mutagen (1.24-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 28 Sep 2014 00:49:44 +0200
+
+mutagen (1.23-2) unstable; urgency=medium
+
+ * Explicitly set LC_ALL=C.UTF-8 to avoid test suite failures if LC_ALL is
+ set to something else in the environment during a build (closes: #753141).
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 27 Jul 2014 07:36:35 +0200
+
+mutagen (1.23-1) unstable; urgency=medium
+
+ * New upstream release. (Closes: #751155)
+ * Switch to pybuild.
+ * Bump Standards-Version.
+ * Build pypy-mutagen package for pypy.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sat, 14 Jun 2014 14:01:23 +0200
+
+mutagen (1.22-1) unstable; urgency=low
+
+ [ Tristan Seligmann ]
+ * Update my email address.
+ * Update Homepage. (Closes: #673615)
+
+ [ Simon Chopin ]
+ * New upstream release.
+ + Document copyright on docs/id3_frames_gen.py to Christoph Reiter.
+ + Bump X-Python-Version to 2.6.
+ + Drop all patches as being applied upstream.
+ + Add a dependency on libc-bin and use the C.UTF-8 locale to run the
+ tests.
+ * Add myself to Uploaders.
+ * Regenerate the man pages during the build.
+ * Add a new package python-mutagen-doc with the Sphinx documentation.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Mon, 25 Nov 2013 01:06:19 +0200
+
+mutagen (1.21-1) unstable; urgency=low
+
+ * Team upload.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Simon Chopin ]
+ * New upstream version (Closes: #709810)
+ + Drop the patches integrated upstream:
+ -remove-hashbang.diff
+ -mpeg-length.diff
+ -mpeg-length-remove.diff
+ + Add a patch to fix an undefined name
+ * Bump Standard-Version to 3.9.4:
+ + Bump debhelper dependency to >= 9 to benefit from -arch/-indep targets
+ + Reorder dh arguments in d/rules
+ * Add Christoph Reiter to the copyright file.
+
+ -- Simon Chopin <chopin.simon at gmail.com> Tue, 16 Jul 2013 23:24:27 +0200
+
+mutagen (1.20-1) unstable; urgency=low
+
+ * New upstream release (closes: #636710).
+ * Acknowledge NMUs (thanks to Jakub Wilk and Alessio Treglia).
+ * Bump Standards-Version (no changes needed).
+ * Run the test suite during build; thanks to Andrey Rahmatullin for the
+ patch. (closes: #616106)
+ * Add DPMT to Uploaders.
+ * Remove preinst script, since we no longer need to support upgrades from
+ lenny.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.net> Sun, 11 Sep 2011 20:04:44 +0200
+
+mutagen (1.19-2.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix wrong file length calculation (Closes: #637061):
+ - debian/patches/mpeg-length.diff: Fix CBR length calculation, it used
+ the rounded frame_length including the current frame's padding.
+ - debian/patches/mpeg-length-remove.diff: Remove the code which should
+ have prevented the use of impossible lengths by performing the
+ 'bitrate/file size' check. This was never used because the args are
+ switched, plus the calculation is wrong as the result is 1/64 of the
+ real length.
+
+ -- Alessio Treglia <alessio at debian.org> Mon, 08 Aug 2011 10:15:32 +0200
+
+mutagen (1.19-2.1) unstable; urgency=low
+
+ * Non-maintainer upload (with maintainer's permission).
+ * Rebuild against python-defaults (>= 2.6.6-14)
+
+ -- Jakub Wilk <jwilk at debian.org> Mon, 02 May 2011 21:48:11 +0200
+
+mutagen (1.19-2) unstable; urgency=low
+
+ * Switch from cdbs / pycentral to dh / pysupport.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.net> Sun, 30 May 2010 09:20:53 +0200
+
+mutagen (1.19-1) UNRELEASED; urgency=low
+
+ [ Jakub Wilk ]
+ * Fix watch file.
+
+ [ Tristan Seligmann ]
+ * New upstream release.
+ * Switch to 3.0 (quilt) format.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.net> Thu, 20 May 2010 20:18:03 +0200
+
+mutagen (1.15-2) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.net> Mon, 16 Feb 2009 19:55:06 +0200
+
+mutagen (1.15-1) experimental; urgency=low
+
+ * New upstream release (closes: #510149).
+ * Add ${misc:Depends} to debian/control.
+ * Update VCS / Homepage URLs in debian/control.
+ * Bump Standards-Version to 3.8.0.
+ * Update watch file.
+ * Switch to quilt.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.net> Thu, 29 Jan 2009 22:49:25 +0200
+
+mutagen (1.14-1) unstable; urgency=low
+
+ * New upstream release.
+ * Update my e-mail address.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.net> Mon, 02 Jun 2008 23:55:07 +0200
+
+mutagen (1.13-1) unstable; urgency=low
+
+ * New upstream release.
+ - FLAC: Raise IOError, instead of UnboundLocalError, when trying to open a
+ non-existant file (closes: #448734).
+ - TCP/TCMP support (closes: #452231).
+ - 2x-100x speedup writing files on filesystems that don't support mmap().
+ * Add Vcs-Darcs field.
+ * Move Homepage into source package field.
+ * Bump to debhelper v6.
+ * Bump Standards-Version.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sat, 26 Jan 2008 20:56:45 +0200
+
+mutagen (1.11-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Medium urgency: fixes a major bug reading TDAT frames; month and day
+ were reversed.
+ * Remove lintian override as this should be fixed upstream shortly.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Fri, 27 Apr 2007 18:52:30 +0200
+
+mutagen (1.10.1-1) unstable; urgency=low
+
+ * New upstream version.
+ - Fix id3 syncsafe / flag handling that could cause data corruption in
+ some instances (closes: #403542).
+ - Allow skipping over ID3 tags incorrectly present in FLAC files, instead
+ of choking on them (closes: #411431)
+ - Fix reading of GStreamer-corrupted Ogg files (closes: #411432).
+ - Correct invalid APEv2 tag key and flags handling (closes: #411433).
+ - Supercedes previous NMUs, thanks guys! (closes: #412874).
+ * Add note to README.Debian about mutagen.m4a deprecation.
+ * Add lintian override to suppress bogus warning about python-central being
+ needed to run the clean target (it's not).
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sun, 22 Apr 2007 23:57:03 +0200
+
+mutagen (1.8-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Mon, 9 Oct 2006 00:04:58 +0200
+
+mutagen (1.7.1-1) unstable; urgency=low
+
+ * New upstream version.
+ * Bump version on python-central build-dep.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sun, 1 Oct 2006 03:14:57 +0200
+
+mutagen (1.6-1) unstable; urgency=low
+
+ * New upstream version.
+ * Install upstream changelog as changelog.gz (closes: #376575).
+ - Thanks to Bastian Kleineidam <calvin at debian.org> for the patch.
+ * Tweak watch file.
+ * Add Provides: pythonX.Y-mutagen.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Sat, 12 Aug 2006 16:13:06 +0200
+
+mutagen (1.5.1-1) unstable; urgency=low
+
+ * New upstream version.
+ * Add lintian overrides.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Tue, 27 Jun 2006 03:51:48 +0200
+
+mutagen (1.5-1) unstable; urgency=low
+
+ * New upstream version.
+ * Adopt package (closes: #374502).
+ * Convert to cdbs and python-central.
+ * Add watch file.
+
+ -- Tristan Seligmann <mithrandi at mithrandi.za.net> Wed, 21 Jun 2006 21:25:57 +0200
+
+mutagen (1.4-2) unstable; urgency=low
+
+ * Update to new Python policy (XS-Python-Version >= 2.3).
+
+ -- Joe Wreschnig <piman at debian.org> Tue, 13 Jun 2006 14:10:31 -0500
+
+mutagen (1.4-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/control: Remove pyvorbis Suggests/mention.
+ * debian/rules: Add no-op rules to shush lintian.
+
+ -- Joe Wreschnig <piman at debian.org> Sat, 3 Jun 2006 20:15:00 -0500
+
+mutagen (1.3-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: Let setup.py handle tools and man pages.
+
+ -- Joe Wreschnig <piman at debian.org> Mon, 29 May 2006 22:06:48 -0500
+
+mutagen (1.2-2) unstable; urgency=low
+
+ * Use python-support.
+ * Standards-Version 3.7.2 (no updates required).
+
+ -- Joe Wreschnig <piman at debian.org> Sat, 13 May 2006 02:12:22 -0500
+
+mutagen (1.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/control: Suggest python-pyvorbis.
+ * debian/docs: Add TUTORIAL.
+
+ -- Joe Wreschnig <piman at debian.org> Sun, 23 Apr 2006 01:09:14 -0500
+
+mutagen (1.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Joe Wreschnig <piman at debian.org> Tue, 4 Apr 2006 01:06:20 -0500
+
+mutagen (1.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Joe Wreschnig <piman at debian.org> Mon, 13 Mar 2006 16:20:14 -0600
+
+mutagen (0.9-1) unstable; urgency=low
+
+ * Initial release. (Closes: #353505)
+
+ -- Joe Wreschnig <piman at debian.org> Tue, 21 Feb 2006 03:06:14 -0600
Deleted: packages/mutagen/tags/1.28-1/debian/control
===================================================================
--- packages/mutagen/trunk/debian/control 2014-09-27 21:27:41 UTC (rev 30773)
+++ packages/mutagen/tags/1.28-1/debian/control 2015-04-23 22:24:27 UTC (rev 32411)
@@ -1,71 +0,0 @@
-Source: mutagen
-Section: python
-Priority: optional
-Maintainer: Tristan Seligmann <mithrandi at debian.org>
-Uploaders:
- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
- Simon Chopin <chopin.simon at gmail.com>
-Build-Depends:
- debhelper (>= 9),
- faad,
- flac,
- libc-bin (>= 2.13),
- oggz-tools,
- python-all (>= 2.6.6-3~),
- pypy,
- python-docutils,
- python-sphinx (>= 1.0.7+dfsg),
- vorbis-tools,
- dh-python
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/mutagen/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mutagen/trunk/
-Homepage: http://code.google.com/p/mutagen/
-
-
-Package: python-mutagen
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-mutagen-doc
-Description: audio metadata editing library
- Mutagen is a Python module to handle audio metadata. It supports FLAC,
- M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
- WavPack audio files. All versions of ID3v2 are supported, and all
- standard ID3v2.4 frames are parsed. It can read Xing headers to
- accurately calculate the bitrate and length of MP3s. ID3 and APEv2
- tags can be edited regardless of audio format. It can also manipulate
- Ogg streams on an individual packet/page level.
-
-
-Package: pypy-mutagen
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-mutagen-doc
-Description: audio metadata editing library (PyPy)
- Mutagen is a Python module to handle audio metadata. It supports FLAC,
- M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
- WavPack audio files. All versions of ID3v2 are supported, and all
- standard ID3v2.4 frames are parsed. It can read Xing headers to
- accurately calculate the bitrate and length of MP3s. ID3 and APEv2
- tags can be edited regardless of audio format. It can also manipulate
- Ogg streams on an individual packet/page level.
- .
- This package is built for PyPy.
-
-
-Package: python-mutagen-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Recommends: python-mutagen
-Description: audio metadata editing library - documentation
- Mutagen is a Python module to handle audio metadata. It supports FLAC,
- M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
- WavPack audio files. All versions of ID3v2 are supported, and all
- standard ID3v2.4 frames are parsed. It can read Xing headers to
- accurately calculate the bitrate and length of MP3s. ID3 and APEv2
- tags can be edited regardless of audio format. It can also manipulate
- Ogg streams on an individual packet/page level.
- .
- This package provides documentation for the mutagen package.
Copied: packages/mutagen/tags/1.28-1/debian/control (from rev 31546, packages/mutagen/trunk/debian/control)
===================================================================
--- packages/mutagen/tags/1.28-1/debian/control (rev 0)
+++ packages/mutagen/tags/1.28-1/debian/control 2015-04-23 22:24:27 UTC (rev 32411)
@@ -0,0 +1,89 @@
+Source: mutagen
+Section: python
+Priority: optional
+Maintainer: Tristan Seligmann <mithrandi at debian.org>
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ faad,
+ flac,
+ libc-bin (>= 2.13),
+ oggz-tools,
+ python-all (>= 2.6.6-3~),
+ python3-all,
+ pypy,
+ python-docutils,
+ python-sphinx (>= 1.0.7+dfsg),
+ python-sphinx-rtd-theme,
+ vorbis-tools,
+ dh-python
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/mutagen/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mutagen/trunk/
+Homepage: http://code.google.com/p/mutagen/
+
+
+Package: python-mutagen
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-mutagen-doc
+Description: audio metadata editing library
+ Mutagen is a Python module to handle audio metadata. It supports FLAC,
+ M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
+ WavPack audio files. All versions of ID3v2 are supported, and all
+ standard ID3v2.4 frames are parsed. It can read Xing headers to
+ accurately calculate the bitrate and length of MP3s. ID3 and APEv2
+ tags can be edited regardless of audio format. It can also manipulate
+ Ogg streams on an individual packet/page level.
+
+
+Package: pypy-mutagen
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends}
+Suggests: python-mutagen-doc
+Description: audio metadata editing library (PyPy)
+ Mutagen is a Python module to handle audio metadata. It supports FLAC,
+ M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
+ WavPack audio files. All versions of ID3v2 are supported, and all
+ standard ID3v2.4 frames are parsed. It can read Xing headers to
+ accurately calculate the bitrate and length of MP3s. ID3 and APEv2
+ tags can be edited regardless of audio format. It can also manipulate
+ Ogg streams on an individual packet/page level.
+ .
+ This package is built for PyPy.
+
+
+Package: python3-mutagen
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-mutagen-doc
+Description: audio metadata editing library (Python 3)
+ Mutagen is a Python module to handle audio metadata. It supports FLAC,
+ M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
+ WavPack audio files. All versions of ID3v2 are supported, and all
+ standard ID3v2.4 frames are parsed. It can read Xing headers to
+ accurately calculate the bitrate and length of MP3s. ID3 and APEv2
+ tags can be edited regardless of audio format. It can also manipulate
+ Ogg streams on an individual packet/page level.
+ .
+ This package is built for Python 3.
+
+
+Package: python-mutagen-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Recommends: python-mutagen
+Description: audio metadata editing library - documentation
+ Mutagen is a Python module to handle audio metadata. It supports FLAC,
+ M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
+ WavPack audio files. All versions of ID3v2 are supported, and all
+ standard ID3v2.4 frames are parsed. It can read Xing headers to
+ accurately calculate the bitrate and length of MP3s. ID3 and APEv2
+ tags can be edited regardless of audio format. It can also manipulate
+ Ogg streams on an individual packet/page level.
+ .
+ This package provides documentation for the mutagen package.
Deleted: packages/mutagen/tags/1.28-1/debian/copyright
===================================================================
--- packages/mutagen/trunk/debian/copyright 2014-09-27 21:27:41 UTC (rev 30773)
+++ packages/mutagen/tags/1.28-1/debian/copyright 2015-04-23 22:24:27 UTC (rev 32411)
@@ -1,46 +0,0 @@
-This package was debianized by Joe Wreschnig <piman at debian.org> on
-Tue, 21 Feb 2006 02:24:36 -0600
-This package was adopted by Tristan Seligmann <mithrandi at mithrandi.za.net> on
-Wed, Jun 21 2006 21:25:11 +0200
-
-It was downloaded from:
- http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
-
-Files: *
-Copyright: Joe Wreschnig <piman at sacredchao.net>
-License: GPL-2
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
-Files: tools/mid3conv
-Copyright: 2006 Emfox Zhou <EmfoxZhou at gmail.com>
-License: GPL-2
-
-Files: tools/mutagen-pony
-Copyright: 2005 Joe Wreschnig, Michael Urman
-License: GPL-2
-
-Files: mutagen/__init__.py, id3.py
-Copyright: 2005 Michael Urman
-License: GPL-2
-
-Files: monkeysaudio.py, optimfrog.py
-Copyright: 2006 Lukas Lalinsky <lalinsky at gmail.com>
-License: GPL-2
-
-Files: mutagen/musepack.py
-Copyright: 2006 Lukas Lalinsky <lalinsky at gmail.com>
- 2012 Christoph Reiter <christoph.reiter at gmx.at>
-License: GPL-2
-
-Files: asf.py
-Copyright: 2005-2006 Joe Wreschnig, 2006-2007 Lukas Lalinsky
-License: GPL-2
-
-Files: docs/id3_frames_gen.py
-Copyright: 2013 Christoph Reiter
-License: GPL-2
-
-On Debian systems, the GNU GPL version 2 can be found in
-/usr/share/common-licenses/GPL-2.
Copied: packages/mutagen/tags/1.28-1/debian/copyright (from rev 31138, packages/mutagen/trunk/debian/copyright)
===================================================================
--- packages/mutagen/tags/1.28-1/debian/copyright (rev 0)
+++ packages/mutagen/tags/1.28-1/debian/copyright 2015-04-23 22:24:27 UTC (rev 32411)
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Mutagen
+Upstream-Contact: Christoph Reiter <christoph.reiter at gmx.at>
+Source: https://bitbucket.org/lazka/mutagen
+
+Files: *
+Copyright: 2005-2006, 2009 Joe Wreschnig <piman at sacredchao.net>
+ 2005 Michael Urman
+ 2006-2007 Lucas Lalinsky <lalinsky at gmail.com>
+ 2012-2014 Christoph Reiter <christoph.reiter at gmx.net>
+ 2014 Ben Ockmore
+ 2014 Evan Purheiser
+License: GPL-2
+
+Files: debian/*
+Copyright: 2005-2006 Joe Wreschnig <piman at sacredchao.net>
+ 2006-2014 Tristan Seligmann <mithrandi at debian.org>
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ On Debian systems, the GNU GPL version 2 can be found in
+ /usr/share/common-licenses/GPL-2.
Deleted: packages/mutagen/tags/1.28-1/debian/python-mutagen.docs
===================================================================
--- packages/mutagen/trunk/debian/python-mutagen.docs 2014-09-27 21:27:41 UTC (rev 30773)
+++ packages/mutagen/tags/1.28-1/debian/python-mutagen.docs 2015-04-23 22:24:27 UTC (rev 32411)
@@ -1 +0,0 @@
-README
Copied: packages/mutagen/tags/1.28-1/debian/python-mutagen.docs (from rev 30775, packages/mutagen/trunk/debian/python-mutagen.docs)
===================================================================
--- packages/mutagen/tags/1.28-1/debian/python-mutagen.docs (rev 0)
+++ packages/mutagen/tags/1.28-1/debian/python-mutagen.docs 2015-04-23 22:24:27 UTC (rev 32411)
@@ -0,0 +1 @@
+README.rst
Deleted: packages/mutagen/tags/1.28-1/debian/rules
===================================================================
--- packages/mutagen/trunk/debian/rules 2014-09-27 21:27:41 UTC (rev 30773)
+++ packages/mutagen/tags/1.28-1/debian/rules 2015-04-23 22:24:27 UTC (rev 32411)
@@ -1,44 +0,0 @@
-#!/usr/bin/make -f
-
-export PYBUILD_NAME=mutagen
-
-# This is generally a good idea to avoid littering the filesystem with unneeded
-# pyc files, but it is also specifically needed to avoid byte-compilation of
-# the binaries in tools/ when the test suite is run.
-export PYTHONDONTWRITEBYTECODE=yes
-
-# Set UTF-8 locale as the tests expect this
-export LC_ALL=C.UTF-8
-
-
-%:
- dh $@ --with python2,pypy,sphinxdoc --buildsystem=pybuild
-
-
-override_dh_auto_build:
- dh_auto_build
- PYTHONPATH=$(CURDIR) docs/id3_frames_gen.py > docs/api/id3_frames.rst
- $(MAKE) -C docs
- mv docs/_build docs/html
- $(MAKE) -C docs/man
-
-
-override_dh_auto_install:
- dh_auto_install
- # Don't ship binaries in the pypy package
- rm -rf debian/pypy-mutagen/usr/bin \
- debian/pypy-mutagen/usr/lib/pypy/share
-
-
-override_dh_installchangelogs:
- dh_installchangelogs NEWS
-
-
-override_dh_clean:
- dh_clean
- rm -rf docs/html docs/man/_man
-
-
-override_dh_auto_test:
- PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="{interpreter} setup.py test" dh_auto_test
Copied: packages/mutagen/tags/1.28-1/debian/rules (from rev 30867, packages/mutagen/trunk/debian/rules)
===================================================================
--- packages/mutagen/tags/1.28-1/debian/rules (rev 0)
+++ packages/mutagen/tags/1.28-1/debian/rules 2015-04-23 22:24:27 UTC (rev 32411)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=mutagen
+
+# This is generally a good idea to avoid littering the filesystem with unneeded
+# pyc files, but it is also specifically needed to avoid byte-compilation of
+# the binaries in tools/ when the test suite is run.
+export PYTHONDONTWRITEBYTECODE=yes
+
+# Set UTF-8 locale as the tests expect this
+export LC_ALL=C.UTF-8
+
+
+%:
+ dh $@ --with python2,python3,pypy,sphinxdoc --buildsystem=pybuild
+
+
+override_dh_auto_build:
+ dh_auto_build
+ PYTHONPATH=$(CURDIR) docs/id3_frames_gen.py > docs/api/id3_frames.rst
+ $(MAKE) -C docs
+ mv docs/_build docs/html
+ $(MAKE) -C docs/man
+
+
+override_dh_auto_install:
+ dh_auto_install
+ # Don't ship binaries or manpages in the pypy or python3 packages
+ rm -rf debian/pypy-mutagen/usr/bin \
+ debian/pypy-mutagen/usr/lib/pypy/share \
+ debian/python3-mutagen/usr/bin \
+ debian/python3-mutagen/usr/share
+
+
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS
+
+
+override_dh_clean:
+ dh_clean
+ rm -rf docs/html docs/man/_man
+
+
+override_dh_auto_test:
+ PYBUILD_SYSTEM=custom \
+ PYBUILD_TEST_ARGS="{interpreter} setup.py test" dh_auto_test
Deleted: packages/mutagen/tags/1.28-1/debian/upstream/signing-key.asc
===================================================================
--- packages/mutagen/trunk/debian/upstream/signing-key.asc 2014-10-19 13:20:50 UTC (rev 31139)
+++ packages/mutagen/tags/1.28-1/debian/upstream/signing-key.asc 2015-04-23 22:24:27 UTC (rev 32411)
@@ -1,38 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1
-
-mQGiBEgq0SoRBADe5hH15WQuMh0LYMrU4chDkRqwuUu7pvY7Ab7HW7fGmtsoSCan
-m2EFx0BbzlKE4QRtgCnhLu5J/u/vit84Joh6SiRIGD6MVvCfIB2pOHoqynS5yxGE
-mgJIplmI1uJaux0hMZJ1ePxvVHIMHQ/yVMcII4GxqR9gv1mmCVqEYEJ+lwCgx14u
-rTXC5zoTnUpWPbPh2RD/hwcD/0tnSPVnF5Y5LbJB9CcErArae4hVxmj5+0YFEsnl
-1HPVB6t8hZNkMmLRv7cldVPTMerhuYp6cRO15MiOJDQ+JfXcCsE46y3pZB7z8CqG
-FxSZqVO+pZPvN2BHUtRCBk7HMX4gYlfPvnBiy2Fr3DDgqtTlNxZcfnQrsBAypxID
-MYVCA/99uqM+7j5kismcDIEwSU7yCRYjmBn0AvZfEeU7h4dG7YPl3wO8TlCX8AfF
-yIW4ecytBFHAYaimnw8dRwK33N2qXQWXMw8I722u0VHe73Ssyebl93IG0bUsKfJX
-SA76fp+JqgFdYJpSpJaXpoEl/bLM0hAk/K6oyOFxStFCJJNLyLQqQ2hyaXN0b3Bo
-IFJlaXRlciA8Y2hyaXN0b3BoLnJlaXRlckBnbXguYXQ+iGAEExECACAFAkgq0SoC
-GyMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRApz2ApDGk7j1YMAKCFkXXKlfD3
-QvztUe6XNCSiEmMKqACgq0kAqm303aVAAC29RYdj7LLz7tOIYwQTEQIAIwIbIwYL
-CQgHAwIEFQIIAwQWAgMBAh4BAheABQJIKxpRAhkBAAoJECnPYCkMaTuPfWoAnjRP
-Ty2LKJ4pQ8wVqMpzXAOElPblAJ9SubcSJFhvf35S74ydaqF2vU+vRbQtQ2hyaXN0
-b3BoIFJlaXRlciA8cmVpdGVyLmNocmlzdG9waEBnbWFpbC5jb20+iGUEExECACUC
-GyMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheABQJRh4Q/AhkBAAoJECnPYCkMaTuP
-y58AoIFCSph665pI+d5+DJRfNAS5g4IXAKC/xzVpdWHnxD43qJXyFQIyiRyfILQ1
-Q2hyaXN0b3BoIFJlaXRlciA8Y2hyaXN0b3BoLnJlaXRlckBzdHVkZW50LnR1Z3Jh
-ei5hdD6IYAQTEQIAIAUCSCsaNgIbIwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJ
-ECnPYCkMaTuPXEsAnj+kYdn7o+zTbljNnDqIrHYPSa03AJ0aTu8RMjLxruePPC9k
-kaglvOTIz7kCDQRIKtEvEAgAsguIk0S8V7l6E9B0CsF5iafdu28ZlDi07vcgaRPS
-JGqo9y2on7efq5ZHSkoh4ODpLRo/iBs/hPQ81RfwIEmCqK19L31hUaQhUU8KaOrh
-3wmBsraZjDKn45JzSnH5bsVJvaRK11fLrB2lTlsGqT8WhqQoiYWRUeZe+jESp9xL
-rXRNeTNrz/+wRkUOh6Z3cofoEzoSgX+1Pkskf0HsZP0TzGIF11e1q4ZILQGuVW+Q
-cTU4dkclJkJ/3g3sqgdYpEH6WCEXcJa0BS+tfyL6Frv1FML21G0v/0AKdOD4HMul
-IdKPAWHrKyFpaTpGU37ZU7+2PQCzGQuecHfpMylFerWN/wADBQgAj+YHP81UpQKK
-mGrbMZ0OYmn5bz3RzvnG0qdT/x1CYKRU6ONPTGYIPq0iHEIZsivsHdLRl/JI0VMa
-M8mm2O7uFOSlrG89xGQQCydSmGLcRaVFaSpBVUd+FstkCbe32JQBEGVydxr3D/7C
-0wZvMhpTAGZsL07/Zkwrp35m0ocorIJhGMR6LJQcs0vxgL4iwuJprpVds4oWGk3X
-9NroUujIZsn3bsP9IZxucgLMp9lWYL4T2EkITRsziXGQSfLqo+FO+rcCawwODHTQ
-14oBIP8O+RztOUw2dYsjCRDoAblRB+7Te7ONk/qkbvFqpgpEKEAvyYuXmVNmadGk
-Kho6S0mxB4hJBBgRAgAJBQJIKtEvAhsMAAoJECnPYCkMaTuPh4wAn0a8F3HqcNne
-IBeQBbzjJL8cTESIAKCmrA1F9Mhk6AIESuwmuyT0hbavlA==
-=5usW
------END PGP PUBLIC KEY BLOCK-----
Copied: packages/mutagen/tags/1.28-1/debian/upstream/signing-key.asc (from rev 32410, packages/mutagen/trunk/debian/upstream/signing-key.asc)
===================================================================
--- packages/mutagen/tags/1.28-1/debian/upstream/signing-key.asc (rev 0)
+++ packages/mutagen/tags/1.28-1/debian/upstream/signing-key.asc 2015-04-23 22:24:27 UTC (rev 32411)
@@ -0,0 +1,123 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1
+
+mQGiBEgq0SoRBADe5hH15WQuMh0LYMrU4chDkRqwuUu7pvY7Ab7HW7fGmtsoSCan
+m2EFx0BbzlKE4QRtgCnhLu5J/u/vit84Joh6SiRIGD6MVvCfIB2pOHoqynS5yxGE
+mgJIplmI1uJaux0hMZJ1ePxvVHIMHQ/yVMcII4GxqR9gv1mmCVqEYEJ+lwCgx14u
+rTXC5zoTnUpWPbPh2RD/hwcD/0tnSPVnF5Y5LbJB9CcErArae4hVxmj5+0YFEsnl
+1HPVB6t8hZNkMmLRv7cldVPTMerhuYp6cRO15MiOJDQ+JfXcCsE46y3pZB7z8CqG
+FxSZqVO+pZPvN2BHUtRCBk7HMX4gYlfPvnBiy2Fr3DDgqtTlNxZcfnQrsBAypxID
+MYVCA/99uqM+7j5kismcDIEwSU7yCRYjmBn0AvZfEeU7h4dG7YPl3wO8TlCX8AfF
+yIW4ecytBFHAYaimnw8dRwK33N2qXQWXMw8I722u0VHe73Ssyebl93IG0bUsKfJX
+SA76fp+JqgFdYJpSpJaXpoEl/bLM0hAk/K6oyOFxStFCJJNLyLQqQ2hyaXN0b3Bo
+IFJlaXRlciA8Y2hyaXN0b3BoLnJlaXRlckBnbXguYXQ+iGAEExECACAFAkgq0SoC
+GyMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRApz2ApDGk7j1YMAKCFkXXKlfD3
+QvztUe6XNCSiEmMKqACgq0kAqm303aVAAC29RYdj7LLz7tOIYwQTEQIAIwIbIwYL
+CQgHAwIEFQIIAwQWAgMBAh4BAheABQJIKxpRAhkBAAoJECnPYCkMaTuPfWoAnjRP
+Ty2LKJ4pQ8wVqMpzXAOElPblAJ9SubcSJFhvf35S74ydaqF2vU+vRbQtQ2hyaXN0
+b3BoIFJlaXRlciA8cmVpdGVyLmNocmlzdG9waEBnbWFpbC5jb20+iGUEExECACUC
+GyMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheABQJRh4Q/AhkBAAoJECnPYCkMaTuP
+y58AoIFCSph665pI+d5+DJRfNAS5g4IXAKC/xzVpdWHnxD43qJXyFQIyiRyfILQ1
+Q2hyaXN0b3BoIFJlaXRlciA8Y2hyaXN0b3BoLnJlaXRlckBzdHVkZW50LnR1Z3Jh
+ei5hdD6IYAQTEQIAIAUCSCsaNgIbIwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJ
+ECnPYCkMaTuPXEsAnj+kYdn7o+zTbljNnDqIrHYPSa03AJ0aTu8RMjLxruePPC9k
+kaglvOTIz7kCDQRIKtEvEAgAsguIk0S8V7l6E9B0CsF5iafdu28ZlDi07vcgaRPS
+JGqo9y2on7efq5ZHSkoh4ODpLRo/iBs/hPQ81RfwIEmCqK19L31hUaQhUU8KaOrh
+3wmBsraZjDKn45JzSnH5bsVJvaRK11fLrB2lTlsGqT8WhqQoiYWRUeZe+jESp9xL
+rXRNeTNrz/+wRkUOh6Z3cofoEzoSgX+1Pkskf0HsZP0TzGIF11e1q4ZILQGuVW+Q
+cTU4dkclJkJ/3g3sqgdYpEH6WCEXcJa0BS+tfyL6Frv1FML21G0v/0AKdOD4HMul
+IdKPAWHrKyFpaTpGU37ZU7+2PQCzGQuecHfpMylFerWN/wADBQgAj+YHP81UpQKK
+mGrbMZ0OYmn5bz3RzvnG0qdT/x1CYKRU6ONPTGYIPq0iHEIZsivsHdLRl/JI0VMa
+M8mm2O7uFOSlrG89xGQQCydSmGLcRaVFaSpBVUd+FstkCbe32JQBEGVydxr3D/7C
+0wZvMhpTAGZsL07/Zkwrp35m0ocorIJhGMR6LJQcs0vxgL4iwuJprpVds4oWGk3X
+9NroUujIZsn3bsP9IZxucgLMp9lWYL4T2EkITRsziXGQSfLqo+FO+rcCawwODHTQ
+14oBIP8O+RztOUw2dYsjCRDoAblRB+7Te7ONk/qkbvFqpgpEKEAvyYuXmVNmadGk
+Kho6S0mxB4hJBBgRAgAJBQJIKtEvAhsMAAoJECnPYCkMaTuPh4wAn0a8F3HqcNne
+IBeQBbzjJL8cTESIAKCmrA1F9Mhk6AIESuwmuyT0hbavlA==
+=5usW
+-----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+OUucyf45G+2Sw84hhLE=
+=w2qU
+-----END PGP PUBLIC KEY BLOCK-----
Deleted: packages/mutagen/tags/1.28-1/debian/watch
===================================================================
--- packages/mutagen/trunk/debian/watch 2014-09-27 21:27:41 UTC (rev 30773)
+++ packages/mutagen/tags/1.28-1/debian/watch 2015-04-23 22:24:27 UTC (rev 32411)
@@ -1,3 +0,0 @@
-version=3
-# Latest upstream version is unsigned, sadly
-http://bitbucket.org/lazka/mutagen/downloads/mutagen-([0-9.]+).tar.gz
Copied: packages/mutagen/tags/1.28-1/debian/watch (from rev 31139, packages/mutagen/trunk/debian/watch)
===================================================================
--- packages/mutagen/tags/1.28-1/debian/watch (rev 0)
+++ packages/mutagen/tags/1.28-1/debian/watch 2015-04-23 22:24:27 UTC (rev 32411)
@@ -0,0 +1,3 @@
+version=3
+opts=pgpsigurlmangle=s/$/.sig/ \
+ http://bitbucket.org/lazka/mutagen/downloads/mutagen-([0-9.]+).tar.gz
More information about the Python-modules-commits
mailing list