Package: boinctui Version: 2.3.1-1 Severity: normal Tags: patch Hello,
please change boinctui'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 -NurBbp old/debian/changelog new/debian/changelog --- old/debian/changelog 2013-07-17 18:21:40.000000000 +0200 +++ new/debian/changelog 2013-12-02 19:47:55.000000000 +0100 @@ -1,3 +1,11 @@ +boinctui (2.3.1-1.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:47:35 +0100 + boinctui (2.3.1-1) unstable; urgency=low * implemented detail task raw info window diff -NurBbp old/debian/control new/debian/control --- old/debian/control 2013-07-20 12:20:39.000000000 +0200 +++ new/debian/control 2013-12-02 19:48:12.000000000 +0100 @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Sergey Suslov <[email protected]> Build-Depends: autoconf, debhelper (>= 9), autotools-dev, - libncursesw5-dev, libncurses5-dev, libgnutls-dev, libexpat1-dev, + libncursesw5-dev, libncurses5-dev, libgnutls-openssl-dev, libexpat1-dev, hardening-wrapper Standards-Version: 3.9.4 Vcs-Svn: https://boinctui.googlecode.com/svn/trunk/

