summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls/DEBIAN/control
diff options
context:
space:
mode:
Diffstat (limited to 'gnutls-1.1.9/debian/python-gnutls/DEBIAN/control')
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/DEBIAN/control23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnutls-1.1.9/debian/python-gnutls/DEBIAN/control b/gnutls-1.1.9/debian/python-gnutls/DEBIAN/control
deleted file mode 100644
index b682699..0000000
--- a/gnutls-1.1.9/debian/python-gnutls/DEBIAN/control
+++ /dev/null
@@ -1,23 +0,0 @@
-Package: python-gnutls
-Version: 1.1.9-1
-Architecture: amd64
-Maintainer: Kristina Clair <kclair@leap.se>
-Installed-Size: 384
-Depends: python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), libc6 (>= 2.2.5), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0)
-Provides: python2.5-gnutls, python2.6-gnutls
-Section: python
-Priority: optional
-Homepage: http://pypi.python.org/pypi/python-gnutls/1.1.9
-Description: Python wrapper for the GNUTLS library
- This package provides a high level object oriented wrapper around
- libgnutls, as well as low level bindings to the GNUTLS types and
- functions via ctypes. The high level wrapper hides the details of
- accessing the GNUTLS library via ctypes behind a set of classes
- that encapsulate GNUTLS sessions, certificates and credentials and
- expose them to Python applications using a simple API.
- .
- The package also includes a Twisted interface that has seamless
- intergration with Twisted, providing connectTLS and listenTLS
- methods on the Twisted reactor once imported (the methods are
- automatically attached to the reactor by simply importing the
- GNUTLS Twisted interface module).