[Python-modules-commits] r2545 - in /packages/python-gnutls/trunk/debian: ./ changelog compat control copyright examples pycompat rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Thu Jun 14 19:30:48 UTC 2007


Author: bzed-guest
Date: Thu Jun 14 19:30:48 2007
New Revision: 2545

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2545
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/python-gnutls/trunk/debian/   (with props)
    packages/python-gnutls/trunk/debian/changelog
    packages/python-gnutls/trunk/debian/compat
    packages/python-gnutls/trunk/debian/control
    packages/python-gnutls/trunk/debian/copyright
    packages/python-gnutls/trunk/debian/examples
    packages/python-gnutls/trunk/debian/pycompat
    packages/python-gnutls/trunk/debian/rules   (with props)

Propchange: packages/python-gnutls/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-gnutls/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/changelog?rev=2545&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/changelog (added)
+++ packages/python-gnutls/trunk/debian/changelog Thu Jun 14 19:30:48 2007
@@ -1,0 +1,5 @@
+python-gnutls (1.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #428866)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Thu, 14 Jun 2007 20:15:56 +0100

Added: packages/python-gnutls/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/compat?rev=2545&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/compat (added)
+++ packages/python-gnutls/trunk/debian/compat Thu Jun 14 19:30:48 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-gnutls/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/control?rev=2545&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/control (added)
+++ packages/python-gnutls/trunk/debian/control Thu Jun 14 19:30:48 2007
@@ -1,0 +1,26 @@
+Source: python-gnutls
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>, Dan Pascu <dan at ag-projects.com>
+Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.4.4-1), python-support, libgnutls-dev (>= 1.4.4)
+Standards-Version: 3.7.2
+
+Package: python-gnutls
+Architecture: any
+Depends: ${python:Depends}, python-twisted-core, ${shlibs:Depends}, ${misc:Depends}
+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).
+ .
+  Homepage: http://cheeseshop.python.org/pypi/python-gnutls

Added: packages/python-gnutls/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/copyright?rev=2545&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/copyright (added)
+++ packages/python-gnutls/trunk/debian/copyright Thu Jun 14 19:30:48 2007
@@ -1,0 +1,16 @@
+This package was debianized by Dan Pascu <dan at ag-projects.com> on
+Thu, 29 Mar 2007 09:22:44 +0300
+
+Authors: Dan Pascu, Mircea Amarascu
+
+License:
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+You should have received a copy of the GNU Lesser General Public License 
+with your Debian GNU/Linux system, in /usr/share/common-licenses/LGPL.
+If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
+Floor, Boston, MA  02110-1301 USA.

Added: packages/python-gnutls/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/examples?rev=2545&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/examples (added)
+++ packages/python-gnutls/trunk/debian/examples Thu Jun 14 19:30:48 2007
@@ -1,0 +1,1 @@
+examples/*

Added: packages/python-gnutls/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/pycompat?rev=2545&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/pycompat (added)
+++ packages/python-gnutls/trunk/debian/pycompat Thu Jun 14 19:30:48 2007
@@ -1,0 +1,1 @@
+2

Added: packages/python-gnutls/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gnutls/trunk/debian/rules?rev=2545&op=file
==============================================================================
--- packages/python-gnutls/trunk/debian/rules (added)
+++ packages/python-gnutls/trunk/debian/rules Thu Jun 14 19:30:48 2007
@@ -1,0 +1,16 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_INSTALL_ARGS += --single-version-externally-managed
+DEB_COMPRESS_EXCLUDE := .py
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+
+clean::
+	-rm -rf dist MANIFEST
+	#hack (CDBS bug -- see #300149)
+	-rm -rf build *.egg-info
+
+

Propchange: packages/python-gnutls/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list