Index: libidn-1.28/debian/control =================================================================== --- libidn-1.28.orig/debian/control +++ libidn-1.28/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Libidn Team Uploaders: Anibal Monsalve Salazar , Simon Josefsson Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 8.1.3), gcj-jdk [!arm !hppa !hurd-i386], fastjar [!arm !hppa !hurd-i386] +Build-Depends: debhelper (>= 8.1.3), gcj-jdk [!arm !hppa !hurd-i386], fastjar [!arm !hppa !hurd-i386], dh-autoreconf Vcs-Cvs: :pserver:address@hidden:/sources/libidn Vcs-Browser: http://cvs.savannah.gnu.org/viewvc/debian-libidn/?root=libidn Homepage: https://www.gnu.org/software/libidn/ Index: libidn-1.28/debian/rules =================================================================== --- libidn-1.28.orig/debian/rules +++ libidn-1.28/debian/rules @@ -34,6 +34,7 @@ LDFLAGS:=$(shell dpkg-buildflags --get L config.status: configure dh_testdir + dh_autoreconf # Add here commands to configure the package. ./configure $(CFG_CROSS) $(CFG_PATHS) $(CFG_DEBP) $(ENABLE_JAVA) \ CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \ @@ -56,6 +57,7 @@ endif clean: dh_testdir dh_testroot + dh_autoreconf_clean rm -f build-stamp # Add here commands to clean up after the build process.