[Python-modules-commits] r17682 - in packages/python-pipeline/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Jun 29 23:18:57 UTC 2011


    Date: Wednesday, June 29, 2011 @ 23:18:56
  Author: eriol-guest
Revision: 17682

Switched to dh_python2

Modified:
  packages/python-pipeline/trunk/debian/changelog
  packages/python-pipeline/trunk/debian/control
  packages/python-pipeline/trunk/debian/rules

Modified: packages/python-pipeline/trunk/debian/changelog
===================================================================
--- packages/python-pipeline/trunk/debian/changelog	2011-06-29 22:08:04 UTC (rev 17681)
+++ packages/python-pipeline/trunk/debian/changelog	2011-06-29 23:18:56 UTC (rev 17682)
@@ -3,8 +3,10 @@
   * debian/control
     - Removed Jakub and added Debian Python Modules Team to Maintainer
     - Added myself to Uploaders (Closes: #620067)
+  * debian/{control,rules}
+    - Switched to dh_python2
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 29 Jun 2011 23:55:58 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Thu, 30 Jun 2011 01:14:31 +0200
 
 python-pipeline (0.1.3-2) unstable; urgency=low
 

Modified: packages/python-pipeline/trunk/debian/control
===================================================================
--- packages/python-pipeline/trunk/debian/control	2011-06-29 22:08:04 UTC (rev 17681)
+++ packages/python-pipeline/trunk/debian/control	2011-06-29 23:18:56 UTC (rev 17682)
@@ -3,9 +3,11 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Daniele Tricoli <eriol at mornie.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all, python3-all (>= 3.1.2-7~), python-support (>= 0.6.4)
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>=2.6.6-3~),
+               python3-all (>= 3.1.2-7~)
 Standards-Version: 3.9.1
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pipeline/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pipeline/trunk/

Modified: packages/python-pipeline/trunk/debian/rules
===================================================================
--- packages/python-pipeline/trunk/debian/rules	2011-06-29 22:08:04 UTC (rev 17681)
+++ packages/python-pipeline/trunk/debian/rules	2011-06-29 23:18:56 UTC (rev 17682)
@@ -17,11 +17,6 @@
 	dh_auto_install
 	cd py3k && python3 setup.py install $(py_setup_install_args) --root=$(CURDIR)/debian/tmp
 
-.PHONY: override_dh_pysupport
-override_dh_pysupport:
-	dh_pysupport -p python-pipeline
-	dh_python3 -p python3-pipeline
-
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
@@ -37,7 +32,7 @@
 
 .PHONY: build build-arch build-indep binary binary-arch binary-indep clean
 build binary binary-indep clean:
-	dh $(@)
+	dh $(@) --with python2,python3
 build-indep: build
 build-arch binary-arch:
 	# Nothing to do.




More information about the Python-modules-commits mailing list