| Jean-Paul Calderone | 897bc25 | 2008-02-18 20:50:23 -0500 | [diff] [blame] | 1 | Debian notes -- pyOpenSSL |
| 2 | ------------------------- | ||||
| 3 | |||||
| 4 | The source package is split up over four binary packages: | ||||
| 5 | |||||
| 6 | * python2.2-pyopenssl -- compiled for Python 2.2 | ||||
| 7 | * python2.3-pyopenssl -- compiled for Python 2.3 | ||||
| 8 | * python-pyopenssl -- dummy package that depends on the default | ||||
| 9 | Python version (currently 2.3) | ||||
| 10 | * pyopenssl-doc -- documentation for pyOpenSSL | ||||
| 11 | |||||
| 12 | |||||
| 13 | Martin Sjรถgren <sjogren@debian.org> | ||||