summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls/usr/share/doc
diff options
context:
space:
mode:
Diffstat (limited to 'gnutls-1.1.9/debian/python-gnutls/usr/share/doc')
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README19
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian6
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gzbin178 -> 0 bytes
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gzbin1461 -> 0 bytes
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright43
5 files changed, 0 insertions, 68 deletions
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README
deleted file mode 100644
index ef1052a..0000000
--- a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README
+++ /dev/null
@@ -1,19 +0,0 @@
-
-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).
-
-The high level wrapper is written using the GNUTLS library bindings that are
-made available via ctypes. This makes the wrapper very powerful and flexible
-as it has direct access to all the GNUTLS internals and is also very easy to
-extend without any need to write C code or recompile anything.
-
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian
deleted file mode 100644
index 184ec24..0000000
--- a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-python-gnutls for Debian
-------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Kristina Clair <kclair@leap.se> Wed, 03 Oct 2012 11:29:13 -0700
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gz b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gz
deleted file mode 100644
index a148fd0..0000000
--- a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gz
+++ /dev/null
Binary files differ
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gz b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gz
deleted file mode 100644
index aa90b7b..0000000
--- a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gz
+++ /dev/null
Binary files differ
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright
deleted file mode 100644
index f9150bb..0000000
--- a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright
+++ /dev/null
@@ -1,43 +0,0 @@
-This work was packaged for Debian by:
-
- k clair <kclair@leap.se> on Wed, 03 Oct 2012 11:04:26 -0700
-
-It was downloaded from:
-
- http://pypi.python.org/pypi/python-gnutls/1.1.9
-
-Upstream Author(s):
-
- AG Projects
- Dan Pascu
- Mircea Amarascu
-
-Copyright:
-
- Copyright (C) 2006-2007 AG Projects
- Dan Pascu
- Mircea Amarascu
-
-License:
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-On Debian systems, the complete text of the GNU General
-Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
-The Debian packaging is:
-
- Copyright (C) 2012 k clair <kclair@leap.se>
-
- and is licensed under the GPL version 3, see above.