Control: tags -1 patch On 2014-09-21 Andreas Metzler <ametz...@bebt.de> wrote: > Source: mandos [...] > For mandos there is an additional complication, which is why this > bug-reports happens so late, I am sorry for that:
> mandos-server is the only reverse dependency of python-gnutls. > Python-gnutls itself also needs to be converted to GnuTLS v3. [...] python-gnutls has now been fixed, with the attached trivial patch mandos builds successfully. * GnuTLS v3 transition. Update b-d to libgnutls28-dev, version python-gnutls dependency. Closes: #762349 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 -Nru mandos-1.6.8/debian/changelog mandos-1.6.8/debian/changelog --- mandos-1.6.8/debian/changelog 2014-08-06 22:55:27.000000000 +0200 +++ mandos-1.6.8/debian/changelog 2014-10-05 08:58:19.000000000 +0200 @@ -1,3 +1,11 @@ +mandos (1.6.8-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * GnuTLS v3 transition. Update b-d to libgnutls28-dev, version python-gnutls + dependency. Closes: #762349 + + -- Andreas Metzler <ametz...@debian.org> Sun, 05 Oct 2014 08:54:14 +0200 + mandos (1.6.8-1) unstable; urgency=medium * New upstream release. diff -Nru mandos-1.6.8/debian/control mandos-1.6.8/debian/control --- mandos-1.6.8/debian/control 2014-08-06 22:47:13.000000000 +0200 +++ mandos-1.6.8/debian/control 2014-10-05 08:58:31.000000000 +0200 @@ -5,7 +5,7 @@ Uploaders: Teddy Hogeborn <te...@recompile.se>, Björn Påhlsson <bel...@recompile.se> Build-Depends: debhelper (>= 9), docbook-xml, docbook-xsl, - libavahi-core-dev, libgpgme11-dev, libgnutls-dev, xsltproc, + libavahi-core-dev, libgpgme11-dev, libgnutls28-dev, xsltproc, pkg-config Build-Depends-Indep: systemd, python2.7, python2.7-gnutls, python2.7-dbus, python2.7-avahi, python2.7-gobject @@ -16,7 +16,7 @@ Package: mandos Architecture: all -Depends: ${misc:Depends}, python (>= 2.7), python2.7, python-gnutls, +Depends: ${misc:Depends}, python (>= 2.7), python2.7, python-gnutls (>= 2), python2.7-gnutls, python-dbus, python2.7-dbus, python-avahi, python2.7-avahi, python-gobject, python2.7-gobject, avahi-daemon, adduser, python-urwid, python2.7-urwid,