blob: 5d33a7f7ee58f5346b327520837f3b0401452f20 [file] [log] [blame]
Jean-Paul Calderonea316f582008-03-04 11:26:44 -05001Source: pyopenssl
2Section: python
3Priority: optional
4Maintainer: Martin Sjogren <sjogren@debian.org>
5Build-Depends: debhelper (>> 4.2.28), python (>= 2.4), python2.4-dev, libssl-dev (>= 0.9.7)
6Standards-Version: 3.6.1
7
8Package: python2.4-pyopenssl
9Architecture: any
10Depends: ${shlibs:Depends}, ${python:Depends}
11Suggests: pyopenssl-doc
12Description: Python wrapper around the OpenSSL library, experimental!
13 Includes: SSL Context objects, SSL Connection objects, using
14 Python sockets as transport layer. The Connection object
15 wraps all the socket methods and can therefore be used
16 interchangeably.
17
18Package: python-pyopenssl
19Architecture: all
20Depends: ${python:Depends}
21Description: Python wrapper around the OpenSSL library (dummy package)
22 This is a dummy package that depends on the version of pyOpenSSL
23 that is compiled for the default version of Python.
24
25Package: pyopenssl-doc
26Section: doc
27Architecture: all
28Suggests: python-pyopenssl
29Description: Documentation for pyOpenSSL
30 This package provides documentation for the pyOpenSSL package,
31 in HTML, postscript and text formats.