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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri Jan 28 19:26:09 UTC 2011


    Date: Friday, January 28, 2011 @ 19:26:00
  Author: dktrkranz
Revision: 6547

Switch to dh_python2

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

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2011-01-27 23:11:36 UTC (rev 6546)
+++ packages/debomatic/trunk/debian/changelog	2011-01-28 19:26:00 UTC (rev 6547)
@@ -5,6 +5,7 @@
     - Pass --configfile as last parameter, so some default options can
       be overwritten by configuration file (Closes: #531175).
   * Switch to format 3.0 (quilt).
+  * Switch to dh_python2.
   * debian/control:
     - Recommend debian-archive-keyring and ubuntu-keyring due to recent
       debootstrap changes which require archive keys to generate chroots.
@@ -14,7 +15,7 @@
   * debian/rules:
     - Delete unused .egg-info file.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 08 Dec 2010 13:44:04 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 28 Jan 2011 20:03:14 +0100
 
 debomatic (0.8-1) unstable; urgency=low
 

Modified: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	2011-01-27 23:11:36 UTC (rev 6546)
+++ packages/debomatic/trunk/debian/control	2011-01-28 19:26:00 UTC (rev 6547)
@@ -4,8 +4,8 @@
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.2.18)
-Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.90.0), python-docutils
-X-Python-Version: all
+Build-Depends-Indep: python (>= 2.6.5-2~), python-docutils
+X-Python-Version: >= 2.5
 Standards-Version: 3.9.1
 Homepage: https://launchpad.net/debomatic
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/debomatic/trunk/

Modified: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	2011-01-27 23:11:36 UTC (rev 6546)
+++ packages/debomatic/trunk/debian/rules	2011-01-28 19:26:00 UTC (rev 6547)
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 clean:
-	dh $@
+	dh $@ --with python2
 	rm -fr build locale
 	dh_clean debian/init debian/default
 




More information about the Python-apps-commits mailing list