On Mon, Nov 18, 2013 at 06:53:25PM +0100, Michael Ablassmeier wrote:
> 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 :)
> 

Thanks for the patch. I have just done an NMU including it, please find
attached the final version of the patch.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
[email protected]                 http://www.aurel32.net
diff -Nru dhcpcd-ui-0.6.0/debian/changelog dhcpcd-ui-0.6.0/debian/changelog
--- dhcpcd-ui-0.6.0/debian/changelog	2012-04-06 17:04:57.000000000 +0200
+++ dhcpcd-ui-0.6.0/debian/changelog	2014-09-20 14:02:47.000000000 +0200
@@ -1,3 +1,14 @@
+dhcpcd-ui (0.6.0-1.1) unstable; urgency=low
+
+  [ Aurelien Jarno ]
+  * Non-maintainer upload.
+
+  [ Michael Ablassmeier ]
+  * Override dh_auto_clean to not start if config.mk does not yet
+    exit to fix FTBFS. (Closes: #724218)
+
+ -- Aurelien Jarno <[email protected]>  Sat, 20 Sep 2014 14:02:43 +0200
+
 dhcpcd-ui (0.6.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru dhcpcd-ui-0.6.0/debian/rules dhcpcd-ui-0.6.0/debian/rules
--- dhcpcd-ui-0.6.0/debian/rules	2010-06-09 22:36:41.000000000 +0200
+++ dhcpcd-ui-0.6.0/debian/rules	2014-09-20 14:01:24.000000000 +0200
@@ -5,3 +5,6 @@
 
 %:
 	dh  $@
+
+override_dh_auto_clean:
+	[ ! -f config.mk ] || dh_auto_clean

Reply via email to