debian/0000755000000000000000000000000011731130536007166 5ustar debian/changelog0000644000000000000000000000475311731130536011051 0ustar python-mpd (0.3.0-4) unstable; urgency=low * Bump standards to 3.9.3. * Switch to dpkg-source 3.0 (quilt) format. * Moved package to MPD maintainers. (Closes: #612909). * Removed useless preinst script needed for squeeze only. * Upstream licence is LGPL since 0.3.0 release. Copyright updated and switched to dep5 format. -- Geoffroy Youri Berret Tue, 13 Mar 2012 09:48:52 +0100 python-mpd (0.3.0-3) unstable; urgency=low * Migrate to dh_python2 (Closes: #632768). * Bump standards to 3.9.2. -- Michal Čihař Thu, 07 Jul 2011 09:06:08 +0200 python-mpd (0.3.0-2) unstable; urgency=low * Upload to unstable. -- Michal Čihař Sun, 06 Feb 2011 12:54:19 +0100 python-mpd (0.3.0-1) experimental; urgency=low * New upstream version (Closes: #607037). * Bump standards to 3.9.1. -- Michal Čihař Wed, 15 Dec 2010 15:16:09 +0100 python-mpd (0.2.1-5) unstable; urgency=low * Update home page (Closes: #569283). * Bump standards to 3.8.4. -- Michal Čihař Mon, 14 Jun 2010 14:15:20 +0200 python-mpd (0.2.1-4) unstable; urgency=low * No need to build depend on python-all-dev, python-all is enough. * No need to override dh_installchanges, dh is clever enough to find the changes file. -- Michal Čihař Mon, 04 Jan 2010 15:47:54 +0100 python-mpd (0.2.1-3) unstable; urgency=low * Fix stupid typo in preinst (Closes: #548390). -- Michal Čihař Sat, 26 Sep 2009 11:18:32 +0200 python-mpd (0.2.1-2) unstable; urgency=low [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ Michal Čihař ] * Bump standards to 3.8.3. * Switch to dh 7. - Simplify debian/rules. - Switch to python-support. * Update debian/copyright. -- Michal Čihař Fri, 25 Sep 2009 15:29:52 +0200 python-mpd (0.2.1-1) unstable; urgency=low * New upstream version. * Switch homepage to pypi.python.org. * Update to standards 3.8.0. -- Michal Čihař Mon, 22 Sep 2008 15:42:16 +0200 python-mpd (0.2.0-2) unstable; urgency=low * Fixed watch file thanks to Sandro Tosi . * Improve long description a bit (Closes: #478103). -- Michal Čihař Sun, 27 Apr 2008 18:50:31 +0200 python-mpd (0.2.0-1) unstable; urgency=low * Initial release. (Closes: #474699) -- Michal Čihař Mon, 07 Apr 2008 12:05:55 +0200 debian/docs0000644000000000000000000000003411613062306010034 0ustar README.txt doc/commands.txt debian/watch0000644000000000000000000000013011613062306010207 0ustar version=3 http://pypi.python.org/packages/source/p/python-mpd/python-mpd-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211727611062010367 0ustar 7 debian/copyright0000644000000000000000000000376311727622343011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-mpd Upstream-Contact: http://jatreuman.indefero.net/p/python-mpd/ Source: Files: * Copyright: Copyright 2008, 2009, 2010 J. Alexander Treuman License: LGPL-3+ This progrma is free software: you can redistribute it and/or modify it under the terms of the gnu lesser general public license as published by the free software foundation, either version 3 of the license, or (at your option) any later version. . This program 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 lesser general public license for more details. . you should have received a copy of the gnu lesser general public license along with this program. if not, see . . On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. Files: debian/* Copyright: Copyright 2011, 2012 Geoffroy Youri Berret Copyright 2011 Michal Čihař License: GPL-3 License: GPL-3 This program 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, either version 3 of the License. . This program 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 program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000011614772255010500 5ustar debian/source/format0000644000000000000000000000001411614772255011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000005611613062306010245 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/control0000644000000000000000000000146611727622343010607 0ustar Source: python-mpd Section: python Priority: optional Maintainer: mpd maintainers Uploaders: Geoffroy Youri Berret Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python-all (>= 2.6.6-3~) Standards-Version: 3.9.3 X-Python-Version: >= 2.5 Vcs-Git: git://git.debian.org/pkg-mpd/python-mpd.git Vcs-Browser: http://git.debian.org/?p=pkg-mpd/python-mpd.git Homepage: http://jatreuman.indefero.net/p/python-mpd/ Package: python-mpd Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python MPD client library Fast MPD (Music Player Daemon) client library written in pure Python. It was written to be a replacement for python-mpdclient which is a bit outdated and does not perform good in many situations.