diff -Nru dbus-c++-0.9.0/debian/changelog dbus-c++-0.9.0/debian/changelog --- dbus-c++-0.9.0/debian/changelog 2012-01-03 12:15:37.000000000 +0000 +++ dbus-c++-0.9.0/debian/changelog 2012-04-03 13:34:34.000000000 +0000 @@ -1,3 +1,21 @@ +dbus-c++ (0.9.0-2.1ubuntu1) precise; urgency=low + + * Resynchronise with Debian. Remaining changes: + - Disable ecore integration for now, as ecore isn't in Ubuntu main. + + -- Colin Watson Tue, 03 Apr 2012 14:34:32 +0100 + +dbus-c++ (0.9.0-2.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix FTBFS due to missing autoreconfiguration after the introduction + of 01_host_name_max.patch, leading to linking issues (Closes: 660618): + - Use the autoreconf sequence (dh $@ --with autoreconf). + - Add dh-autoreconf to Build-Depends accordingly. + * Set urgency to “high” for the RC bug fix. + + -- Cyril Brulebois Sat, 03 Mar 2012 14:32:38 +0000 + dbus-c++ (0.9.0-2ubuntu1) precise; urgency=low * Disable ecore integration for now, as ecore isn't in Ubuntu main. If we diff -Nru dbus-c++-0.9.0/debian/control dbus-c++-0.9.0/debian/control --- dbus-c++-0.9.0/debian/control 2012-01-03 12:14:50.000000000 +0000 +++ dbus-c++-0.9.0/debian/control 2012-04-03 13:33:43.000000000 +0000 @@ -5,6 +5,7 @@ XSBC-Original-Maintainer: Vincent Cheng Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1), + dh-autoreconf, libtool, automake1.11, autoconf (>= 2.59), diff -Nru dbus-c++-0.9.0/debian/rules dbus-c++-0.9.0/debian/rules --- dbus-c++-0.9.0/debian/rules 2012-01-03 12:14:04.000000000 +0000 +++ dbus-c++-0.9.0/debian/rules 2012-04-03 13:33:43.000000000 +0000 @@ -6,7 +6,7 @@ LDFLAGS+=-Wl,--as-needed %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-glib --disable-ecore \