[pkg-eucalyptus-commits] r90 - euca2ools/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Sun Oct 10 15:09:16 UTC 2010
Author: plessy
Date: 2010-10-10 15:09:14 +0000 (Sun, 10 Oct 2010)
New Revision: 90
Modified:
euca2ools/trunk/debian/changelog
euca2ools/trunk/debian/control
euca2ools/trunk/debian/copyright
euca2ools/trunk/debian/manpages
euca2ools/trunk/debian/rules
euca2ools/trunk/debian/watch
Log:
New upstream release, depending on higher versions of boto and m2crypto.
Modified: euca2ools/trunk/debian/changelog
===================================================================
--- euca2ools/trunk/debian/changelog 2010-09-07 09:45:01 UTC (rev 89)
+++ euca2ools/trunk/debian/changelog 2010-10-10 15:09:14 UTC (rev 90)
@@ -1,3 +1,14 @@
+euca2ools (1.3.1-1) UNRELEASED; urgency=low
+
+ * New upstream release:
+ - depend on python-m2crypto (>= 0.20.2) and python-boto (>= 1.9b).
+ * Incremented Standards-Version to reflect conformance with Policy 3.9.1
+ (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).
+
+ -- Charles Plessy <plessy at debian.org> Sun, 10 Oct 2010 22:53:13 +0900
+
euca2ools (1.2-1) unstable; urgency=low
* New upstream release.
@@ -11,7 +22,7 @@
avoids to increase the diff with the original sources (debian/rules).
- Build-depend on help2man, python-boto and python-m2crypto.
- Deleted README.source, which is not needed anymore.
- * Incremented Standards-Version to reflect conformance with Poliyc 3.8.4
+ * Incremented Standards-Version to reflect conformance with Policy 3.8.4
(debian/control, no changes needed).
-- Charles Plessy <plessy at debian.org> Sat, 06 Mar 2010 15:07:05 +0900
Modified: euca2ools/trunk/debian/control
===================================================================
--- euca2ools/trunk/debian/control 2010-09-07 09:45:01 UTC (rev 89)
+++ euca2ools/trunk/debian/control 2010-10-10 15:09:14 UTC (rev 90)
@@ -9,8 +9,8 @@
Kyo Lee <kyo.lee at eucalyptus.com>,
Dustin Kirkland <kirkland at ubuntu.com>
DM-Upload-Allowed: yes
-Build-Depends: cdbs, debhelper (>= 7), help2man, python-all, python-central, python-boto, python-m2crypto
-Standards-Version: 3.8.4
+Build-Depends: cdbs, debhelper (>= 7), python-all, python-central, python-boto, python-m2crypto
+Standards-Version: 3.9.1
XS-Python-Version: >= 2.5
Homepage: http://open.eucalyptus.com/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-eucalyptus/euca2ools/trunk/
@@ -18,7 +18,7 @@
Package: euca2ools
Architecture: all
-Depends: ${python:Depends}, python-m2crypto (>= 0.19.1), python-boto (>= 1.8d), ${misc:Depends}
+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
Modified: euca2ools/trunk/debian/copyright
===================================================================
--- euca2ools/trunk/debian/copyright 2010-09-07 09:45:01 UTC (rev 89)
+++ euca2ools/trunk/debian/copyright 2010-10-10 15:09:14 UTC (rev 90)
@@ -1,7 +1,7 @@
This package was debianized by Soren Hansen <soren at ubuntu.com> on
Tue, 26 May 2009 11:30:48 +0200.
-Source: http://eucalyptussoftware.com/downloads/releases/euca2ools-1.2.tar.gz
+Source: http://eucalyptussoftware.com/downloads/releases/euca2ools-1.3.1.tar.gz
Copyright:
Copyright 2009, Eucalyptus Systems, Inc.
Modified: euca2ools/trunk/debian/manpages
===================================================================
--- euca2ools/trunk/debian/manpages 2010-09-07 09:45:01 UTC (rev 89)
+++ euca2ools/trunk/debian/manpages 2010-10-10 15:09:14 UTC (rev 90)
@@ -1 +1 @@
-debian/manpages-help2man/*
+man/*
Modified: euca2ools/trunk/debian/rules
===================================================================
--- euca2ools/trunk/debian/rules 2010-09-07 09:45:01 UTC (rev 89)
+++ euca2ools/trunk/debian/rules 2010-10-10 15:09:14 UTC (rev 90)
@@ -2,9 +2,6 @@
DEB_PYTHON_SYSTEM = pycentral
-binary/euca2ools::
- $(MAKE) man MANDIR=$(CURDIR)/debian/manpages-help2man
-
DEB_SRCDIR = euca2ools
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
Modified: euca2ools/trunk/debian/watch
===================================================================
--- euca2ools/trunk/debian/watch 2010-09-07 09:45:01 UTC (rev 89)
+++ euca2ools/trunk/debian/watch 2010-10-10 15:09:14 UTC (rev 90)
@@ -1,6 +1,6 @@
version=3
-http://eucalyptussoftware.com/downloads/releases/euca2ools-(.*).tar.gz
+http://eucalyptussoftware.com/downloads/releases/euca2ools-([\d.]*).tar.gz
# Nightly builds
#http://eucalyptussoftware.com/downloads/releases/nightly/euca2ools-(.*)-src.tar.gz
More information about the pkg-eucalyptus-commits
mailing list