tags 724218 + 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-ui-0.6.0/debian/changelog nmu/dhcpcd-ui-0.6.0/debian/changelog
--- orig/dhcpcd-ui-0.6.0/debian/changelog 2012-04-06 17:04:57.000000000 +0200
+++ nmu/dhcpcd-ui-0.6.0/debian/changelog 2013-11-18 18:42:13.000000000 +0100
@@ -1,3 +1,11 @@
+dhcpcd-ui (0.6.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Override dh_auto_clean to not start if subdir.mk does not yet
+ exit to fix FTBFS. (Closes: #724218)
+
+ -- Michael Ablassmeier <[email protected]> Mon, 18 Nov 2013 18:41:35 +0100
+
dhcpcd-ui (0.6.0-1) unstable; urgency=low
* New upstream release
diff -ruN orig/dhcpcd-ui-0.6.0/debian/rules nmu/dhcpcd-ui-0.6.0/debian/rules
--- orig/dhcpcd-ui-0.6.0/debian/rules 2010-06-09 22:36:41.000000000 +0200
+++ nmu/dhcpcd-ui-0.6.0/debian/rules 2013-11-18 18:44:29.000000000 +0100
@@ -5,3 +5,6 @@
%:
dh $@
+
+override_dh_auto_clean:
+ [ ! -f config.mk ] || dh_auto_clean