Bug#872586: drumgizmo: FTBFS on several arches because of test failures

Jeremy Bicha jbicha at ubuntu.com
Fri Aug 18 20:32:56 UTC 2017


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



More information about the pkg-multimedia-maintainers mailing list