diff -u gnet-2.0.8/debian/control gnet-2.0.8/debian/control --- gnet-2.0.8/debian/control +++ gnet-2.0.8/debian/control @@ -14,7 +14,8 @@ libglib2.0-dev (>= 2.6.0), gtk-doc-tools (>= 1.2), check (>= 0.9.4), - pkg-config + pkg-config, + dh-autoreconf Standards-Version: 3.8.4 Package: libgnet-dev diff -u gnet-2.0.8/debian/rules gnet-2.0.8/debian/rules --- gnet-2.0.8/debian/rules +++ gnet-2.0.8/debian/rules @@ -5,6 +5,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk diff -u gnet-2.0.8/debian/changelog gnet-2.0.8/debian/changelog --- gnet-2.0.8/debian/changelog +++ gnet-2.0.8/debian/changelog @@ -1,3 +1,10 @@ +gnet (2.0.8-2.2+libtool) unreleased; urgency=low + + * Update libtool at build time using dh-autoreconf, in order to fix a + build failure on x32. + + -- Daniel Schepler Thu, 28 Feb 2013 07:56:42 -0800 + gnet (2.0.8-2.2) unstable; urgency=low * Non-maintainer upload. diff -u gnet-2.0.8/debian/control.in gnet-2.0.8/debian/control.in --- gnet-2.0.8/debian/control.in +++ gnet-2.0.8/debian/control.in @@ -9,7 +9,8 @@ libglib2.0-dev (>= 2.6.0), gtk-doc-tools (>= 1.2), check (>= 0.9.4), - pkg-config + pkg-config, + dh-autoreconf Standards-Version: 3.8.4 Package: libgnet-dev