[Python-modules-commits] r17365 - in packages/libcloud (5 files)

soren-guest at users.alioth.debian.org soren-guest at users.alioth.debian.org
Thu Jun 9 10:43:23 UTC 2011


    Date: Thursday, June 9, 2011 @ 10:43:21
  Author: soren-guest
Revision: 17365

* Bump debian/compat to 7.
* Drop debian/pycompat.
* Use debian/clean instead of overriding dh_auth_clean.

Modified:
  packages/libcloud/trunk/	(properties)
  packages/libcloud/trunk/debian/changelog
  packages/libcloud/trunk/debian/compat
  packages/libcloud/trunk/debian/rules
Deleted:
  packages/libcloud/trunk/debian/pycompat


Property changes on: packages/libcloud/trunk
___________________________________________________________________
Added: svk:merge
   + 

Modified: packages/libcloud/trunk/debian/changelog
===================================================================
--- packages/libcloud/trunk/debian/changelog	2011-06-09 10:04:46 UTC (rev 17364)
+++ packages/libcloud/trunk/debian/changelog	2011-06-09 10:43:21 UTC (rev 17365)
@@ -7,6 +7,9 @@
   * Remove dependency on zope.interface (dropped upstream).
   * Convert to debhelper 7 and dh_python2.
   * Bumped Standards-Version to 3.9.2. No changes needed.
+  * Bump debian/compat to 7.
+  * Drop debian/pycompat.
+  * Use debian/clean instead of overriding dh_auth_clean.
 
  -- Soren Hansen <soren at ubuntu.com>  Thu, 09 Jun 2011 10:51:37 +0200
 

Modified: packages/libcloud/trunk/debian/compat
===================================================================
--- packages/libcloud/trunk/debian/compat	2011-06-09 10:04:46 UTC (rev 17364)
+++ packages/libcloud/trunk/debian/compat	2011-06-09 10:43:21 UTC (rev 17365)
@@ -1 +1 @@
-5
+7

Deleted: packages/libcloud/trunk/debian/pycompat
===================================================================
--- packages/libcloud/trunk/debian/pycompat	2011-06-09 10:04:46 UTC (rev 17364)
+++ packages/libcloud/trunk/debian/pycompat	2011-06-09 10:43:21 UTC (rev 17365)
@@ -1 +0,0 @@
-2

Modified: packages/libcloud/trunk/debian/rules
===================================================================
--- packages/libcloud/trunk/debian/rules	2011-06-09 10:04:46 UTC (rev 17364)
+++ packages/libcloud/trunk/debian/rules	2011-06-09 10:43:21 UTC (rev 17365)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with python2 $@
+	dh $@ --with python2
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
@@ -9,8 +9,4 @@
 	ln -s secrets.py-dist test/secrets.py
 	for pyversion in $(shell pyversions -vr); do python$$pyversion setup.py test; done
 	touch $@
-
-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