~pythoneers/ubuntu/lucid/python-amqplib/ltsppa

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov
  • Date: 2009-09-04 03:52:04 UTC
  • mfrom: (0.1.2 sid) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090904035204-9k9rbudrqemwvqoz
Tags: 0.6.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-amqplib
2
 
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
3
 
XSBC-Original-Maintainer: Elliot Murphy <elliot.murphy@gmail.com>
4
2
Section: python
5
3
Priority: optional
6
 
Standards-Version: 3.8.0
7
 
Build-Depends-Indep:
8
 
    python-central (>= 0.6.7)
9
 
Build-Depends:
10
 
    cdbs (>= 0.4.51),
11
 
    debhelper (>= 6.0.4),
12
 
    python (>= 2.5)
13
 
XS-Python-Version: all
 
4
Maintainer: Mikhail Gusarov <dottedmag@dottedmag.net>
 
5
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
6
Build-Depends: debhelper (>= 7), python-dev (>= 2.3.5-11)
 
7
Build-Depends-Indep: python-support (>= 0.90)
 
8
Standards-Version: 3.8.3
14
9
Homepage: http://barryp.org/software/py-amqplib/
 
10
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-amqplib/trunk/
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-amqplib/trunk/
15
12
 
16
13
Package: python-amqplib
17
14
Architecture: all
18
 
XB-Python-Version: ${python:Versions}
19
 
Depends: ${python:Depends},
20
 
    ${misc:Depends},
21
 
    python-pkg-resources
22
 
Provides: ${python:Provides}
23
 
Description: Python client for the Advanced Message Queuing Procotol (AMQP) 
24
 
 Implements a simple non-threaded client library for AMQP 0-8, tested with
25
 
 RabbitMQ. This has been designed so that it could be used in an embedded
26
 
 Python environment (py-exim-localscan), with a quick connection time,
27
 
 and SSL support.
 
15
Depends: ${python:Depends}, ${misc:Depends}
 
16
Description: simple non-threaded Python AMQP client library
 
17
 Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring
 
18
 basic messaging functionality and SSL support.
 
19
 .
 
20
 python-amqplib provides synchronous API unlike other (event-driven)
 
21
 implementations.