tag 543001 pending
thanks

Le Fri, Jan 15, 2010 at 03:00:04PM +0100, Steffen Moeller a écrit :
> 
>  * The euca2ools are not available on the Debian image you are providing
> as a seed. Shouldn't they? I have not checked the other distros.

Hi all,

by the way, the euca2ools package is still prevented to migrate in Debian
Squeeze (to be frozen in a couple of monthes) because of the bug #543001
(http://bugs.debian.org/543001) that we seem to have forgotten… I have
confirmed today that updating the package to the version 1.1 from
http://open.eucalyptus.com/downloads solves the problem. Would you mind if I do
the update and a couple of minor package polishings ?

Here is a tentative diff of the debian directory.

diff --git a/debian/changelog b/debian/changelog
index f14caff..f7f3dc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+euca2ools (1.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #543001).
+  * Delete euca2ools/euca2ools.egg-info/ at clean time (debian/rules).
+  * Disabled upstream manpage regeneration in the clean target of debian/rules,
+    since it generates a big diff for no clear benefit. Dropped the build
+    dependency on help2man (debian/control).
+  * Use Debhelper 7 (debian/control, debian/compat).
+  * Dropped version constraint in build deps. that are satisfied in Lenny.
+  * Build-depend on python-all instead of python-all-dev, blindly trusting the
+    advice ‘build-depends-on-python-dev-with-no-arch-any’ from Lintian.
+  * Raised the package’s Priority to optional (debian/control).
+  * Depends on python-boto >= 1.8d instead of 1.8c according to the INSTALL
+    file (debian/control).
+  * Updated Standards-Version after checking conformance with Policy 3.8.3
+    (debian/control, no other changes needed).
+  * Added myself to Uploaders (debian/control).
+
+ -- Charles Plessy <ple...@debian.org>  Sun, 17 Jan 2010 21:36:04 +0900
+
 euca2ools (1.0+bzr20090731-1) unstable; urgency=low
 
   * Initial release (Closes: #537370).
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 7cf7f1e..1e4425c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,17 @@
 Source: euca2ools
 Section: utils
-Priority: extra
-Maintainer: chris grzegorczyk <g...@eucalyptus.com>
+Priority: optional
+Maintainer: Chris Grzegorczyk <g...@eucalyptus.com>
+Uploaders: Charles Plessy <ple...@debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: cdbs, debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), 
python-central (>= 0.5.6), help2man
-Standards-Version: 3.8.2
+Build-Depends: cdbs, debhelper (>= 7), python-all, python-central
+Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
 Homepage: http://www.eucalyptus.com/open/
 
 Package: euca2ools
 Architecture: all
-Depends: ${python:Depends}, python-m2crypto (>= 0.19.1), python-boto (>= 
1.8c), ${misc:Depends}
+Depends: ${python:Depends}, python-m2crypto (>= 0.19.1), python-boto (>= 
1.8d), ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: managing cloud instances for Eucalyptus
  EUCALYPTUS is an open source service overlay that implements elastic
diff --git a/debian/copyright b/debian/copyright
index 183cb8f..0808386 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 This package was debianized by Soren Hansen <so...@ubuntu.com> on
 Tue, 26 May 2009 11:30:48 +0200.
 
+Source: http://eucalyptussoftware.com/downloads/releases/euca2ools-1.1.tar.gz
+
 Copyright:
        Copyright 2009, Eucalyptus Systems, Inc.
     All rights reserved.
diff --git a/debian/rules b/debian/rules
index 96c1455..f008e73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,5 +12,5 @@ DEB_INDEP_PACKAGES=euca2ools
 
 clean::
        $(MAKE) clean
-       $(MAKE) man
        rm -f euca2ools/euca2ools/__init__.pyc
+       $(RM) --recursive euca2ools/euca2ools.egg-info


This diff comes from a Git repository that contains the previous package and
the proposed update, and that I can upload on Alioth if you like.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to