[Python-modules-commits] r21031 - in packages/python-cl/tags (4 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Apr 3 06:38:23 UTC 2012


    Date: Tuesday, April 3, 2012 @ 06:38:15
  Author: fladi-guest
Revision: 21031

[svn-buildpackage] Tagging python-cl 0.0.3-1

Added:
  packages/python-cl/tags/0.0.3-1/
  packages/python-cl/tags/0.0.3-1/debian/
  packages/python-cl/tags/0.0.3-1/debian/control
    (from rev 21011, packages/python-cl/trunk/debian/control)
Deleted:
  packages/python-cl/tags/0.0.3-1/debian/control

Deleted: packages/python-cl/tags/0.0.3-1/debian/control
===================================================================
--- packages/python-cl/trunk/debian/control	2012-03-24 12:48:32 UTC (rev 20921)
+++ packages/python-cl/tags/0.0.3-1/debian/control	2012-04-03 06:38:15 UTC (rev 21031)
@@ -1,30 +0,0 @@
-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.

Copied: packages/python-cl/tags/0.0.3-1/debian/control (from rev 21011, packages/python-cl/trunk/debian/control)
===================================================================
--- packages/python-cl/tags/0.0.3-1/debian/control	                        (rev 0)
+++ packages/python-cl/tags/0.0.3-1/debian/control	2012-04-03 06:38:15 UTC (rev 21031)
@@ -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/python-cl/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-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.




More information about the Python-modules-commits mailing list