diff -u bbtime-0.1.5/debian/rules bbtime-0.1.5/debian/rules --- bbtime-0.1.5/debian/rules +++ bbtime-0.1.5/debian/rules @@ -23,6 +23,7 @@ config.status: configure dh_testdir + dh_autoreconf # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -50,6 +51,7 @@ rm -f build-stamp if [ -e Makefile ]; then $(MAKE) -i distclean; fi find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -r rm -f \; + dh_autoreconf_clean dh_clean patch: patch-stamp diff -u bbtime-0.1.5/debian/control bbtime-0.1.5/debian/control --- bbtime-0.1.5/debian/control +++ bbtime-0.1.5/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Kevin Coyner -Build-Depends: debhelper (>= 5), autotools-dev, libice-dev, libsm-dev, libx11-dev, libxt-dev, dpatch +Build-Depends: debhelper (>= 5), autotools-dev, libice-dev, libsm-dev, libx11-dev, libxt-dev, dpatch, dh-autoreconf Standards-Version: 3.7.2 Package: bbtime diff -u bbtime-0.1.5/debian/changelog bbtime-0.1.5/debian/changelog --- bbtime-0.1.5/debian/changelog +++ bbtime-0.1.5/debian/changelog @@ -1,3 +1,9 @@ +bbtime (0.1.5-12ubuntu2) yakkety; urgency=medium + + * Use dh-autoreconf to fix FTBFS. + + -- Logan Rosen Thu, 14 Jul 2016 22:46:51 -0400 + bbtime (0.1.5-12ubuntu1) oneiric; urgency=low * debian/patches/002-fix-as-needed.dpatch: (LP: #765966)