tag 660618 patch pending thanks Vincent Cheng <vincentc1...@gmail.com> (21/02/2012): > # Passing --disable-examples to dh_auto_configure "fixes" this FTBFS... > # but that's really just me being lazy. Don't know how else to fix this. > tag 660618 + help > thanks
Hi, here's a patch to fix the FTBFS. I'm about to upload it to DELAYED/2 to let you time to adjust it if you feel so inclined. Feel free to tell me to reschedule it to DELAYED/0 if you're happy with it, or DELAYED/$more if you want more time to examine it. Mraw, KiBi.
diff -Nru dbus-c++-0.9.0/debian/changelog dbus-c++-0.9.0/debian/changelog --- dbus-c++-0.9.0/debian/changelog 2011-12-09 21:56:01.000000000 +0000 +++ dbus-c++-0.9.0/debian/changelog 2012-03-03 14:34:46.000000000 +0000 @@ -1,3 +1,14 @@ +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 <k...@debian.org> Sat, 03 Mar 2012 14:32:38 +0000 + dbus-c++ (0.9.0-2) unstable; urgency=low * Update debian/patches/01_host_name_max.patch to fix FTBFS on kfreebsd. diff -Nru dbus-c++-0.9.0/debian/control dbus-c++-0.9.0/debian/control --- dbus-c++-0.9.0/debian/control 2011-12-09 21:54:54.000000000 +0000 +++ dbus-c++-0.9.0/debian/control 2012-03-03 14:33:46.000000000 +0000 @@ -4,6 +4,7 @@ Maintainer: Vincent Cheng <vincentc1...@gmail.com> 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 2011-12-04 10:18:23.000000000 +0000 +++ dbus-c++-0.9.0/debian/rules 2012-03-03 14:33:56.000000000 +0000 @@ -6,7 +6,7 @@ LDFLAGS+=-Wl,--as-needed %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-glib --enable-ecore \
signature.asc
Description: Digital signature