--- python-id3-1.2.orig/debian/examples +++ python-id3-1.2/debian/examples @@ -0,0 +1 @@ +id3-tagger.py --- python-id3-1.2.orig/debian/copyright +++ python-id3-1.2/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Michael Banck on +Sat, 6 Oct 2001 21:53:17 +0000. + +It was downloaded from http://id3-py.sourceforge.net + +Upstream Author: Ben Gertzfield + +Copyright: + + This package 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; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- python-id3-1.2.orig/debian/control +++ python-id3-1.2/debian/control @@ -0,0 +1,19 @@ +Source: python-id3 +Section: python +Priority: optional +Maintainer: Michael Banck +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11) +Build-Depends-Indep: python-support (>= 0.3) +Standards-Version: 3.7.2 + +Package: python-id3 +Architecture: all +Depends: ${python:Depends} +Provides: ${python:Provides} +Description: Python module for id3-tags manipulation + python-id3 is a simple Python module for retrieving and setting so-called ID3 + tags on MP3 compressed audio files through an object-oriented interface. MP3 + players generally use this simple information for display track title, artist + name, and album title while playing the sound file. + . + ID3.py supports ID3 version 1.1, including the track number field. --- python-id3-1.2.orig/debian/docs +++ python-id3-1.2/debian/docs @@ -0,0 +1 @@ +README --- python-id3-1.2.orig/debian/compat +++ python-id3-1.2/debian/compat @@ -0,0 +1 @@ +5 --- python-id3-1.2.orig/debian/changelog +++ python-id3-1.2/debian/changelog @@ -0,0 +1,99 @@ +python-id3 (1.2-6.2) unstable; urgency=low + + * Non-maintainer upload. + * Move badly chosen B-D-I to B-D. + * Bump Standards-Version to 3.7.2. + * Update old FSF address. + * Update python-id3 for the new policy: (closes: #373317) + + debian/pycompat (2) + + use python-support + + -- Pierre Habouzit Thu, 29 Jun 2006 10:17:19 +0200 + +python-id3 (1.2-6.1) unstable; urgency=low + + * Rebuild against python 2.3. + + -- Josselin Mouette Thu, 14 Aug 2003 14:03:05 +0200 + +python-id3 (1.2-6) unstable; urgency=low + + * Added Build-Depends on cdbs + * Bumped Standards-Version to 3.6.0 + + -- Michael Banck Fri, 18 Jul 2003 15:36:42 +0200 + +python-id3 (1.2-5) unstable; urgency=low + + * Moved section from interpreters to python + * Switched to cdbs + + -- Michael Banck Fri, 18 Jul 2003 12:48:18 +0200 + +python-id3 (1.2-4) unstable; urgency=low + + * Use dh_python to byte-compile in postinst; closes: #156509 + * Build-Depend on debhelper >= 4.1.25 because of dh_python + + -- Michael Banck Wed, 15 Jan 2003 15:10:45 +0100 + +python-id3 (1.2-3) unstable; urgency=low + + * Switched to Python2.2 + * Removed local Emacs-variables from debian/changelog + + -- Michael Banck Tue, 27 Aug 2002 22:51:33 +0200 + +python-id3 (1.2-2) unstable; urgency=low + + * Reverted to Architecture: all; closes: #141766 + * Don't byte-compile the module for the moment + * Changed Maintainer email address + + -- Michael Banck Tue, 28 May 2002 00:08:47 +0200 + +python-id3 (1.2-1) unstable; urgency=low + + * New upstream release; closes: #123103 + * Trimmed debian/rules + * Added id3-tagger.py as example to Documentation + + -- Michael Banck Fri, 5 Apr 2002 19:07:45 +0200 + +python-id3 (1.1-3) unstable; urgency=low + + * *sigh*, forgot to move the debhelper stuff from binary-indep + to binary-arch when I moved from Architecture: 'all' to 'any' + in 1.1-1. + + -- Michael Banck Sun, 11 Nov 2001 10:00:47 +0100 + +python-id3 (1.1-2) unstable; urgency=low + + * Forgot changeing one 'python' to '/usr/bin/python2.1' in the + previous revision + + -- Michael Banck Sat, 10 Nov 2001 09:57:03 +0100 + +python-id3 (1.1-1) unstable; urgency=low + + * New upstream release + * Changed Architecture: to 'any', as stuff _gets_ compiled in + debian/rules + * Changed debian/rules to call /usr/bin/python2.1 instead of just + python as /usr/bin/python isn't around + + -- Michael Banck Thu, 8 Nov 2001 23:59:11 +0100 + +python-id3 (1.0-2) unstable; urgency=low + + * Changed control file to comply with Python Policy, ver 0.3.6 + + -- Michael Banck Wed, 7 Nov 2001 20:37:11 +0100 + +python-id3 (1.0-1) unstable; urgency=low + + * Initial Release; closes: #114910 + + -- Michael Banck Sat, 6 Oct 2001 21:53:17 +0000 + --- python-id3-1.2.orig/debian/rules +++ python-id3-1.2/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + --- python-id3-1.2.orig/debian/pycompat +++ python-id3-1.2/debian/pycompat @@ -0,0 +1 @@ +2