debian/0000755000000000000000000000000012302376115007166 5ustar debian/python-mutagen-doc.docs0000644000000000000000000000001212244501672013556 0ustar docs/html debian/copyright0000644000000000000000000000246112245466747011145 0ustar This package was debianized by Joe Wreschnig on Tue, 21 Feb 2006 02:24:36 -0600 This package was adopted by Tristan Seligmann 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 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 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 License: GPL-2 Files: mutagen/musepack.py Copyright: 2006 Lukas Lalinsky 2012 Christoph Reiter 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. debian/python-mutagen-doc.links0000644000000000000000000000012612244501672013754 0ustar /usr/share/doc/python-mutagen-doc/html/_sources /usr/share/doc/python-mutagen-doc/rst debian/changelog0000644000000000000000000002071012302376115011040 0ustar mutagen (1.22-1ubuntu2) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:49:01 +0000 mutagen (1.22-1ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: - debian/control: Drop faad and oggz-tools build dependencies (in universe). -- Daniel T Chen Wed, 27 Nov 2013 22:10:48 +0000 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 Mon, 25 Nov 2013 01:06:19 +0200 mutagen (1.21-1ubuntu1) saucy; urgency=low * Merge with Debian unstable. Remaining Ubuntu changes: - debian/control: Drop unnecessary faad and oggz-tools build dependencies, they are in universe. -- Martin Pitt Tue, 23 Jul 2013 07:40:57 +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 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 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 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 Mon, 02 May 2011 21:48:11 +0200 mutagen (1.19-2) unstable; urgency=low * Switch from cdbs / pycentral to dh / pysupport. -- Tristan Seligmann 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 Thu, 20 May 2010 20:18:03 +0200 mutagen (1.15-2) unstable; urgency=low * Upload to unstable. -- Tristan Seligmann 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 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 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 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 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 Sun, 22 Apr 2007 23:57:03 +0200 mutagen (1.8-1) unstable; urgency=low * New upstream version. -- Tristan Seligmann 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 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 for the patch. * Tweak watch file. * Add Provides: pythonX.Y-mutagen. -- Tristan Seligmann Sat, 12 Aug 2006 16:13:06 +0200 mutagen (1.5.1-1) unstable; urgency=low * New upstream version. * Add lintian overrides. -- Tristan Seligmann 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 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 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 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 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 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 Sun, 23 Apr 2006 01:09:14 -0500 mutagen (1.1-1) unstable; urgency=low * New upstream version. -- Joe Wreschnig Tue, 4 Apr 2006 01:06:20 -0500 mutagen (1.0-1) unstable; urgency=low * New upstream version. -- Joe Wreschnig Mon, 13 Mar 2006 16:20:14 -0600 mutagen (0.9-1) unstable; urgency=low * Initial release. (Closes: #353505) -- Joe Wreschnig Tue, 21 Feb 2006 03:06:14 -0600 debian/clean0000644000000000000000000000003012244501672010167 0ustar docs/api/id3_frames.rst debian/compat0000644000000000000000000000000212245466747010405 0ustar 9 debian/README.Debian0000644000000000000000000000026712245466747011255 0ustar MPEG-4 tagging ============== Please note that mutagen.m4a is considered deprecated by upstream. -- Tristan Seligmann Sun, 17 Dec 2006 23:19:20 +0200 debian/control0000644000000000000000000000404312252416755010603 0ustar Source: mutagen Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Tristan Seligmann Uploaders: Debian Python Modules Team , Simon Chopin Build-Depends: debhelper (>= 9), flac, libc-bin (>= 2.13), python-all (>= 2.6.6-3~), python-docutils, python-pyvorbis, python-sphinx (>= 1.0.7+dfsg), vorbis-tools Standards-Version: 3.9.4 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: 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. debian/rules0000755000000000000000000000104412245466747010266 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) %: dh $@ --with python2,sphinxdoc 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_installchangelogs: dh_installchangelogs NEWS test-python%: - ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) LC_ALL=C.UTF-8 python$* setup.py test endif override_dh_auto_test: $(PYTHON2:%=test-python%) override_dh_clean: dh_clean rm -rf docs/html docs/man/_man debian/source/0000755000000000000000000000000012245466750010501 5ustar debian/source/format0000644000000000000000000000001412245466747011715 0ustar 3.0 (quilt) debian/python-mutagen-doc.doc-base0000644000000000000000000000047012244501672014313 0ustar Document: mutagen Title: mutagen Author: Christoph Reitner Abstract: Python library to edit audio metadata. Section: Sound Format: HTML Index: /usr/share/doc/python-mutagen-doc/html/index.html Files: /usr/share/doc/python-mutagen-doc/html/*.html Format: Text Files: /usr/share/doc/python-mutagen-doc/rst/*.txt debian/python-mutagen.docs0000644000000000000000000000000712245466747013035 0ustar README debian/watch0000644000000000000000000000034412245466747010241 0ustar version=3 opts=\ downloadurlmangle=s|.*[?]name=(.*?)&.*|http://mutagen.googlecode.com/files/$1|,\ filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \ http://code.google.com/p/mutagen/downloads/detail[?]name=mutagen-([0-9.]+).tar.gz&.* debian/python-mutagen.manpages0000644000000000000000000000002212244501672013657 0ustar docs/man/_man/*.1 debian/python-mutagen.install0000644000000000000000000000002012244501672013530 0ustar usr/lib usr/bin