diff -Nru genparse-0.9.1/debian/changelog genparse-0.9.1/debian/changelog --- genparse-0.9.1/debian/changelog 2012-05-10 06:32:28.000000000 +0000 +++ genparse-0.9.1/debian/changelog 2014-02-14 04:40:45.000000000 +0000 @@ -1,3 +1,9 @@ +genparse (0.9.1-1ubuntu1) trusty; urgency=low + + * Use autotools-dev for arm64. + + -- Daniel T Chen Thu, 13 Feb 2014 23:40:32 -0500 + genparse (0.9.1-1) unstable; urgency=low * New upstream release (FTBFS; Closes: #666372). diff -Nru genparse-0.9.1/debian/control genparse-0.9.1/debian/control --- genparse-0.9.1/debian/control 2012-05-10 06:32:28.000000000 +0000 +++ genparse-0.9.1/debian/control 2014-02-14 04:39:53.000000000 +0000 @@ -1,8 +1,9 @@ Source: genparse Section: devel Priority: optional -Maintainer: Jari Aalto -Build-Depends: debhelper (>= 9), automake, autoconf, bison, flex, texinfo, doxygen, libcunit1-dev, junit, libcppunit-dev, default-jdk, install-info, texi2html, man2html, doxygen-latex +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jari Aalto +Build-Depends: debhelper (>= 9), automake, autoconf, bison, flex, texinfo, doxygen, libcunit1-dev, junit, libcppunit-dev, default-jdk, install-info, texi2html, man2html, doxygen-latex, autotools-dev Standards-Version: 3.9.3.1 Vcs-Browser: http://git.debian.org/?p=collab-maint/genparse.git Vcs-Git: git://git.debian.org/git/collab-maint/genparse.git diff -Nru genparse-0.9.1/debian/rules genparse-0.9.1/debian/rules --- genparse-0.9.1/debian/rules 2012-05-10 06:32:28.000000000 +0000 +++ genparse-0.9.1/debian/rules 2014-02-14 04:40:29.000000000 +0000 @@ -65,6 +65,6 @@ rm -f debian/$(PACKAGE)/usr/share/info/dir* %: - dh $@ + dh $@ --with autotools-dev # End of file