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

phantez-guest at users.alioth.debian.org phantez-guest at users.alioth.debian.org
Sun Apr 17 08:30:27 UTC 2011


    Date: Sunday, April 17, 2011 @ 08:30:23
  Author: phantez-guest
Revision: 6943

Changed to use dh_python2

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

Modified: packages/clustershell/trunk/debian/changelog
===================================================================
--- packages/clustershell/trunk/debian/changelog	2011-04-17 07:58:57 UTC (rev 6942)
+++ packages/clustershell/trunk/debian/changelog	2011-04-17 08:30:23 UTC (rev 6943)
@@ -1,6 +1,7 @@
 clustershell (1.4.3-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release 1.4.3
+  * Changed to use dh_python2
   * Debian policy 3.9.2
 
  -- Stéphan Gorget <phantez at gmail.com>  Sat, 16 Apr 2011 18:15:05 +0200

Modified: packages/clustershell/trunk/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control	2011-04-17 07:58:57 UTC (rev 6942)
+++ packages/clustershell/trunk/debian/control	2011-04-17 08:30:23 UTC (rev 6943)
@@ -4,8 +4,8 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stéphan Gorget <phantez at gmail.com>
 Homepage: http://sourceforge.net/projects/clustershell/
-Build-Depends: debhelper (>= 7), python-support (>= 0.6), python-all(>= 2.4), python-setuptools (>= 0.6)
-XS-Python-Version: >= 2.4
+Build-Depends: debhelper (>= 7), python-all(>= 2.6.6-3~), python-setuptools (>= 0.6)
+X-Python-Version: >= 2.4
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/clustershell/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/clustershell/trunk/

Modified: packages/clustershell/trunk/debian/rules
===================================================================
--- packages/clustershell/trunk/debian/rules	2011-04-17 07:58:57 UTC (rev 6942)
+++ packages/clustershell/trunk/debian/rules	2011-04-17 08:30:23 UTC (rev 6943)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 get-orig-tarball:
 	uscan --verbose --force-download




More information about the Python-apps-commits mailing list