#!/usr/bin/make -f l10npkgs_firstversion_ok := 4:16.04.3-9~ include /usr/share/dpkg/default.mk include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages) include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk override_dh_auto_test: # The tests do not run successfully on mipsel for buster and it seems, # that it is a RAM issue as the tests are anyways flaky, # disable the tests for now. (hefee - 20190301) ifeq ($(DEB_HOST_ARCH), mipsel) echo "tests disabled for mipsel" else - xvfb-run -a --server-args="-screen 0 1024x768x24 +extension GLX" --\ dh_auto_test --no-parallel endif