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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Thu Mar 17 10:51:20 UTC 2011


    Date: Thursday, March 17, 2011 @ 10:51:15
  Author: nijel
Revision: 6776

Convert to dh_python2.

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

Modified: packages/gmobilemedia/trunk/debian/changelog
===================================================================
--- packages/gmobilemedia/trunk/debian/changelog	2011-03-17 10:48:59 UTC (rev 6775)
+++ packages/gmobilemedia/trunk/debian/changelog	2011-03-17 10:51:15 UTC (rev 6776)
@@ -2,8 +2,9 @@
 
   * NOT RELEASED YET
   * Bump standards to 3.9.1.
+  * Convert to dh_python2.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 17 Mar 2011 11:48:52 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 17 Mar 2011 11:51:10 +0100
 
 gmobilemedia (0.4+dfsg-10) unstable; urgency=low
 

Modified: packages/gmobilemedia/trunk/debian/control
===================================================================
--- packages/gmobilemedia/trunk/debian/control	2011-03-17 10:48:59 UTC (rev 6775)
+++ packages/gmobilemedia/trunk/debian/control	2011-03-17 10:51:15 UTC (rev 6776)
@@ -4,18 +4,18 @@
 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.50)
-Build-Depends-Indep: python, python-support (>= 0.5.3)
+Build-Depends-Indep: python (>= 2.6.6-3)
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/gmobilemedia/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gmobilemedia/trunk/
 Homepage: http://gmobilebrowser.sourceforge.net/
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 
 Package: gmobilemedia
 Architecture: all
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-gtk2, python-gammu, python-glade2, gnome-icon-theme
+Breaks: ${python:Breaks}
 Recommends: wammu
-XB-Python-Version: ${python:Versions}
 Description: GTK+ application used to browse a mobile phone filesystem
  gMobileMedia is a simple GTK+ application used to browse and handle a mobile
  phone filesystem. It can handle phones with more than one memory area (thanks

Modified: packages/gmobilemedia/trunk/debian/rules
===================================================================
--- packages/gmobilemedia/trunk/debian/rules	2011-03-17 10:48:59 UTC (rev 6775)
+++ packages/gmobilemedia/trunk/debian/rules	2011-03-17 10:51:15 UTC (rev 6776)
@@ -15,21 +15,21 @@
 build: build-stamp
 
 build-stamp: rename-stamp
-	dh build
+	dh --with python2 build
 	touch $@
 
 clean: unrename
-	dh clean
+	dh --with python2 clean
 
 install: build
-	dh install
+	dh --with python2 install
 
 # Build architecture-dependent files here.
 binary-arch: build install
 
 # Build architecture-independent files here.
 binary-indep: build install
-	dh binary-indep
+	dh --with python2 binary-indep
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Python-apps-commits mailing list