--- python-musicbrainz2-0.6.0.orig/debian/pyversions +++ python-musicbrainz2-0.6.0/debian/pyversions @@ -0,0 +1 @@ +2.3- --- python-musicbrainz2-0.6.0.orig/debian/changelog +++ python-musicbrainz2-0.6.0/debian/changelog @@ -0,0 +1,30 @@ +python-musicbrainz2 (0.6.0-2) unstable; urgency=low + + * Remove dependency on python-ctypes if python >= 2.5 is installed. + Patch by Fabrice Silva. (Closes: #503872) + * Change policy version to 3.8.0 (no changes). + + -- Lukáš Lalinský Sun, 02 Nov 2008 15:26:15 +0100 + +python-musicbrainz2 (0.6.0-1) unstable; urgency=low + + * New upstream release. + * Change policy version to 3.7.3. + * Replace homepage in the description with a Homepage field. + * Add Vcs-Bzr field. + + -- Lukáš Lalinský Fri, 23 May 2008 15:41:59 +0200 + +python-musicbrainz2 (0.4.1-1) unstable; urgency=low + + * New upstream release. + * Added Depends on libdiscid0. + * Moved to python-musicbrainz2-doc to section doc. + + -- Lukáš Lalinský Tue, 19 Dec 2006 11:02:52 +0100 + +python-musicbrainz2 (0.3.1-1) unstable; urgency=low + + * Initial release. (Closes: #370255) + + -- Lukáš Lalinský Sun, 26 Aug 2006 08:02:00 +0200 --- python-musicbrainz2-0.6.0.orig/debian/python-musicbrainz2-doc.examples +++ python-musicbrainz2-0.6.0/debian/python-musicbrainz2-doc.examples @@ -0,0 +1 @@ +examples/* --- python-musicbrainz2-0.6.0.orig/debian/compat +++ python-musicbrainz2-0.6.0/debian/compat @@ -0,0 +1 @@ +5 --- python-musicbrainz2-0.6.0.orig/debian/copyright +++ python-musicbrainz2-0.6.0/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Lukáš Lalinský on +Mon, 20 Mar 2006 16:04:22 +0100. + +It was downloaded from http://musicbrainz.org/doc/PythonMusicBrainz2Download + +Copyright Holder: Matthias Friedrich + +License: + +Copyright (c) 2006, Matthias Friedrich +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of the MusicBrainz project nor the names of the + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. --- python-musicbrainz2-0.6.0.orig/debian/control +++ python-musicbrainz2-0.6.0/debian/control @@ -0,0 +1,39 @@ +Source: python-musicbrainz2 +Section: libs +Priority: optional +Maintainer: Lukáš Lalinský +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python-all-dev (>= 2.3.5-11) +Build-Depends-Indep: python-epydoc, python (>= 2.5) | python-ctypes (>= 0.9.6) +Standards-Version: 3.8.0 +Homepage: http://musicbrainz.org/doc/PythonMusicBrainz2 +Vcs-Bzr: http://bzr.oxygene.sk/debian/python-musicbrainz2/unstable + +Package: python-musicbrainz2 +Section: python +Architecture: all +Depends: ${python:Depends}, libdiscid0, python (>= 2.5) | python-ctypes (>= 0.9.6) +Provides: ${python:Provides} +Suggests: python-musicbrainz2-doc +Description: An interface to the MusicBrainz XML web service + python-musicbrainz2 provides simple, object oriented access to the + MusicBrainz web service. It is useful for applications like CD rippers, + taggers, media players, and other tools that need music metadata. + . + The MusicBrainz Project (see http://musicbrainz.org) collects music + metadata and is maintained by its large and constantly growing user + community. + +Package: python-musicbrainz2-doc +Section: doc +Architecture: all +Recommends: python-musicbrainz2 +Description: An interface to the MusicBrainz XML web service (documentation) + python-musicbrainz2 provides simple, object oriented access to the + MusicBrainz web service. It is useful for applications like CD rippers, + taggers, media players, and other tools that need music metadata. + . + The MusicBrainz Project (see http://musicbrainz.org) collects music + metadata and is maintained by its large and constantly growing user + community. + . + This package contains HTML documentation and examples. --- python-musicbrainz2-0.6.0.orig/debian/pycompat +++ python-musicbrainz2-0.6.0/debian/pycompat @@ -0,0 +1 @@ +2 --- python-musicbrainz2-0.6.0.orig/debian/watch +++ python-musicbrainz2-0.6.0/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/python-musicbrainz2-(.*)\.tar\.gz \ + debian uupdate --- python-musicbrainz2-0.6.0.orig/debian/python-musicbrainz2-doc.docs +++ python-musicbrainz2-0.6.0/debian/python-musicbrainz2-doc.docs @@ -0,0 +1 @@ +html --- python-musicbrainz2-0.6.0.orig/debian/rules +++ python-musicbrainz2-0.6.0/debian/rules @@ -0,0 +1,16 @@ +#!/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 + +DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt + +install/python-musicbrainz2-doc:: + ./setup.py docs + +clean:: + rm -f src/musicbrainz2/*.pyc + rm -rf html --- python-musicbrainz2-0.6.0.orig/debian/python-musicbrainz2.install +++ python-musicbrainz2-0.6.0/debian/python-musicbrainz2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/python*/site-packages --- python-musicbrainz2-0.6.0.orig/debian/python-musicbrainz2.docs +++ python-musicbrainz2-0.6.0/debian/python-musicbrainz2.docs @@ -0,0 +1,2 @@ +AUTHORS.txt +README.txt