Package: slrn Version: 1.0.1-3 Severity: normal Tags: patch Hello,
please change slrn'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 libgnutls28-dev/experimental. 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 -u slrn-1.0.1/debian/changelog slrn-1.0.1/debian/changelog --- slrn-1.0.1/debian/changelog +++ slrn-1.0.1/debian/changelog @@ -1,3 +1,11 @@ +slrn (1.0.1-3.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 <[email protected]> Mon, 02 Dec 2013 19:17:53 +0100 + slrn (1.0.1-3) unstable; urgency=low * Make myself the sole maintainer, Joerg is too busy. Thanks for your diff -u slrn-1.0.1/debian/control slrn-1.0.1/debian/control --- slrn-1.0.1/debian/control +++ slrn-1.0.1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Moritz Muehlenhoff <[email protected]> Build-Depends: debhelper, libslang2-dev, libuu-dev, - exim4 | mail-transport-agent, libgnutls-dev, po-debconf, autoconf, + exim4 | mail-transport-agent, libgnutls-openssl-dev, po-debconf, autoconf, dpatch, libcanlock2-dev, autotools-dev, hardening-wrapper, dpkg-dev (>= 1.16.0), chrpath, dh-autoreconf, inn2-inews Standards-Version: 3.8.4 @@ -44 +44 @@ - be downloaded from the server. \ Kein Zeilenumbruch am Dateiende. + be downloaded from the server.

