Hello, The FTBFS can be fixed adding a build-dependency on dh-autoreconf. diff -Nru starplot-0.95.5/debian/changelog starplot-0.95.5/debian/changelog --- starplot-0.95.5/debian/changelog 2014-03-03 23:24:20.000000000 +0100 +++ starplot-0.95.5/debian/changelog 2014-05-21 00:22:13.000000000 +0200 @@ -1,3 +1,11 @@ +starplot (0.95.5-8.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: Add Build-Depends on dh-autoreconf + This fixes the FTBFS for the amd64 architecture (Closed: #743122) + + -- Andrea Claudi <[email protected]> Wed, 21 May 2014 00:19:13 +0200 + starplot (0.95.5-8) unstable; urgency=medium
* Update Maintainer's address diff -Nru starplot-0.95.5/debian/control starplot-0.95.5/debian/control --- starplot-0.95.5/debian/control 2014-03-03 23:25:13.000000000 +0100 +++ starplot-0.95.5/debian/control 2014-05-21 00:25:05.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Francisco Manuel Garcia Claramonte <[email protected]> Uploaders: Javier Fernández-Sanguino Peña <[email protected]>, Kevin B. McCarty <[email protected]> -Build-Depends: debhelper (>> 9.0.0), libgtk2.0-dev, autotools-dev +Build-Depends: debhelper (>> 9.0.0), libgtk2.0-dev, dh-autoreconf Standards-Version: 3.9.3 Homepage: http://starplot.org Regards, Andrea Claudi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

