[Python-modules-commits] r17361 - in packages/libcloud/trunk/debian (5 files)

soren-guest at users.alioth.debian.org soren-guest at users.alioth.debian.org
Thu Jun 9 09:27:16 UTC 2011


    Date: Thursday, June 9, 2011 @ 09:27:15
  Author: soren-guest
Revision: 17361

Convert to debhelper 7 and dh_python2.

Added:
  packages/libcloud/trunk/debian/docs
Modified:
  packages/libcloud/trunk/debian/changelog
  packages/libcloud/trunk/debian/control
  packages/libcloud/trunk/debian/rules
Deleted:
  packages/libcloud/trunk/debian/pyversions

Modified: packages/libcloud/trunk/debian/changelog
===================================================================
--- packages/libcloud/trunk/debian/changelog	2011-06-09 08:56:23 UTC (rev 17360)
+++ packages/libcloud/trunk/debian/changelog	2011-06-09 09:27:15 UTC (rev 17361)
@@ -5,6 +5,7 @@
     maintainer.
   * Adjust debian/watch now that libcloud is a toplevel Apache project.
   * Remove dependency on zope.interface (dropped upstream).
+  * Convert to debhelper 7 and dh_python2.
 
  -- Soren Hansen <soren at ubuntu.com>  Thu, 09 Jun 2011 10:51:37 +0200
 

Modified: packages/libcloud/trunk/debian/control
===================================================================
--- packages/libcloud/trunk/debian/control	2011-06-09 08:56:23 UTC (rev 17360)
+++ packages/libcloud/trunk/debian/control	2011-06-09 09:27:15 UTC (rev 17361)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Soren Hansen <soren at ubuntu.com>
-Build-Depends: cdbs, debhelper (>= 5.0.38), python-all (>= 2.3.5-11), python-support, python-simplejson
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-simplejson
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
 Homepage: http://libcloud.org/
 
 Package: python-libcloud
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-simplejson
-XB-Python-Version: ${python:Versions}
 Description: unified Python interface into the cloud
  libcloud is a pure Python client library for interacting with many of
  the popular cloud server providers. It was created to make it easy for

Added: packages/libcloud/trunk/debian/docs
===================================================================
--- packages/libcloud/trunk/debian/docs	                        (rev 0)
+++ packages/libcloud/trunk/debian/docs	2011-06-09 09:27:15 UTC (rev 17361)
@@ -0,0 +1 @@
+README

Deleted: packages/libcloud/trunk/debian/pyversions
===================================================================
--- packages/libcloud/trunk/debian/pyversions	2011-06-09 08:56:23 UTC (rev 17360)
+++ packages/libcloud/trunk/debian/pyversions	2011-06-09 09:27:15 UTC (rev 17361)
@@ -1 +0,0 @@
-2.5-

Modified: packages/libcloud/trunk/debian/rules
===================================================================
--- packages/libcloud/trunk/debian/rules	2011-06-09 08:56:23 UTC (rev 17360)
+++ packages/libcloud/trunk/debian/rules	2011-06-09 09:27:15 UTC (rev 17361)
@@ -1,16 +1,16 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM = pysupport
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+%:
+	dh --with python2 $@
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-common-build-indep:: debian/stamp-makefile-check
-debian/stamp-makefile-check:
+override_dh_auto_test:
+	dh_auto_test
 	ln -s secrets.py-dist test/secrets.py
 	for pyversion in $(shell pyversions -vr); do python$$pyversion setup.py test; done
 	touch $@
 
-clean::
+override_dh_auto_clean:
+	dh_auto_clean
 	rm -f test/secrets.py debian/stamp-makefile-check
 endif




More information about the Python-modules-commits mailing list