diff -ruN oath-toolkit-2.0.2.orig/debian/control oath-toolkit-2.0.2/debian/control --- oath-toolkit-2.0.2.orig/debian/control 2013-01-08 20:10:25.000000000 +0000 +++ oath-toolkit-2.0.2/debian/control 2014-07-04 11:12:26.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: OATH Toolkit Team Uploaders: Simon Josefsson -Build-Depends: cdbs, debhelper (>= 7.0.0), libpam0g-dev, datefudge, gtk-doc-tools +Build-Depends: cdbs, debhelper (>= 7.0.0), dh-autoreconf, libpam0g-dev, datefudge, gtk-doc-tools Vcs-Git: git://gitorious.org/oath-toolkit/oath-toolkit-dpkg.git Vcs-Browser: http://gitorious.org/oath-toolkit/oath-toolkit-dpkg/trees Homepage: http://www.nongnu.org/oath-toolkit/ diff -ruN oath-toolkit-2.0.2.orig/debian/rules oath-toolkit-2.0.2/debian/rules --- oath-toolkit-2.0.2.orig/debian/rules 2013-01-27 19:32:28.000000000 +0000 +++ oath-toolkit-2.0.2/debian/rules 2014-07-04 11:12:37.000000000 +0000 @@ -1,6 +1,10 @@ #!/usr/bin/make -f +export AUTOMAKE = automake-1.11 +export ACLOCAL = aclocal-1.11 + include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk DEB_DH_STRIP_ARGS = --dbg-package=oath-dbg