Package: sipsak Version: 0.9.6-2.1 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 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 sipsak-0.9.6/debian/control sipsak-0.9.6/debian/control --- sipsak-0.9.6/debian/control +++ sipsak-0.9.6/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org> Uploaders: Faidon Liambotis <parav...@debian.org> -Build-Depends: debhelper (>= 4.0.0), libruli4-dev, libgnutls-dev, pkg-config +Build-Depends: debhelper (>= 4.0.0), libruli4-dev, libgnutls-openssl-dev, pkg-config Standards-Version: 3.7.3 Package: sipsak diff -u sipsak-0.9.6/debian/changelog sipsak-0.9.6/debian/changelog --- sipsak-0.9.6/debian/changelog +++ sipsak-0.9.6/debian/changelog @@ -1,3 +1,11 @@ +sipsak (0.9.6-2.2) 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> Thu, 05 Dec 2013 19:27:56 +0100 + sipsak (0.9.6-2.1) unstable; urgency=low * Non-maintainer upload.