[Python-modules-commits] r4591 - in packages/pyopenssl/trunk/debian (changelog control)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Thu Feb 21 22:27:34 UTC 2008
Date: Thursday, February 21, 2008 @ 22:27:33
Author: morph-guest
Revision: 4591
latest details
Modified:
packages/pyopenssl/trunk/debian/changelog
packages/pyopenssl/trunk/debian/control
Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog 2008-02-21 22:11:19 UTC (rev 4590)
+++ packages/pyopenssl/trunk/debian/changelog 2008-02-21 22:27:33 UTC (rev 4591)
@@ -12,6 +12,8 @@
- renamed doc package to python-pyopenssl-doc
- added Homepage field
- added dpatch build-dep
+ - changed short description (Closes: #410705)
+ - changed long description
* debian/pycompat
- removed
* debian/rules
@@ -20,6 +22,7 @@
- removed dh_python calls
- removed DH_COMPAT variable set
- added dpatch stuff
+ - build for all supported python version (Closes: #452616)
* debian/python-pyopenssl-doc.doc-base
- renamed from debian/pyopenssl-doc.doc-base
- corrected files location
Modified: packages/pyopenssl/trunk/debian/control
===================================================================
--- packages/pyopenssl/trunk/debian/control 2008-02-21 22:11:19 UTC (rev 4590)
+++ packages/pyopenssl/trunk/debian/control 2008-02-21 22:27:33 UTC (rev 4591)
@@ -14,15 +14,21 @@
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
-Suggests: pyopenssl-doc
+Suggests: python-pyopenssl-doc
Replaces: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3)
Conflicts: python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3)
XB-Python-Version: ${python:Versions}
-Description: Python wrapper around the OpenSSL library (dummy package)
- Includes: SSL Context objects, SSL Connection objects, using
- Python sockets as transport layer. The Connection object
- wraps all the socket methods and can therefore be used
- interchangeably.
+Description: Python wrapper around the OpenSSL library
+ High-level wrapper around a subset of the OpenSSL library, includes
+ .
+ * SSL.Connection objects, wrapping the methods of Python's portable
+ sockets
+ * Callbacks written in Python
+ * Extensive error-handling mechanism, mirroring OpenSSL's error
+ codes
+ .
+ A lot of the object methods do nothing more than calling a
+ corresponding function in the OpenSSL library.
Package: python-pyopenssl-doc
Section: doc
More information about the Python-modules-commits
mailing list