Package: ssmtp Version: 2.64-7 Severity: normal Tags: patch Hello, please change the package's build-dependency from libgnutls-dev to libgnutls-openssl-dev. The latter is a virtual package provided by libgnutls-dev in sid and libgnutls28-dev in experimental. Having the reverse dependencies change should allow us to transition to the newer version. (See #726828.)
I have test-built the package against both libgnutls-dev/sid and libgnutls28-dev/experimental to verify that continues to build against GnuTLS 3.x. Thanks, 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 ssmtp-2.64/debian/changelog ssmtp-2.64/debian/changelog --- ssmtp-2.64/debian/changelog 2012-06-30 00:58:49.000000000 +0200 +++ ssmtp-2.64/debian/changelog 2013-12-07 15:27:16.000000000 +0100 @@ -1,3 +1,11 @@ +ssmtp (2.64-7.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Build-Depend on libgnutls-openssl-dev instead of libgnutls-dev to allow + transitioning to newer GnuTLS. + + -- Andreas Metzler <ametz...@debian.org> Sat, 07 Dec 2013 15:26:42 +0100 + ssmtp (2.64-7) unstable; urgency=low * Use hardening options diff -Nru ssmtp-2.64/debian/control ssmtp-2.64/debian/control --- ssmtp-2.64/debian/control 2012-06-30 00:47:22.000000000 +0200 +++ ssmtp-2.64/debian/control 2013-12-07 15:27:49.000000000 +0100 @@ -2,7 +2,7 @@ Section: mail Priority: extra Maintainer: Anibal Monsalve Salazar <ani...@debian.org> -Build-Depends: dpkg-dev (>= 1.16.1~), po-debconf, libgnutls-dev +Build-Depends: dpkg-dev (>= 1.16.1~), po-debconf, libgnutls-openssl-dev Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/ssmtp/ssmtp.git Vcs-Browser: http://git.debian.org/?p=ssmtp/ssmtp.git