[Python-modules-commits] r17343 - in packages/libcloud/libcloud/trunk (11 files)

soren-guest at users.alioth.debian.org soren-guest at users.alioth.debian.org
Wed Jun 8 18:36:16 UTC 2011


    Date: Wednesday, June 8, 2011 @ 18:36:15
  Author: soren-guest
Revision: 17343

[svn-inject] Applying Debian modifications (0.3.1-1) to trunk

Added:
  packages/libcloud/libcloud/trunk/debian/
  packages/libcloud/libcloud/trunk/debian/changelog
  packages/libcloud/libcloud/trunk/debian/compat
  packages/libcloud/libcloud/trunk/debian/control
  packages/libcloud/libcloud/trunk/debian/copyright
  packages/libcloud/libcloud/trunk/debian/pycompat
  packages/libcloud/libcloud/trunk/debian/pyversions
  packages/libcloud/libcloud/trunk/debian/rules
  packages/libcloud/libcloud/trunk/debian/source/
  packages/libcloud/libcloud/trunk/debian/source/format
  packages/libcloud/libcloud/trunk/debian/watch


Property changes on: packages/libcloud/libcloud/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/libcloud/libcloud/trunk/debian/changelog
===================================================================
--- packages/libcloud/libcloud/trunk/debian/changelog	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/changelog	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1,40 @@
+libcloud (0.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update debian/copyright to reflect libcloud's inclusion into the
+    Apache incubator programme (copyright reassigned to ASF) and to
+    account for the new OpenNEbula driver being copyrighted differently
+    than the bulk of the project.
+
+ -- Soren Hansen <soren at ubuntu.com>  Tue, 18 May 2010 07:40:17 +0200
+
+libcloud (0.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update Standards-Version to 3.8.4. No changes needed.
+  * Switch to "3.0 (quilt)" source package format.
+  * Dropped get-orig-source target from debian/rules. Upstream has released
+    tarballs.
+  * Added watch file.
+
+ -- Soren Hansen <soren at ubuntu.com>  Fri, 07 May 2010 10:00:57 +0200
+
+libcloud (0.1.1~git20091201-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Add dependencies for test suite to Build-Depends.
+
+ -- Soren Hansen <soren at ubuntu.com>  Wed, 02 Dec 2009 11:32:37 +0100
+
+libcloud (0.1.1~git20091125-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Run test suite at build time.
+
+ -- Soren Hansen <soren at ubuntu.com>  Wed, 25 Nov 2009 10:43:15 +0100
+
+libcloud (0.1.1~git20091107-1) unstable; urgency=low
+
+  * Initial upload to Debian. (Closes: #555006)
+
+ -- Soren Hansen <soren at ubuntu.com>  Sat, 07 Nov 2009 22:45:52 +0100

Added: packages/libcloud/libcloud/trunk/debian/compat
===================================================================
--- packages/libcloud/libcloud/trunk/debian/compat	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/compat	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1 @@
+5

Added: packages/libcloud/libcloud/trunk/debian/control
===================================================================
--- packages/libcloud/libcloud/trunk/debian/control	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/control	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1,22 @@
+Source: libcloud
+Section: python
+Priority: optional
+Maintainer: Soren Hansen <soren at ubuntu.com>
+Build-Depends: cdbs, debhelper (>= 5.0.38), python-all (>= 2.3.5-11), python-support, python-zope.interface, python-simplejson
+Standards-Version: 3.8.4
+Homepage: http://libcloud.org/
+
+Package: python-libcloud
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-zope.interface, python-simplejson
+XB-Python-Version: ${python:Versions}
+Description: unified Python interface into the cloud
+ libcloud is a pure Python client library for interacting with many of
+ the popular cloud server providers. It was created to make it easy for
+ developers to build products that work between any of the services that
+ it supports.
+ .
+ libcloud was originally created by the folks over at Cloudkick, but has
+ since grown into an independent free software project licensed under
+ the Apache License (2.0).
+

Added: packages/libcloud/libcloud/trunk/debian/copyright
===================================================================
--- packages/libcloud/libcloud/trunk/debian/copyright	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/copyright	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1,32 @@
+This package was debianized by Soren Hansen <soren at ubuntu.com> on
+Sat, 07 Nov 2009 22:40:06 +0100.
+
+{test/test_,libcloud/drivers/}rimuhosting.py and drivers/ibm_sbc.py are
+Copyright 2009 RedRata Ltd.
+
+{test/test_,libcloud/drivers/}opennebula.py are Copyright 2002-2009
+Distributed Systems Architecture Group, Universidad Complutense de
+Madrid (dsa-research.org)
+
+Everything else is Copyright 2010 The Apache Software Foundation.
+
+License:
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+For the full license, see '/usr/share/common-licenses/Apache-2.0'.
+
+The Debian packaging is Copyright 2009-2010 Soren Hansen, and covered by the
+Apache 2.0 license.

Added: packages/libcloud/libcloud/trunk/debian/pycompat
===================================================================
--- packages/libcloud/libcloud/trunk/debian/pycompat	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/pycompat	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1 @@
+2

Added: packages/libcloud/libcloud/trunk/debian/pyversions
===================================================================
--- packages/libcloud/libcloud/trunk/debian/pyversions	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/pyversions	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1 @@
+2.5-

Added: packages/libcloud/libcloud/trunk/debian/rules
===================================================================
--- packages/libcloud/libcloud/trunk/debian/rules	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/rules	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+common-build-indep:: debian/stamp-makefile-check
+debian/stamp-makefile-check:
+	ln -s secrets.py-dist test/secrets.py
+	for pyversion in $(shell pyversions -vr); do python$$pyversion setup.py test; done
+	touch $@
+
+clean::
+	rm -f test/secrets.py debian/stamp-makefile-check
+endif


Property changes on: packages/libcloud/libcloud/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/libcloud/libcloud/trunk/debian/source/format
===================================================================
--- packages/libcloud/libcloud/trunk/debian/source/format	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/source/format	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/libcloud/libcloud/trunk/debian/watch
===================================================================
--- packages/libcloud/libcloud/trunk/debian/watch	                        (rev 0)
+++ packages/libcloud/libcloud/trunk/debian/watch	2011-06-08 18:36:15 UTC (rev 17343)
@@ -0,0 +1,2 @@
+version=3
+http://www.apache.org/dist/incubator/libcloud/apache-libcloud-incubating-(.*).tar.bz2




More information about the Python-modules-commits mailing list