tags 746087 + patch thanks Dear maintainer,
I've prepared an NMU for centerim (versioned as 4.22.10-2.1). The diff is attached to this message. Regards. diff -u centerim-4.22.10/debian/changelog centerim-4.22.10/debian/changelog --- centerim-4.22.10/debian/changelog +++ centerim-4.22.10/debian/changelog @@ -1,3 +1,11 @@ +centerim (4.22.10-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * B-D on automake, not on automake1.4 (Closes: #549098) + * Fix include for gnutls (Closes: #746087) + + -- Tobias Frost <t...@debian.org> Sun, 10 Aug 2014 17:47:01 +0000 + centerim (4.22.10-2) unstable; urgency=low * Fix FTBFS with binutils-gold, closes: #624944, #554066. diff -u centerim-4.22.10/debian/control centerim-4.22.10/debian/control --- centerim-4.22.10/debian/control +++ centerim-4.22.10/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.0), libncurses5-dev, gettext (>= 0.10), libfribidi-dev (>= 0.10.4-4), autotools-dev, libgnutls-dev, perl, libncursesw5-dev, libcurl4-gnutls-dev, - libgpgme11-dev (>= 1.0.1), automake1.4, liblzo2-dev, libtool + libgpgme11-dev (>= 1.0.1), automake, liblzo2-dev, libtool Build-Conflicts: libglib1.2-dev, libcurl4-openssl-dev, libcurl3-openssl-dev Homepage: http://www.centerim.org/ Standards-Version: 3.8.1 only in patch2: unchanged: --- centerim-4.22.10.orig/libgadu/libgadu.h +++ centerim-4.22.10/libgadu/libgadu.h @@ -50,7 +50,7 @@ #include <nss_compat_ossl/nss_compat_ossl.h> #elif HAVE_GNUTLS -#include <gnutls/openssl.h> +#include <gnutls/gnutls.h> #endif /* -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org