~ubuntu-branches/ubuntu/raring/pyzmq/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Debian Python Modules Team, Julian Taylor
  • Date: 2011-12-05 21:42:24 UTC
  • Revision ID: package-import@ubuntu.com-20111205214224-ddgtswpqak24xxtm
Tags: 2.1.10-2
[ Julian Taylor ]
* remove python:Provides, python:Breaks and XB-Python-Version
  not needed with dh_python2
* bump python dependency to >= 2.6.6-3~ for dh_python2
* do not delete *_d.so files from lib/debug in python-zmq-dbg
  - needed for gdb when using debug interpreter
* fix dep5 copyright syntax error
* add python3 packages (Closes: #636484)
* add a directory existance check to clean target to allow build with
  git-buildpackage --git-overlay

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
5
Uploaders: Miguel Landaeta <miguel@miguel.cc>
6
6
Build-Depends: debhelper (>= 7.0.50~),
7
 
 python-all-dev (>= 2.4), python-all-dbg (>= 2.4), python-setuptools, cython-dbg (>= 0.13),
8
 
 libzmq-dev (>= 2.1.10), libzmq-dev (<= 2.1.11)
 
7
 python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), python-setuptools, cython-dbg (>= 0.13),
 
8
 libzmq-dev (>= 2.1.10), libzmq-dev (<= 2.1.11), python3-all-dev (>= 3.2), python3-all-dbg (>= 3.2)
9
9
Standards-Version: 3.9.2
10
10
X-Python-Version: >= 2.4
 
11
X-Python3-Version: >= 3.2
11
12
Homepage: http://www.zeromq.org/bindings:python
12
13
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyzmq/trunk
13
14
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyzmq/trunk/
15
16
Package: python-zmq
16
17
Architecture: any
17
18
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
18
 
Provides: ${python:Provides}
19
 
Breaks: ${python:Breaks}
20
 
XB-Python-Version: ${python:Versions}
21
19
Description: Python bindings for 0MQ library
22
20
 Python bindings for 0MQ. 0MQ is a small, fast, and free
23
21
 software library that gives you message-passing concurrency
29
27
 products. 0MQ sockets provide an abstraction of asynchronous
30
28
 message queues, multiple messaging patterns, message
31
29
 filtering (subscriptions), seamless access to multiple
32
 
 transport protocols and more. 
 
30
 transport protocols and more.
33
31
 
34
32
Package: python-zmq-dbg
35
33
Section: debug
38
36
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
39
37
 python-zmq (= ${binary:Version})
40
38
Recommends: python-dbg
41
 
Breaks: ${python:Breaks}
42
39
Description: Python bindings for 0MQ library - debugging files
43
40
 Python bindings for 0MQ. 0MQ is a small, fast, and free
44
41
 software library that gives you message-passing concurrency
50
47
 products. 0MQ sockets provide an abstraction of asynchronous
51
48
 message queues, multiple messaging patterns, message
52
49
 filtering (subscriptions), seamless access to multiple
53
 
 transport protocols and more. 
 
50
 transport protocols and more.
54
51
 .
55
52
 This package contains the extension built for the Python debug interpreter.
 
53
 
 
54
Package: python3-zmq
 
55
Architecture: any
 
56
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
 
57
Description: Python bindings for 0MQ library
 
58
 Python bindings for 0MQ. 0MQ is a small, fast, and free
 
59
 software library that gives you message-passing concurrency
 
60
 for applications in most common languages.
 
61
 .
 
62
 The 0MQ lightweight messaging kernel is a library which
 
63
 extends the standard socket interfaces with features
 
64
 traditionally provided by specialised messaging middleware
 
65
 products. 0MQ sockets provide an abstraction of asynchronous
 
66
 message queues, multiple messaging patterns, message
 
67
 filtering (subscriptions), seamless access to multiple
 
68
 transport protocols and more.
 
69
 .
 
70
 This package contains the extension built for the Python3 interpreter.
 
71
 
 
72
Package: python3-zmq-dbg
 
73
Section: debug
 
74
Priority: extra
 
75
Architecture: any
 
76
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
 
77
 python3-zmq (= ${binary:Version})
 
78
Recommends: python-dbg
 
79
Description: Python bindings for 0MQ library - debugging files
 
80
 Python bindings for 0MQ. 0MQ is a small, fast, and free
 
81
 software library that gives you message-passing concurrency
 
82
 for applications in most common languages.
 
83
 .
 
84
 The 0MQ lightweight messaging kernel is a library which
 
85
 extends the standard socket interfaces with features
 
86
 traditionally provided by specialised messaging middleware
 
87
 products. 0MQ sockets provide an abstraction of asynchronous
 
88
 message queues, multiple messaging patterns, message
 
89
 filtering (subscriptions), seamless access to multiple
 
90
 transport protocols and more.
 
91
 .
 
92
 This package contains the extension built for the Python3 debug interpreter.