On 2014-07-11 Daniel Kahn Gillmor <d...@fifthhorseman.net> wrote: > Package: python-gnutls > Version: 1.2.5-1 > Followup-For: Bug #736525
> python-gnutls 2.0 was recently released, and it only builds against > gnutls 3 (the libgnutls28 API). If we can get this into debian, then > this bug will be resolved :) > If it would be useful, i can provide a patch. [...] FWIW it seems to be pretty straightforward, suggested patch attached. The only thing I am not sure about is whether the package should actually be Architecture all instead of any. cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -NurBbp python-gnutls-1.2.5/debian/changelog python-gnutls-2.0.1/debian/changelog --- python-gnutls-1.2.5/debian/changelog 2014-08-09 18:52:39.000000000 +0200 +++ python-gnutls-2.0.1/debian/changelog 2014-08-09 19:19:07.000000000 +0200 @@ -1,3 +1,13 @@ +python-gnutls (2.0.1-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream version. + + Does not use gcrypt, therefore no need for gcrypt intialization. + Closes: #705329 + * (Build-)depend on GnuTLS v3. Closes: #736525 + + -- Andreas Metzler <ametz...@debian.org> Sat, 09 Aug 2014 19:07:39 +0200 + python-gnutls (1.2.5-1) unstable; urgency=low [ Jakub Wilk ] diff -NurBbp python-gnutls-1.2.5/debian/control python-gnutls-2.0.1/debian/control --- python-gnutls-1.2.5/debian/control 2014-08-09 18:52:39.000000000 +0200 +++ python-gnutls-2.0.1/debian/control 2014-08-09 19:19:07.000000000 +0200 @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Bernd Zeimetz <b...@debian.org>, Dan Pascu <d...@ag-projects.com> -Build-Depends: debhelper (>= 7~), python-all-dev (>= 2.6.6-3~), libgnutls-dev (>= 2.4.1) +Build-Depends: debhelper (>= 7~), python-all-dev (>= 2.6.6-3~), libgnutls28-dev Standards-Version: 3.8.3 Homepage: http://cheeseshop.python.org/pypi/python-gnutls Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gnutls/trunk/ @@ -11,7 +11,8 @@ Vcs-Browser: http://anonscm.debian.org/v Package: python-gnutls Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, libgnutls26 (>= 2.4.1) +Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, + libgnutls-deb0-28 Recommends: python-twisted-core Provides: ${python:Provides} Description: Python wrapper for the GNUTLS library
_______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team