[Python-modules-commits] r9522 - in packages/python-amqplib/trunk (9 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Thu Aug 27 08:21:50 UTC 2009


    Date: Thursday, August 27, 2009 @ 08:21:49
  Author: dottedmag-guest
Revision: 9522

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-amqplib/trunk/debian/
  packages/python-amqplib/trunk/debian/changelog
  packages/python-amqplib/trunk/debian/compat
  packages/python-amqplib/trunk/debian/control
  packages/python-amqplib/trunk/debian/copyright
  packages/python-amqplib/trunk/debian/docs
  packages/python-amqplib/trunk/debian/examples
  packages/python-amqplib/trunk/debian/rules
  packages/python-amqplib/trunk/debian/watch


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

Added: packages/python-amqplib/trunk/debian/changelog
===================================================================
--- packages/python-amqplib/trunk/debian/changelog	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/changelog	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1,5 @@
+python-amqplib (0.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #540319)
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 27 Aug 2009 14:57:04 +0700

Added: packages/python-amqplib/trunk/debian/compat
===================================================================
--- packages/python-amqplib/trunk/debian/compat	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/compat	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1 @@
+7

Added: packages/python-amqplib/trunk/debian/control
===================================================================
--- packages/python-amqplib/trunk/debian/control	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/control	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1,21 @@
+Source: python-amqplib
+Section: python
+Priority: optional
+Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-dev (>= 2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.90)
+Standards-Version: 3.8.3
+Homepage: http://barryp.org/software/py-amqplib/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-amqplib/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-amqplib/trunk/
+
+Package: python-amqplib
+Architecture: all
+Depends: ${python:Depends}
+Description: simple non-threaded Python AMQP client library
+ Python client for the Advanced Message Queuing Procotol (AMQP) 0-8, featuring
+ basic messaging functionality and SSL support.
+ .
+ python-amqplib provides synchronous API unlike other (event-driven)
+ implementations .

Added: packages/python-amqplib/trunk/debian/copyright
===================================================================
--- packages/python-amqplib/trunk/debian/copyright	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/copyright	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1,30 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Barry Pederson <bp at barryp.org>
+Upstream-Source: http://code.google.com/p/py-amqplib/
+Upstream-Name: py-amqplib
+
+Files: *
+Copyright: 2007-2008, Barry Pederson <bp at barryp.org>
+License: LGPL-2.1+
+
+Files: amqplib/client_0_8/serialization.py
+Copyright: 2007, Barry Pederson <bp at barryp.org>
+License: LGPL-2.1+
+
+Files: amqplib/client_0_8/transport.py
+Copyright: 2009, Barry Pederson <bp at barryp.org>
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2009, Mikhail Gusarov <dottedmag at dottedmag.net>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+    This program is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as published by the
+    Free Software Foundation; either version 1, or (at your option) any later
+    version.
+
+    On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+    Public License can be found in `/usr/share/common-licenses/LGPL'.

Added: packages/python-amqplib/trunk/debian/docs
===================================================================
--- packages/python-amqplib/trunk/debian/docs	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/docs	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1,3 @@
+docs/*
+README
+TODO

Added: packages/python-amqplib/trunk/debian/examples
===================================================================
--- packages/python-amqplib/trunk/debian/examples	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/examples	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1,3 @@
+demo
+extras
+tests

Added: packages/python-amqplib/trunk/debian/rules
===================================================================
--- packages/python-amqplib/trunk/debian/rules	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/rules	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@


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

Added: packages/python-amqplib/trunk/debian/watch
===================================================================
--- packages/python-amqplib/trunk/debian/watch	                        (rev 0)
+++ packages/python-amqplib/trunk/debian/watch	2009-08-27 08:21:49 UTC (rev 9522)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/py-amqplib/downloads/list http://py-amqplib.googlecode.com/files/amqplib-(.*)\.tgz




More information about the Python-modules-commits mailing list