Source: drumgizmo
Version: 0.9.14-2
Severity: serious

drumgizmo fails to build from source on several release architectures
that it used to build on because of test failures.

https://buildd.debian.org/status/package.php?p=drumgizmo

You can do something like the below snippet to ignore test failures on
some architectures but still have them be mandatory for the remaining
architectures.

override_dh_auto_test:
ifneq (,$(findstring
$(DEB_HOST_ARCH),"alpha","armel","hppa","mips","mips64el","powerpc","sparc64","s390x",))
    -dh_auto_test
else
    dh_auto_test
endif

Thanks,
Jeremy Bicha

Reply via email to