tags 839388 + patch
thanks
On Wed, Oct 05, 2016 at 06:49:45PM +0200, Michael Stapelberg wrote:
> Just to set expectations: kanla is unmaintained upstream by now, and I
> don’t intend to address this issue. If any user of kanla would like to step
> up and contribute a fix, that’d be welcome.
I'm not a user myself (this is just QA work), but the package builds
ok and it's only the tests that fail randomly.
So if the package is unmaintained upstream I would just disable the
tests:
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,5 @@ override_dh_fixperms:
%:
dh $@ --with=systemd
+
+override_dh_auto_test:
This will always be better than having a package which FTBFS half of
the time.
Thanks.