[Python-modules-commits] r20921 - in packages/python-cl/trunk (9 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sat Mar 24 12:48:34 UTC 2012


    Date: Saturday, March 24, 2012 @ 12:48:32
  Author: fladi-guest
Revision: 20921

Initial packaging.

Added:
  packages/python-cl/trunk/debian/
  packages/python-cl/trunk/debian/changelog
  packages/python-cl/trunk/debian/compat
  packages/python-cl/trunk/debian/control
  packages/python-cl/trunk/debian/copyright
  packages/python-cl/trunk/debian/rules
  packages/python-cl/trunk/debian/source/
  packages/python-cl/trunk/debian/source/format
  packages/python-cl/trunk/debian/watch


Property changes on: packages/python-cl/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-cl/trunk/debian/changelog
===================================================================
--- packages/python-cl/trunk/debian/changelog	                        (rev 0)
+++ packages/python-cl/trunk/debian/changelog	2012-03-24 12:48:32 UTC (rev 20921)
@@ -0,0 +1,5 @@
+python-cl (0.0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #665449)
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Sat, 24 Mar 2012 12:44:40 +0100

Added: packages/python-cl/trunk/debian/compat
===================================================================
--- packages/python-cl/trunk/debian/compat	                        (rev 0)
+++ packages/python-cl/trunk/debian/compat	2012-03-24 12:48:32 UTC (rev 20921)
@@ -0,0 +1 @@
+7

Added: packages/python-cl/trunk/debian/control
===================================================================
--- packages/python-cl/trunk/debian/control	                        (rev 0)
+++ packages/python-cl/trunk/debian/control	2012-03-24 12:48:32 UTC (rev 20921)
@@ -0,0 +1,30 @@
+Source: python-cl
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.6.6-3~)
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.3
+Homepage: https://github.com/ask/cl
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/cl/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/cl/trunk/
+
+Package: python-cl
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-kombu
+Description: Actor framework for Kombu
+ The aim of Kombu is to make messaging in Python as easy as possible by
+ providing an idiomatic high-level interface for the AMQP protocol. It is meant
+ to replace the carrot library by providing a compatibility layer.
+ .
+ Features:
+  * Allows application authors to support several message server solutions by
+    using pluggable transports.
+  * Supports automatic encoding, serialization and compression of message
+    payloads.
+  * The ability to ensure that an operation is performed by gracefully handling
+    connection and channel errors.

Added: packages/python-cl/trunk/debian/copyright
===================================================================
--- packages/python-cl/trunk/debian/copyright	                        (rev 0)
+++ packages/python-cl/trunk/debian/copyright	2012-03-24 12:48:32 UTC (rev 20921)
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cl
+Upstream-Contact: Ask Solem <ask at celeryproject.org>
+Source: http://pypi.python.org/pypi/cl
+
+Files: *
+Copyright:2011, VMware, Inc.
+License: BSD-vmware
+
+Files: debian/*
+Copyright: 2012, Michael Fladischer <FladischerMichael at fladi.at>
+License: BSD-vmware
+
+License: BSD-vmware
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+ .
+ Neither the name of VMware, Inc. nor the names of its contributors may be used
+ to endorse or promote products derived from this software without specific
+ prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.

Added: packages/python-cl/trunk/debian/rules
===================================================================
--- packages/python-cl/trunk/debian/rules	                        (rev 0)
+++ packages/python-cl/trunk/debian/rules	2012-03-24 12:48:32 UTC (rev 20921)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+	dh_auto_install
+	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-cl/usr/lib/python2.*/*-packages/cl-*.egg-info


Property changes on: packages/python-cl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-cl/trunk/debian/source/format
===================================================================
--- packages/python-cl/trunk/debian/source/format	                        (rev 0)
+++ packages/python-cl/trunk/debian/source/format	2012-03-24 12:48:32 UTC (rev 20921)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-cl/trunk/debian/watch
===================================================================
--- packages/python-cl/trunk/debian/watch	                        (rev 0)
+++ packages/python-cl/trunk/debian/watch	2012-03-24 12:48:32 UTC (rev 20921)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/c/cl/cl-([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list