Package: eet Version: 1.7.9-1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for eet (versioned as 1.7.9-1.1) and uploaded it to DELAYED/10 to prevent future FTBFS RC bug. Please feel free to tell me if I should delay it longer. Regards, Dimitri. diff -Nru eet-1.7.9/debian/changelog eet-1.7.9/debian/changelog --- eet-1.7.9/debian/changelog 2013-11-09 12:26:22.000000000 +0000 +++ eet-1.7.9/debian/changelog 2014-05-22 16:46:35.000000000 +0100 @@ -1,3 +1,12 @@ +eet (1.7.9-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add libgcrypt-dev build-dependency, as gcrypt api is used directly and + transitive build-dependency from gnutls-dev will go away with + migration to gnutls 3.x and thus causing RC FTBFS. + + -- Dimitri John Ledkov <[email protected]> Thu, 22 May 2014 16:45:56 +0100 + eet (1.7.9-1) unstable; urgency=low * New upstream release diff -Nru eet-1.7.9/debian/control eet-1.7.9/debian/control --- eet-1.7.9/debian/control 2013-11-09 12:26:22.000000000 +0000 +++ eet-1.7.9/debian/control 2014-05-22 16:44:52.000000000 +0100 @@ -5,7 +5,7 @@ Uploaders: Albin Tonnerre <[email protected]>, Niv Sardi <[email protected]>, Jan Lübbe <[email protected]> Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 9), zlib1g-dev, libjpeg-dev, - libeina-dev (>= 1.7.9), libgnutls-dev, pkg-config, check + libeina-dev (>= 1.7.9), libgnutls-dev, libgcrypt-dev, pkg-config, check Build-Depends-Indep: doxygen Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-e/libs/eet.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

