From 115994cef3e454c2a197a28e02b19bf343aafc16 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:14:18 -0700 Subject: add already generated debian policy files and debian package files --- gnutls-1.1.9/debian/python-gnutls/DEBIAN/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gnutls-1.1.9/debian/python-gnutls/DEBIAN/control (limited to 'gnutls-1.1.9/debian/python-gnutls/DEBIAN/control') diff --git a/gnutls-1.1.9/debian/python-gnutls/DEBIAN/control b/gnutls-1.1.9/debian/python-gnutls/DEBIAN/control new file mode 100644 index 0000000..b682699 --- /dev/null +++ b/gnutls-1.1.9/debian/python-gnutls/DEBIAN/control @@ -0,0 +1,23 @@ +Package: python-gnutls +Version: 1.1.9-1 +Architecture: amd64 +Maintainer: Kristina Clair +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). -- cgit v1.2.3