diff -Nru libunique-1.1.6/debian/changelog libunique-1.1.6/debian/changelog --- libunique-1.1.6/debian/changelog 2012-10-05 08:40:07.000000000 +0000 +++ libunique-1.1.6/debian/changelog 2013-12-18 12:55:51.000000000 +0000 @@ -1,3 +1,9 @@ +libunique (1.1.6-4ubuntu2) trusty; urgency=medium + + * Build using dh-autoreconf. + + -- Matthias Klose Wed, 18 Dec 2013 13:16:22 +0100 + libunique (1.1.6-4build1) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. diff -Nru libunique-1.1.6/debian/control libunique-1.1.6/debian/control --- libunique-1.1.6/debian/control 2011-11-17 10:38:07.000000000 +0000 +++ libunique-1.1.6/debian/control 2013-12-18 12:56:22.000000000 +0000 @@ -2,13 +2,13 @@ # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. - Source: libunique Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Emilio Pozuelo Monfort , Josselin Mouette , Michael Biebl , Sebastian Dröge +Uploaders: Emilio Pozuelo Monfort , Josselin Mouette , Martin Pitt , Michael Biebl Build-Depends: cdbs (>= 0.4.41), + dh-autoreconf, debhelper (>= 8), gnome-pkg-tools (>= 0.11), pkg-config (>= 0.14), diff -Nru libunique-1.1.6/debian/control.in libunique-1.1.6/debian/control.in --- libunique-1.1.6/debian/control.in 2011-10-27 18:24:19.000000000 +0000 +++ libunique-1.1.6/debian/control.in 2013-12-18 12:55:38.000000000 +0000 @@ -4,6 +4,7 @@ Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: cdbs (>= 0.4.41), + dh-autoreconf, debhelper (>= 8), gnome-pkg-tools (>= 0.11), pkg-config (>= 0.14), diff -Nru libunique-1.1.6/debian/rules libunique-1.1.6/debian/rules --- libunique-1.1.6/debian/rules 2011-10-27 18:24:19.000000000 +0000 +++ libunique-1.1.6/debian/rules 2013-12-18 12:17:43.000000000 +0000 @@ -1,5 +1,6 @@ #!/usr/bin/make -f +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk