Your message dated Mon, 24 Nov 2014 05:49:35 +0000 with message-id <1416808175.28376.12.camel@adam-barratt.org.uk> and subject line Re: Bug#770785: unblock: python-gnutls/2.0.1-2 has caused the Debian Bug report #770785, regarding unblock: python-gnutls/2.0.1-2 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 770785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770785 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: python-gnutls/2.0.1-2
- From: Scott Kitterman <debian@kitterman.com>
- Date: Sun, 23 Nov 2014 20:51:59 -0500
- Message-id: <[🔎] 20141124015159.24471.43545.reportbug@Scott-Latitude-E6320>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package python-gnutls RC bug fix. unblock python-gnutls/2.0.1-2diff -u python-gnutls-2.0.1/debian/changelog python-gnutls-2.0.1/debian/changelog --- python-gnutls-2.0.1/debian/changelog +++ python-gnutls-2.0.1/debian/changelog @@ -1,3 +1,15 @@ +python-gnutls (2.0.1-2) unstable; urgency=medium + + * Team upload. + * Use a function that actually exists to test if OpenPGP functions are + present in the library (Closes: #764034) + - Thanks to Teddy Hogeborn for the bug report, the diagnosis, and + the initial version of the patch + - Note: Change is done inline to avoid adding a patch system during + freeze, so it does not appear in the DPMT svn + + -- Scott Kitterman <scott@kitterman.com> Sun, 23 Nov 2014 20:34:20 -0500 + python-gnutls (2.0.1-1) unstable; urgency=medium * Team upload only in patch2: unchanged: --- python-gnutls-2.0.1.orig/gnutls/library/functions.py +++ python-gnutls-2.0.1/gnutls/library/functions.py @@ -1398,11 +1398,10 @@ # try: - gnutls_certificate_get_openpgp_key = libgnutls.gnutls_certificate_get_openpgp_key + gnutls_certificate_set_openpgp_key = libgnutls.gnutls_certificate_set_openpgp_key except AttributeError: pass else: - gnutls_certificate_set_openpgp_key = libgnutls.gnutls_certificate_set_openpgp_key gnutls_certificate_set_openpgp_key.argtypes = [gnutls_certificate_credentials_t, gnutls_openpgp_crt_t, gnutls_openpgp_privkey_t] gnutls_certificate_set_openpgp_key.restype = c_int
--- End Message ---
--- Begin Message ---
- To: Scott Kitterman <debian@kitterman.com>, 770785-done@bugs.debian.org
- Subject: Re: Bug#770785: unblock: python-gnutls/2.0.1-2
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Mon, 24 Nov 2014 05:49:35 +0000
- Message-id: <1416808175.28376.12.camel@adam-barratt.org.uk>
- In-reply-to: <[🔎] 20141124015159.24471.43545.reportbug@Scott-Latitude-E6320>
- References: <[🔎] 20141124015159.24471.43545.reportbug@Scott-Latitude-E6320>
On Sun, 2014-11-23 at 20:51 -0500, Scott Kitterman wrote: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package python-gnutls > > RC bug fix. Unblocked, thanks. Regards, Adam
--- End Message ---