[Python-modules-commits] r30365 - in packages/python-pypm/trunk/debian (4 files)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sat Aug 30 17:18:32 UTC 2014


    Date: Saturday, August 30, 2014 @ 17:18:31
  Author: vicho
Revision: 30365

Transition to dh_python2

Modified:
  packages/python-pypm/trunk/debian/changelog
  packages/python-pypm/trunk/debian/control
  packages/python-pypm/trunk/debian/rules
Deleted:
  packages/python-pypm/trunk/debian/pyversions

Modified: packages/python-pypm/trunk/debian/changelog
===================================================================
--- packages/python-pypm/trunk/debian/changelog	2014-08-30 16:14:01 UTC (rev 30364)
+++ packages/python-pypm/trunk/debian/changelog	2014-08-30 17:18:31 UTC (rev 30365)
@@ -1,8 +1,12 @@
 python-pypm (0.0.7-8) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Add Vcs-* fields.
   * Remove executable bit from debian/{changelog,control}.
 
+  [ Javi Merino ]
+  * Transition to dh_python2
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:12 +0200
 
 python-pypm (0.0.7-7) unstable; urgency=low

Modified: packages/python-pypm/trunk/debian/control
===================================================================
--- packages/python-pypm/trunk/debian/control	2014-08-30 16:14:01 UTC (rev 30364)
+++ packages/python-pypm/trunk/debian/control	2014-08-30 17:18:31 UTC (rev 30365)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Matthew Grant <matthewgrant5 at gmail.com>
-Build-Depends: cdbs, debhelper (>= 5.0.38), python-support, python-pyrex, libportmidi-dev, libasound2-dev, python-all-dev
+Build-Depends: cdbs, debhelper (>= 5.0.38), dh-python, python-pyrex, libportmidi-dev, libasound2-dev, python-all-dev
 Standards-Version: 3.9.1
 Homepage: http://bitbucket.org/aalex/pyportmidi/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pypm/trunk/
@@ -13,7 +13,7 @@
 Architecture: any
 Replaces: python-portmidi
 Provides: python-portmidi
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), python-support, libportmidi0
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), libportmidi0
 Suggests: timidity, freepats
 Description: Python interface to libportmidi
  pyPortMidi is a Python wrapper for PortMidi. PortMidi is a cross-platform C

Deleted: packages/python-pypm/trunk/debian/pyversions
===================================================================
--- packages/python-pypm/trunk/debian/pyversions	2014-08-30 16:14:01 UTC (rev 30364)
+++ packages/python-pypm/trunk/debian/pyversions	2014-08-30 17:18:31 UTC (rev 30365)
@@ -1 +0,0 @@
-2.4-

Modified: packages/python-pypm/trunk/debian/rules
===================================================================
--- packages/python-pypm/trunk/debian/rules	2014-08-30 16:14:01 UTC (rev 30364)
+++ packages/python-pypm/trunk/debian/rules	2014-08-30 17:18:31 UTC (rev 30365)
@@ -1,10 +1,8 @@
 #!/usr/bin/make -f
 
-# See http://svn.debian.org/viewsvn/collab-maint/deb-maint/python-support/trunk/README
 PYVERS=$(shell pyversions -vs)
 
 # those takes care of default rules 
-DEB_PYTHON_SYSTEM= pysupport
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
@@ -22,7 +20,7 @@
 	python$* setup.py install --root $(CURDIR)/debian/python-pypm
 
 binary-arch/python-pypm::
-	dh_pysupport
+	dh_python2
 
 cleanbuilddir/python-pypm::
 	- rm -f pypm.c build-stamp configure-stamp




More information about the Python-modules-commits mailing list