Hi there,

please find attached a debdiff with a fix for the build failure.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru rotix-0.83/debian/changelog rotix-0.83/debian/changelog
--- rotix-0.83/debian/changelog 2012-05-12 07:11:49.000000000 +0200
+++ rotix-0.83/debian/changelog 2013-12-24 20:26:48.000000000 +0100
@@ -1,3 +1,11 @@
+rotix (0.83-5) UNRELEASED; urgency=medium
+
+  * Do not call dh_auto_clean unless Makefile.settings exists, this fixes
+    FTBFS: Makefile.settings: No such file or directory
+    (Closes: #724127) (LP: #1263552)
+
+ -- Andreas Moog <andreas.m...@warperbbs.de>  Tue, 24 Dec 2013 20:21:28 +0100
+
 rotix (0.83-4) unstable; urgency=low
 
   * Bump compat to 9.
diff -Nru rotix-0.83/debian/rules rotix-0.83/debian/rules
--- rotix-0.83/debian/rules     2012-05-12 07:02:06.000000000 +0200
+++ rotix-0.83/debian/rules     2013-12-24 19:50:27.000000000 +0100
@@ -5,3 +5,6 @@
 
 override_dh_auto_configure:
        ./configure --prefix=/usr --mandir=/usr/share/man --i18n=1
+
+override_dh_auto_clean:
+       [ ! -f Makefile.settings ] || dh_auto_clean

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to