diff -Nru devtodo-0.1.20/debian/changelog devtodo-0.1.20/debian/changelog --- devtodo-0.1.20/debian/changelog 2012-06-19 01:38:36.000000000 +0000 +++ devtodo-0.1.20/debian/changelog 2014-02-04 16:22:39.000000000 +0000 @@ -1,3 +1,9 @@ +devtodo (0.1.20-6ubuntu1) trusty; urgency=low + + * Unconditionally add missing auto* files, resolving FTBFS. + + -- Daniel T Chen Tue, 04 Feb 2014 11:22:13 -0500 + devtodo (0.1.20-6) unstable; urgency=low * fix SYNOPSIS spelling in manpage (Closes: #534236) diff -Nru devtodo-0.1.20/debian/control devtodo-0.1.20/debian/control --- devtodo-0.1.20/debian/control 2012-06-19 01:32:57.000000000 +0000 +++ devtodo-0.1.20/debian/control 2014-02-04 16:23:06.000000000 +0000 @@ -1,7 +1,8 @@ Source: devtodo Section: utils Priority: optional -Maintainer: Ryan Niebur +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ryan Niebur Build-Depends: debhelper (>= 7.2), autotools-dev, libreadline-dev, libncurses-dev, bash-completion, automake, autoconf, libtool, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/collab-maint/devtodo.git diff -Nru devtodo-0.1.20/debian/rules devtodo-0.1.20/debian/rules --- devtodo-0.1.20/debian/rules 2012-06-19 01:28:47.000000000 +0000 +++ devtodo-0.1.20/debian/rules 2014-02-04 16:22:09.000000000 +0000 @@ -15,7 +15,7 @@ build-stamp: ln -sf /usr/share/misc/config.sub config.sub ln -sf /usr/share/misc/config.guess config.guess - autoreconf + autoreconf -f -i dh build touch build-stamp