From 7868a869fda3e28230c19abc492057cc91b84902 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:24:40 -0700 Subject: remove debian packaging files from master branch. master should only have the source files and the README --- gnutls-1.1.9/debian/control | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 gnutls-1.1.9/debian/control (limited to 'gnutls-1.1.9/debian/control') diff --git a/gnutls-1.1.9/debian/control b/gnutls-1.1.9/debian/control deleted file mode 100644 index 0153e6b..0000000 --- a/gnutls-1.1.9/debian/control +++ /dev/null @@ -1,25 +0,0 @@ -Source: python-gnutls -Section: python -Priority: optional -Maintainer: Kristina Clair -Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.5), python-support, libgnutls-dev (>= 2.4.1) -Standards-Version: 3.8.4 -Homepage: http://pypi.python.org/pypi/python-gnutls/1.1.9 - -Package: python-gnutls -Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, libgnutls26 (>= 2.4.1) -Provides: ${python:Provides} -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