diff -Nru shishi-1.0.2/debian/changelog shishi-1.0.2/debian/changelog --- shishi-1.0.2/debian/changelog 2014-07-18 13:15:14.000000000 +0200 +++ shishi-1.0.2/debian/changelog 2014-07-18 16:21:55.000000000 +0200 @@ -1,3 +1,13 @@ +shishi (1.0.2-3.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Use dh-autoreconf instead of autotools-dev. (Thanks, Logan Rosen) + Closes: #733582 + * fix_gcrypt_detection.diff: Correct autoconf macro to also accept gcrypt + 1.6. Closes: #753150 + + -- Andreas Metzler
Fri, 18 Jul 2014 15:22:51 +0200 + shishi (1.0.2-3.1) unstable; urgency=medium * Non-maintainer upload. (LowNMU) diff -Nru shishi-1.0.2/debian/control shishi-1.0.2/debian/control --- shishi-1.0.2/debian/control 2014-07-18 13:08:31.000000000 +0200 +++ shishi-1.0.2/debian/control 2014-07-18 16:12:43.000000000 +0200 @@ -3,8 +3,8 @@ Priority: extra Maintainer: Debian Shishi Team Uploaders: Simon Josefsson , Russ Allbery -Build-Depends: debhelper (>= 5.0.24), cdbs, autotools-dev, libidn11-dev, - libgnutls28-dev, libgcrypt11-dev, libtasn1-6-dev, libpam0g-dev, +Build-Depends: debhelper (>= 5.0.24), cdbs, dh-autoreconf, libidn11-dev, + libgnutls28-dev, libgcrypt20-dev, libtasn1-6-dev, libpam0g-dev, valgrind [amd64 i386 powerpc], texinfo, texlive-latex-base, gtk-doc-tools Standards-Version: 3.9.4 Vcs-Git: git://gitorious.org/gss/shishi-dpkg.git diff -Nru shishi-1.0.2/debian/patches/fix_gcrypt_detection.diff shishi-1.0.2/debian/patches/fix_gcrypt_detection.diff --- shishi-1.0.2/debian/patches/fix_gcrypt_detection.diff 1970-01-01 01:00:00.000000000 +0100 +++ shishi-1.0.2/debian/patches/fix_gcrypt_detection.diff 2014-07-18 16:20:31.000000000 +0200 @@ -0,0 +1,26 @@ +Description: Fix autoconf gnutls detection to also accept gcrypt 1.6. +Author: Andreas Metzler +Bug-Debian: http://bugs.debian.org/753150 +Origin: vendor +Forwarded: no +Last-Update: 2014-07-18 + +--- shishi-1.0.2.orig/gl/m4/gc.m4 ++++ shishi-1.0.2/gl/m4/gc.m4 +@@ -12,10 +12,12 @@ AC_DEFUN([gl_GC], + if test "$libgcrypt" != no; then + AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [ + #include