I have just done a non-maintainer upload to fix this long-standing issue. Please find the diff attached.
-- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://www.aurel32.net
diff -Nru libpgm-5.1.118-1~dfsg/debian/autoreconf libpgm-5.1.118-1~dfsg/debian/autoreconf --- libpgm-5.1.118-1~dfsg/debian/autoreconf 1970-01-01 01:00:00.000000000 +0100 +++ libpgm-5.1.118-1~dfsg/debian/autoreconf 2014-09-11 23:18:56.000000000 +0200 @@ -0,0 +1 @@ +openpgm/pgm diff -Nru libpgm-5.1.118-1~dfsg/debian/changelog libpgm-5.1.118-1~dfsg/debian/changelog --- libpgm-5.1.118-1~dfsg/debian/changelog 2012-04-29 11:00:58.000000000 +0200 +++ libpgm-5.1.118-1~dfsg/debian/changelog 2014-09-11 23:20:19.000000000 +0200 @@ -1,3 +1,11 @@ +libpgm (5.1.118-1~dfsg-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Use dh-autoreconf to regenerate autoconf and libtool scripts + (Closes: #752010, #759462). + + -- Aurelien Jarno <[email protected]> Thu, 11 Sep 2014 23:20:14 +0200 + libpgm (5.1.118-1~dfsg-0.1) unstable; urgency=low * Non-maintainer upload. diff -Nru libpgm-5.1.118-1~dfsg/debian/control libpgm-5.1.118-1~dfsg/debian/control --- libpgm-5.1.118-1~dfsg/debian/control 2011-04-30 18:33:31.000000000 +0200 +++ libpgm-5.1.118-1~dfsg/debian/control 2014-09-11 23:21:13.000000000 +0200 @@ -1,7 +1,7 @@ Source: libpgm Priority: optional Maintainer: Gabriel de Perthuis <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), python, libtool, automake +Build-Depends: debhelper (>= 7.0.50~), python, dh-autoreconf Standards-Version: 3.9.1 Section: libs Homepage: http://code.google.com/p/openpgm/ diff -Nru libpgm-5.1.118-1~dfsg/debian/rules libpgm-5.1.118-1~dfsg/debian/rules --- libpgm-5.1.118-1~dfsg/debian/rules 2012-04-29 09:50:52.000000000 +0200 +++ libpgm-5.1.118-1~dfsg/debian/rules 2014-09-11 23:18:56.000000000 +0200 @@ -2,7 +2,7 @@ # -*- makefile -*- %: - dh $@ --sourcedirectory=openpgm/pgm + dh $@ --sourcedirectory=openpgm/pgm --with autoreconf override_dh_auto_configure: cd openpgm/pgm && \

