Jean-Paul Calderone | a316f58 | 2008-03-04 11:26:44 -0500 | [diff] [blame] | 1 | Source: pyopenssl |
| 2 | Section: python |
| 3 | Priority: optional |
| 4 | Maintainer: Martin Sjogren <sjogren@debian.org> |
| 5 | Build-Depends: debhelper (>> 4.2.28), python (>= 2.4), python2.4-dev, libssl-dev (>= 0.9.7) |
| 6 | Standards-Version: 3.6.1 |
| 7 | |
| 8 | Package: python2.4-pyopenssl |
| 9 | Architecture: any |
| 10 | Depends: ${shlibs:Depends}, ${python:Depends} |
| 11 | Suggests: pyopenssl-doc |
| 12 | Description: 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 | |
| 18 | Package: python-pyopenssl |
| 19 | Architecture: all |
| 20 | Depends: ${python:Depends} |
| 21 | Description: 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 | |
| 25 | Package: pyopenssl-doc |
| 26 | Section: doc |
| 27 | Architecture: all |
| 28 | Suggests: python-pyopenssl |
| 29 | Description: Documentation for pyOpenSSL |
| 30 | This package provides documentation for the pyOpenSSL package, |
| 31 | in HTML, postscript and text formats. |