~ubuntu-branches/ubuntu/wily/pyzmq/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-02-24 19:23:15 UTC
  • mfrom: (1.2.1) (9 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20130224192315-qhmwp3m3ymk8r60d
Tags: 2.2.0.1-1
* New upstream release
* relicense debian packaging to LGPL-3
* update watch file to use github directly
  thanks to Bart Martens for the file
* add autopkgtests
* drop obsolete DM-Upload-Allowed
* bump standard to 3.9.4, no changes required

Show diffs side-by-side

added added

removed removed

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