[Python-modules-commits] r14533 - in packages/python-gnutls/trunk/debian (changelog control)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Oct 6 14:53:38 UTC 2010


    Date: Wednesday, October 6, 2010 @ 14:53:35
  Author: bzed
Revision: 14533

* Depend on libgnutls26 as the library is used via ctypes now.
  A proper solution will be implemented after Squeeze.
* Switch to Architecture: Depend on python-all instead of python-all-dev.

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	2010-10-06 14:47:16 UTC (rev 14532)
+++ packages/python-gnutls/trunk/debian/changelog	2010-10-06 14:53:35 UTC (rev 14533)
@@ -1,8 +1,10 @@
-python-gnutls (1.2.0-2) UNRELEASED; urgency=low
+python-gnutls (1.2.0-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Depend on libgnutls26 as the library is used via ctypes now.
+    A proper solution will be implemented after Squeeze.
+  * Switch to Architecture: Depend on python-all instead of python-all-dev.
 
- -- Bernd Zeimetz <bzed at debian.org>  Tue, 02 Feb 2010 21:38:27 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 06 Oct 2010 16:53:00 +0200
 
 python-gnutls (1.2.0-1) unstable; urgency=low
 

Modified: packages/python-gnutls/trunk/debian/control
===================================================================
--- packages/python-gnutls/trunk/debian/control	2010-10-06 14:47:16 UTC (rev 14532)
+++ packages/python-gnutls/trunk/debian/control	2010-10-06 14:53:35 UTC (rev 14533)
@@ -3,7 +3,7 @@
 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.5), python-support, libgnutls-dev (>= 2.4.1)
+Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all (>= 2.5), python-support, libgnutls26
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
 Homepage: http://cheeseshop.python.org/pypi/python-gnutls




More information about the Python-modules-commits mailing list