tags 529839 patch thanks On 2009-05-21 Andreas Metzler <ametz...@downhill.at.eu.org> wrote: > Package: neon27 > Version: 0.28.4-1 > Severity: important
> The package's ./configure script is trying to invoke libgnutls-config > and/or libgnutls-extra-config to search for the gnutls library. Newer > version of gnutls do not ship these scripts anymore. > Please use another way to search for the gnutls library, e.g. > pkg-config [...] 0.28.4 is already prefering pkg-config to libgnutls-config. Fixing the bug is therefore trivial, just add pkg-config to Build-Depends. ---------------------------------------------------- diff -u neon27-0.28.4/debian/control neon27-0.28.4/debian/control --- neon27-0.28.4/debian/control +++ neon27-0.28.4/debian/control @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.hu> -Build-Depends: debhelper (>= 5.0.0), dpatch, libxml2-dev, libssl-dev (>= 0.9.8c), libgnutls-dev, libkrb5-dev, libz-dev, autotools-dev, binutils (>= 2.14.90.0.7), ca-certificates, chrpath +Build-Depends: debhelper (>= 5.0.0), dpatch, libxml2-dev, libssl-dev (>= 0.9.8c), libgnutls-dev, libkrb5-dev, libz-dev, autotools-dev, binutils (>= 2.14.90.0.7), ca-certificates, chrpath, pkg-config Homepage: http://www.webdav.org/neon/ Standards-Version: 3.8.1 ---------------------------------------------------- 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' -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org