[Python-modules-commits] r21531 - in packages/simplegeneric/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri May 4 01:49:23 UTC 2012


    Date: Friday, May 4, 2012 @ 01:49:22
  Author: eriol-guest
Revision: 21531

Switched to dh_python2. Thanks to Julian Taylor for the report
and the patch (Closes: #631408)

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

Modified: packages/simplegeneric/trunk/debian/changelog
===================================================================
--- packages/simplegeneric/trunk/debian/changelog	2012-05-04 01:35:53 UTC (rev 21530)
+++ packages/simplegeneric/trunk/debian/changelog	2012-05-04 01:49:22 UTC (rev 21531)
@@ -5,6 +5,9 @@
     - Removed Cédric and added Debian Python Modules Team to Maintainer
       Thanks to Cédric Delfosse for his past work!
     - Added myself to Uploaders (Closes: #668915)
+  * debian/{control,rules}
+    - Switched to dh_python2. Thanks to Julian Taylor for the report
+      and the patch (Closes: #631408)
 
  -- Daniele Tricoli <eriol at mornie.org>  Fri, 04 May 2012 03:35:20 +0200
 

Modified: packages/simplegeneric/trunk/debian/control
===================================================================
--- packages/simplegeneric/trunk/debian/control	2012-05-04 01:35:53 UTC (rev 21530)
+++ packages/simplegeneric/trunk/debian/control	2012-05-04 01:49:22 UTC (rev 21531)
@@ -3,9 +3,12 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Section: python
 Priority: extra
-Build-Depends: debhelper (>= 7.0.50~), python-all, python-support, python-setuptools
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3~),
+ python-setuptools
 Standards-Version: 3.9.1
-XS-Python-Version: all
+X-Python-Version: >= 2.6
 Homepage: http://pypi.python.org/pypi/simplegeneric
 
 Package: python-simplegeneric

Modified: packages/simplegeneric/trunk/debian/rules
===================================================================
--- packages/simplegeneric/trunk/debian/rules	2012-05-04 01:35:53 UTC (rev 21530)
+++ packages/simplegeneric/trunk/debian/rules	2012-05-04 01:49:22 UTC (rev 21531)
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 %:
-	dh $@ 
+	dh $@ --with python2




More information about the Python-modules-commits mailing list