tags 724145 + patch
thanks

hi,

see attached patch which should fix this FTBFS. If OK for you i would
NMU if not and you have any other plans with this package for the next
upload and are in need of a sponsor just get in touch with me :-)

bye,
    - michael
diff -ruN orig/libaosd-0.2.7/debian/changelog nmu/libaosd-0.2.7/debian/changelog
--- orig/libaosd-0.2.7/debian/changelog	2010-08-03 17:04:27.000000000 +0200
+++ nmu/libaosd-0.2.7/debian/changelog	2013-11-17 16:39:24.000000000 +0100
@@ -1,3 +1,11 @@
+libaosd (0.2.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add override_dh_auto_clean to only run dh_auto_clean if
+    buildsys.mk already exists, fixes FTBFS. (Closes: #724145)
+
+ -- Michael Ablassmeier <a...@debian.org>  Sun, 17 Nov 2013 16:32:06 +0100
+
 libaosd (0.2.7-1) unstable; urgency=low
 
   * Taking over as the maintainer with approval of the previous one.
diff -ruN orig/libaosd-0.2.7/debian/rules nmu/libaosd-0.2.7/debian/rules
--- orig/libaosd-0.2.7/debian/rules	2010-08-03 17:55:21.000000000 +0200
+++ nmu/libaosd-0.2.7/debian/rules	2013-11-17 16:33:55.000000000 +0100
@@ -7,3 +7,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_clean:
+	[ ! -f buildsys.mk ] || dh_auto_clean

Reply via email to