tags 724078 + patch
thanks
hi,
attached patch should fix this issue. Not uploading for now in case you
have other plans for the package. In case you are in search for a
sponsor get in touch with me :)
bye,
- michael
diff -ruN orig/dhcpcd-dbus-0.6.0/debian/changelog nmu/dhcpcd-dbus-0.6.0/debian/changelog
--- orig/dhcpcd-dbus-0.6.0/debian/changelog 2012-04-01 18:00:47.000000000 +0200
+++ nmu/dhcpcd-dbus-0.6.0/debian/changelog 2013-11-18 18:34:00.000000000 +0100
@@ -1,3 +1,11 @@
+dhcpcd-dbus (0.6.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Override dh_auto_clean to run only if config.mk exists to fix ftbfs
+ Closes: #724078
+
+ -- Michael Ablassmeier <[email protected]> Mon, 18 Nov 2013 18:33:18 +0100
+
dhcpcd-dbus (0.6.0-1) unstable; urgency=low
* New upstream release
diff -ruN orig/dhcpcd-dbus-0.6.0/debian/rules nmu/dhcpcd-dbus-0.6.0/debian/rules
--- orig/dhcpcd-dbus-0.6.0/debian/rules 2012-04-01 17:57:52.000000000 +0200
+++ nmu/dhcpcd-dbus-0.6.0/debian/rules 2013-11-18 18:28:28.000000000 +0100
@@ -2,3 +2,6 @@
%:
dh $@
+
+override_dh_auto_clean:
+ [ ! -f config.mk ] || dh_auto_clean