Control: tag -1 pending Dear maintainer,
I've sponsored an NMU for rotix (versioned as 0.83-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards, Vincent debdiff as follows: diff -Nru rotix-0.83/debian/changelog rotix-0.83/debian/changelog --- rotix-0.83/debian/changelog 2012-05-11 22:11:49.000000000 -0700 +++ rotix-0.83/debian/changelog 2014-02-08 14:01:33.000000000 -0800 @@ -1,3 +1,12 @@ +rotix (0.83-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * 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-11 22:02:06.000000000 -0700 +++ rotix-0.83/debian/rules 2014-02-08 14:01:08.000000000 -0800 @@ -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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org