debian/0000755000000000000000000000000011662024161007165 5ustar debian/compat0000644000000000000000000000000211574364364010401 0ustar 7 debian/python-musicbrainz2-doc.doc-base0000644000000000000000000000047311574423012015262 0ustar Document: python-musicbrainz2-doc Title: A collection of classes for MusicBrainz Author: Matthias Friedrich Abstract: A collection of classes for MusicBrainz Section: Programming/Python Format: HTML Index: /usr/share/doc/python-musicbrainz2-doc/html/index.html Files: /usr/share/doc/python-musicbrainz2-doc/html/* debian/rules0000755000000000000000000000041411662023325010245 0ustar #!/usr/bin/make -f PYVERS:=$(shell pyversions -s) %: dh $@ override_dh_clean: dh_clean rm -rf html override_dh_auto_install: dh_auto_install ./setup.py docs override_dh_auto_test: set -e; \ for python in $(PYVERS) ; do \ $$python setup.py test ; \ done debian/python-musicbrainz2.install0000644000000000000000000000004611574366746014530 0ustar debian/tmp/usr/lib/python*/*-packages debian/watch0000644000000000000000000000020111574207306010215 0ustar version=3 http://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/python-musicbrainz2-(.*)\.tar\.gz \ debian uupdate debian/changelog0000644000000000000000000000420011662023637011042 0ustar python-musicbrainz2 (0.7.4-1) unstable; urgency=low * New upstream release * debian/rules - guard tests loop with set -e -- Sandro Tosi Sat, 19 Nov 2011 23:03:09 +0100 python-musicbrainz2 (0.7.3-1) unstable; urgency=low * New upstream release; Closes: #588932, #587225 * Use debhelper 7 * debian/control - new maintainer; Closes: #628473 - we now request python >= 2.6, drop alternative depends for ctypes - add misc:Depends to binary packages - removed article at the beginning of short description - removed Provides, not needed - bump Standards-Version to 3.9.2 (no changes needed) - updated Vcs-{Browser, Svn} enties * debian/copyright - added debian packaging copyright & license notice * debian/source/format - use 3.0 (quilt) source format * debian/{control, pyversions} - remove pyversions, converted into XS-Python-Version * debian/pycompat - removed, unused * debian/{control, rules} - run tests for all supported python versions * debian/python-musicbrainz2-doc.doc-base - added doc-base registation file -- Sandro Tosi Fri, 10 Jun 2011 16:14:29 +0200 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 debian/copyright0000644000000000000000000000352111574227401011125 0ustar 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. The Debian packaging is: Copyright (C) 2011 Sandro Tosi and is licensed under the same terms as upstream code. debian/python-musicbrainz2.docs0000644000000000000000000000002711574207306013773 0ustar AUTHORS.txt README.txt debian/control0000644000000000000000000000335511574405627010612 0ustar Source: python-musicbrainz2 Section: libs Priority: optional Maintainer: Debian Python Modules Team Uploaders: Sandro Tosi Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.3), python-all Build-Depends-Indep: python-epydoc Standards-Version: 3.9.2 XS-Python-Version: >= 2.6 Homepage: http://musicbrainz.org/doc/PythonMusicBrainz2 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-musicbrainz2/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-musicbrainz2/trunk/ Package: python-musicbrainz2 Section: python Architecture: all Depends: ${misc:Depends}, ${python:Depends}, libdiscid0 Suggests: python-musicbrainz2-doc Description: 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 Depends: ${misc:Depends} Recommends: python-musicbrainz2 Description: 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. debian/python-musicbrainz2-doc.docs0000644000000000000000000000000511574207306014532 0ustar html debian/python-musicbrainz2-doc.examples0000644000000000000000000000001311574207306015417 0ustar examples/* debian/source/0000755000000000000000000000000011662024161010465 5ustar debian/source/format0000644000000000000000000000001411574234135011701 0ustar 3.0 (quilt)