diff -Nru gnome-keyring-3.10.1/debian/changelog gnome-keyring-3.10.1/debian/changelog --- gnome-keyring-3.10.1/debian/changelog 2013-11-15 14:33:24.000000000 +0000 +++ gnome-keyring-3.10.1/debian/changelog 2013-12-16 00:39:56.000000000 +0000 @@ -1,3 +1,9 @@ +gnome-keyring (3.10.1-1ubuntu4) trusty; urgency=medium + + * Build with dh-autoreconf for new libtool. + + -- William Grant Mon, 16 Dec 2013 00:31:27 +0000 + gnome-keyring (3.10.1-1ubuntu3) trusty; urgency=low * debian/rules: don't run tests during build, that's a temporary workaround diff -Nru gnome-keyring-3.10.1/debian/control gnome-keyring-3.10.1/debian/control --- gnome-keyring-3.10.1/debian/control 2013-11-15 14:33:28.000000000 +0000 +++ gnome-keyring-3.10.1/debian/control 2013-12-16 00:40:01.000000000 +0000 @@ -10,7 +10,7 @@ Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Michael Biebl , Sjoerd Simons Build-Depends: debhelper (>= 9), cdbs, - autotools-dev, + dh-autoreconf, ca-certificates, docbook-xml, gnome-pkg-tools (>= 0.10), diff -Nru gnome-keyring-3.10.1/debian/control.in gnome-keyring-3.10.1/debian/control.in --- gnome-keyring-3.10.1/debian/control.in 2013-11-06 07:18:13.000000000 +0000 +++ gnome-keyring-3.10.1/debian/control.in 2013-12-16 00:39:51.000000000 +0000 @@ -6,7 +6,7 @@ Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 9), cdbs, - autotools-dev, + dh-autoreconf, ca-certificates, docbook-xml, gnome-pkg-tools (>= 0.10), diff -Nru gnome-keyring-3.10.1/debian/rules gnome-keyring-3.10.1/debian/rules --- gnome-keyring-3.10.1/debian/rules 2013-11-15 14:30:40.000000000 +0000 +++ gnome-keyring-3.10.1/debian/rules 2013-12-16 00:39:51.000000000 +0000 @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.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