Jean-Paul Calderone | d0545c2 | 2008-03-04 12:14:52 -0500 | [diff] [blame] | 1 | Source: pyopenssl |
| 2 | Section: python |
| 3 | Priority: optional |
| 4 | Maintainer: Martin Sjogren <sjogren@debian.org> |
| 5 | Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), |
| 6 | python-support (>= 0.3), libssl-dev (>= 0.9.8) |
| 7 | Standards-Version: 3.7.2 |
| 8 | |
| 9 | Package: python-pyopenssl |
| 10 | Architecture: any |
| 11 | Depends: ${python:Depends}, ${shlibs:Depends} |
| 12 | Provides: ${python:Provides} |
| 13 | Suggests: pyopenssl-doc |
| 14 | Replaces: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3) |
| 15 | Conflicts: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3) |
| 16 | XB-Python-Version: ${python:Versions} |
| 17 | Description: Python wrapper around the OpenSSL library (dummy package) |
| 18 | Includes: SSL Context objects, SSL Connection objects, using |
| 19 | Python sockets as transport layer. The Connection object |
| 20 | wraps all the socket methods and can therefore be used |
| 21 | interchangeably. |
| 22 | |
| 23 | Package: pyopenssl-doc |
| 24 | Section: doc |
| 25 | Architecture: all |
| 26 | Suggests: python-pyopenssl |
| 27 | Description: Documentation for pyOpenSSL |
| 28 | This package provides documentation for the pyOpenSSL package, |
| 29 | in HTML, postscript and text formats. |