[pkg-eucalyptus-commits] r115 - euca2ools/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed Jul 6 02:01:54 UTC 2011


Author: plessy
Date: 2011-07-06 02:01:54 +0000 (Wed, 06 Jul 2011)
New Revision: 115

Modified:
   euca2ools/trunk/debian/changelog
   euca2ools/trunk/debian/control
   euca2ools/trunk/debian/rules
Log:
Use dh_python2 (Closes #616802 thanks to Colin Watson).


Modified: euca2ools/trunk/debian/changelog
===================================================================
--- euca2ools/trunk/debian/changelog	2010-12-11 02:18:35 UTC (rev 114)
+++ euca2ools/trunk/debian/changelog	2011-07-06 02:01:54 UTC (rev 115)
@@ -6,7 +6,7 @@
     (debian/control, no changes needed).
   * Corrected debian/watch to not download the ‘-src-deps’ package.
   * Using upstream's manpages (debian/rules, debian/manpages, debian/control). 
-  * Build-depend on python-all-dev instead of python-all (debian/control). 
+  * Use dh_python2 (Closes #616802 thanks to Colin Watson).
 
  -- Charles Plessy <plessy at debian.org>  Sun, 10 Oct 2010 22:53:13 +0900
 

Modified: euca2ools/trunk/debian/control
===================================================================
--- euca2ools/trunk/debian/control	2010-12-11 02:18:35 UTC (rev 114)
+++ euca2ools/trunk/debian/control	2011-07-06 02:01:54 UTC (rev 115)
@@ -9,9 +9,9 @@
  Kyo Lee <kyo.lee at eucalyptus.com>,
  Dustin Kirkland <kirkland at ubuntu.com>
 DM-Upload-Allowed: yes
-Build-Depends: cdbs, debhelper (>= 7), python-all-dev, python-central, python-boto, python-m2crypto
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), help2man, python-all (>= 2.6.6-3~), python-boto, python-m2crypto
 Standards-Version: 3.9.1
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Homepage: http://open.eucalyptus.com/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-eucalyptus/euca2ools/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-eucalyptus/euca2ools/
@@ -19,7 +19,6 @@
 Package: euca2ools
 Architecture: all
 Depends: ${python:Depends}, python-m2crypto (>= 0.20.2), python-boto (>= 1.9b), ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: managing cloud instances for Eucalyptus
  EUCALYPTUS is an open source service overlay that implements elastic
  computing using existing resources. The goal of EUCALYPTUS is to allow

Modified: euca2ools/trunk/debian/rules
===================================================================
--- euca2ools/trunk/debian/rules	2010-12-11 02:18:35 UTC (rev 114)
+++ euca2ools/trunk/debian/rules	2011-07-06 02:01:54 UTC (rev 115)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM = pycentral
+DEB_PYTHON2_MODULE_PACKAGES := euca2ools
 
 DEB_SRCDIR = euca2ools
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the pkg-eucalyptus-commits mailing list