~ubuntu-branches/ubuntu/precise/pyzmq/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-02-15 09:08:36 UTC
  • mfrom: (2.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110215090836-phh4slym1g6muucn
Tags: 2.0.10.1-2
* Team upload.
* Upload to unstable
* Add Breaks: ${python:Breaks}

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
5
Uploaders: Miguel Landaeta <miguel@miguel.cc>
6
 
Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.4), python-support,
7
 
 python-all-dbg (>= 2.4), python-setuptools, cython-dbg, libzmq-dev
 
6
Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.4),
 
7
 python-all-dbg (>= 2.4), python-setuptools, cython-dbg (>= 0.13), libzmq-dev
8
8
Standards-Version: 3.9.1
9
 
XS-Python-Version: all
 
9
X-Python-Version: >= 2.4
10
10
Homepage: http://www.zeromq.org/bindings:python
11
11
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyzmq/trunk
12
12
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyzmq/trunk/
15
15
Architecture: any
16
16
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
17
17
Provides: ${python:Provides}
 
18
Breaks: ${python:Breaks}
18
19
XB-Python-Version: ${python:Versions}
19
20
Description: Python bindings for 0MQ library
20
 
 Python bindings for 0QM. 0MQ is a small, fast, and free
 
21
 Python bindings for 0MQ. 0MQ is a small, fast, and free
21
22
 software library that gives you message-passing concurrency
22
23
 for applications in most common languages.
23
24
 .
36
37
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
37
38
 python-zmq (= ${binary:Version})
38
39
Recommends: python-dbg
 
40
Breaks: ${python:Breaks}
39
41
Description: Python bindings for 0MQ library - debugging files
40
 
 Python bindings for 0QM. 0MQ is a small, fast, and free
 
42
 Python bindings for 0MQ. 0MQ is a small, fast, and free
41
43
 software library that gives you message-passing concurrency
42
44
 for applications in most common languages.
43
45
 .