tags 724078 + pending thanks Dear maintainer,
This package has been FTBFS for several months, and thus failed to build in arm64 which is building now: (http://buildd.debian-ports.org/status/architecture.php?a=arm64&suite=sid). So I've prepared an NMU for dhcpcd-dbus (versioned as 0.6.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru dhcpcd-dbus-0.6.0/debian/changelog dhcpcd-dbus-0.6.0/debian/changelog --- dhcpcd-dbus-0.6.0/debian/changelog 2012-04-01 17:00:47.000000000 +0100 +++ dhcpcd-dbus-0.6.0/debian/changelog 2014-07-04 02:29:11.000000000 +0100 @@ -1,3 +1,11 @@ +dhcpcd-dbus (0.6.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't run dh_auto_clean unless config.mk exists, (Closes: #724078) + (from Andreas Moog <andreas.m...@warperbbs.de>) + + -- Chen Baozi <baoz...@gmail.com> Fri, 06 Jun 2014 13:04:26 +0800 + dhcpcd-dbus (0.6.0-1) unstable; urgency=low * New upstream release diff -Nru dhcpcd-dbus-0.6.0/debian/rules dhcpcd-dbus-0.6.0/debian/rules --- dhcpcd-dbus-0.6.0/debian/rules 2012-04-01 16:57:52.000000000 +0100 +++ dhcpcd-dbus-0.6.0/debian/rules 2014-06-06 06:04:02.000000000 +0100 @@ -2,3 +2,6 @@ %: dh $@ + +override_dh_auto_clean: + [ ! -f config.mk ] || dh_auto_clean