blob: 02c54d731c5edc9d730061aa3c9158062a7650a0 [file] [log] [blame]
Jean-Paul Calderone897bc252008-02-18 20:50:23 -05001Source: pyopenssl
2Section: python
3Priority: optional
4Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Martin Sjogren <sjogren@debian.org>
6Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-all-dbg (>= 2.5-0ubuntu5),
7 python-support (>= 0.3), libssl-dev (>= 0.9.8)
8Standards-Version: 3.7.2
9
10Package: python-pyopenssl
11Architecture: any
12Depends: ${python:Depends}, ${shlibs:Depends}
13Provides: ${python:Provides}
14Suggests: pyopenssl-doc, python-pyopenssl-dbg
15Replaces: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3)
16Conflicts: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3)
17XB-Python-Version: ${python:Versions}
18Description: Python wrapper around the OpenSSL library
19 Includes: SSL Context objects, SSL Connection objects, using
20 Python sockets as transport layer. The Connection object
21 wraps all the socket methods and can therefore be used
22 interchangeably.
23
24Package: python-pyopenssl-dbg
25Priority: extra
26Architecture: any
27Depends: python-pyopenssl (= ${Source-Version}), python-dbg, ${shlibs:Depends}
28Description: Python wrapper around the OpenSSL library (debug extension)
29 Includes: SSL Context objects, SSL Connection objects, using
30 Python sockets as transport layer. The Connection object
31 wraps all the socket methods and can therefore be used
32 interchangeably.
33
34Package: pyopenssl-doc
35Section: doc
36Architecture: all
37Suggests: python-pyopenssl
38Description: Documentation for pyOpenSSL
39 This package provides documentation for the pyOpenSSL package,
40 in HTML, postscript and text formats.