blob: 4f11958e1382de46af482f02547ceaec89b964d1 [file] [log] [blame]
Jean-Paul Calderoned0545c22008-03-04 12:14:52 -05001Source: pyopenssl
2Section: python
3Priority: optional
4Maintainer: Martin Sjogren <sjogren@debian.org>
5Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
6 python-support (>= 0.3), libssl-dev (>= 0.9.8)
7Standards-Version: 3.7.2
8
9Package: python-pyopenssl
10Architecture: any
11Depends: ${python:Depends}, ${shlibs:Depends}
12Provides: ${python:Provides}
13Suggests: pyopenssl-doc
14Replaces: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3)
15Conflicts: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3)
16XB-Python-Version: ${python:Versions}
17Description: 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
23Package: pyopenssl-doc
24Section: doc
25Architecture: all
26Suggests: python-pyopenssl
27Description: Documentation for pyOpenSSL
28 This package provides documentation for the pyOpenSSL package,
29 in HTML, postscript and text formats.