diff -Nru dotconf-1.3/debian/changelog dotconf-1.3/debian/changelog --- dotconf-1.3/debian/changelog 2013-10-29 04:09:19.000000000 +0000 +++ dotconf-1.3/debian/changelog 2013-12-03 15:12:18.000000000 +0000 @@ -1,3 +1,9 @@ +dotconf (1.3-0ubuntu2) trusty; urgency=low + + * Use dh-autoreconf. + + -- Matthias Klose Tue, 03 Dec 2013 16:11:59 +0100 + dotconf (1.3-0ubuntu1) trusty; urgency=low [ Jason White ] diff -Nru dotconf-1.3/debian/control dotconf-1.3/debian/control --- dotconf-1.3/debian/control 2013-10-29 04:00:10.000000000 +0000 +++ dotconf-1.3/debian/control 2013-12-03 15:11:24.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Shane Wegner -Build-Depends: debhelper (>= 9), autotools-dev +Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.4 Package: libdotconf-dev diff -Nru dotconf-1.3/debian/rules dotconf-1.3/debian/rules --- dotconf-1.3/debian/rules 2013-10-28 21:50:06.000000000 +0000 +++ dotconf-1.3/debian/rules 2013-12-03 15:11:51.000000000 +0000 @@ -8,7 +8,7 @@ version=$(shell dpkg-parsechangelog|sed -n -e 's/^Version: //p'|cut -d- -f1) %: - dh $@ + dh $@ --with autoreconf override_dh_strip: dh_strip --dbg-package=libdotconf0-dbg