[Python-apps-commits] r7308 - in packages/mpdris/trunk/debian (changelog control rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue Jul 12 13:18:22 UTC 2011


    Date: Tuesday, July 12, 2011 @ 13:18:21
  Author: nijel
Revision: 7308

Migrate to dh_python2.

Modified:
  packages/mpdris/trunk/debian/changelog
  packages/mpdris/trunk/debian/control
  packages/mpdris/trunk/debian/rules

Modified: packages/mpdris/trunk/debian/changelog
===================================================================
--- packages/mpdris/trunk/debian/changelog	2011-07-12 13:16:02 UTC (rev 7307)
+++ packages/mpdris/trunk/debian/changelog	2011-07-12 13:18:21 UTC (rev 7308)
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * Bump tandards to 3.9.2.
   * Add build-* targets to debian/rules.
+  * Migrate to dh_python2.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 12 Jul 2011 15:17:32 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 12 Jul 2011 15:19:59 +0200
 
 mpdris (0.1.2-1) unstable; urgency=low
 

Modified: packages/mpdris/trunk/debian/control
===================================================================
--- packages/mpdris/trunk/debian/control	2011-07-12 13:16:02 UTC (rev 7307)
+++ packages/mpdris/trunk/debian/control	2011-07-12 13:18:21 UTC (rev 7308)
@@ -4,8 +4,9 @@
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.14), pkg-config, libdbus-1-dev
-Build-Depends-Indep: python, python-support (>= 0.5.3)
+Build-Depends-Indep: python-all (>= 2.6.6-3~)
 Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/mpdris/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/mpdris/trunk/
 Homepage: http://ayeon.org/projects/mpDris/
@@ -13,7 +14,7 @@
 Package: mpdris
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-mpd, python-gobject, python-dbus
-Provides: ${python:Provides}, mpd-client
+Provides: mpd-client
 Suggests: mpd
 Description: media player interface (MPRIS) client for MPD
  mpDris is an implementation of the media player interface MPRIS as a client

Modified: packages/mpdris/trunk/debian/rules
===================================================================
--- packages/mpdris/trunk/debian/rules	2011-07-12 13:16:02 UTC (rev 7307)
+++ packages/mpdris/trunk/debian/rules	2011-07-12 13:18:21 UTC (rev 7308)
@@ -7,20 +7,20 @@
 build-indep: build-stamp
 
 build-stamp:
-	dh build
+	dh --with python2 build
 	touch $@
 
 clean:
-	dh clean
+	dh --with python2 clean
 
 install: build
-	dh install
+	dh --with python2 install
 
 binary-arch: install
 	# Nothing to do here
 
 binary-indep: install
-	dh binary-indep
+	dh --with python2 binary-indep
 
 binary: binary-arch binary-indep
 




More information about the Python-apps-commits mailing list