Package: python-mpd Version: 0.3.0-2 Severity: normal With the depreciation of python-support and python-central the prefered helper tools for python packages will be dh_python2 for python2.x packages and dh_python3 for python3.x packages.
This patch will transition python-mpd from python-support to dh_python2 === modified file 'debian/control' --- debian/control 2010-12-15 15:16:09 +0000 +++ debian/control 2011-07-05 19:58:35 +0000 @@ -4,18 +4,15 @@ Maintainer: Michal Čihař <[email protected]> Uploaders: Python Modules Packaging Team <python-modules- [email protected]> Build-Depends: debhelper (>= 7.0.50~) -Build-Depends-Indep: python-support (>= 0.5.3), - python-all (>= 2.3.5-11) +Build-Depends-Indep: python-all (>= 2.6.6-3~) Standards-Version: 3.9.1 -XS-Python-Version: all +X-Python-Version: >= 2.5 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-mpd/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python- mpd/trunk/ Homepage: http://jatreuman.indefero.net/p/python-mpd/ Package: python-mpd Architecture: all -Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python MPD client library Fast MPD (Music Player Daemon) client library written in pure Python. === modified file 'debian/rules' --- debian/rules 2010-01-04 15:47:54 +0000 +++ debian/rules 2011-07-05 19:58:35 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

