Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib /
libepoxy
Commits:
8175f778 by Alexander Volkov at 2021-05-05T20:48:46+00:00
Don't run tests when nocheck profile is enabled
They require xvfb-run which is not installed with nocheck profile.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -7,11 +7,13 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Ignore test results on s390x and most ports where tests fail
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386
riscv64 sparc64 x32,$(DEB_HOST_ARCH)))
-xvfb-run -a dh_auto_test
else
xvfb-run -a dh_auto_test
endif
+endif
# No symbols for udebs, specify the highest version from symbols file:
override_dh_makeshlibs:
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libepoxy/-/commit/8175f778585bf3db2c1a3593fe4dc71e7f8f79dd
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libepoxy/-/commit/8175f778585bf3db2c1a3593fe4dc71e7f8f79dd
You're receiving this email because of your account on salsa.debian.org.