[Python-modules-commits] r10905 - in packages/python-gnutls/trunk/debian (changelog control)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Dec 28 13:24:52 UTC 2009
Date: Monday, December 28, 2009 @ 13:24:51
Author: dktrkranz
Revision: 10905
* debian/control:
- Build-depend on python-all-dev (>= 2.5).
- Add XS-Python-Version field.
- Drop python-ctypes from Depends (Closes: #562481).
Modified:
packages/python-gnutls/trunk/debian/changelog
packages/python-gnutls/trunk/debian/control
Modified: packages/python-gnutls/trunk/debian/changelog
===================================================================
--- packages/python-gnutls/trunk/debian/changelog 2009-12-28 13:24:32 UTC (rev 10904)
+++ packages/python-gnutls/trunk/debian/changelog 2009-12-28 13:24:51 UTC (rev 10905)
@@ -1,3 +1,12 @@
+python-gnutls (1.1.9-1.1) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Build-depend on python-all-dev (>= 2.5).
+ - Add XS-Python-Version field.
+ - Drop python-ctypes from Depends (Closes: #562481).
+
+ -- Luca Falavigna <dktrkranz at debian.org> Mon, 28 Dec 2009 14:23:36 +0100
+
python-gnutls (1.1.9-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-gnutls/trunk/debian/control
===================================================================
--- packages/python-gnutls/trunk/debian/control 2009-12-28 13:24:32 UTC (rev 10904)
+++ packages/python-gnutls/trunk/debian/control 2009-12-28 13:24:51 UTC (rev 10905)
@@ -3,15 +3,16 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>, Dan Pascu <dan at ag-projects.com>
-Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.4.4), python-support, libgnutls-dev (>= 2.4.1)
+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.2
+XS-Python-Version: >= 2.5
Homepage: http://cheeseshop.python.org/pypi/python-gnutls
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gnutls/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gnutls/trunk/
Package: python-gnutls
Architecture: any
-Depends: ${python:Depends}, python-ctypes, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python-twisted-core
Provides: ${python:Provides}
Description: Python wrapper for the GNUTLS library
More information about the Python-modules-commits
mailing list