Bug#1107504: cups: Please enable the testsuite on riscv64
Package: cups
Version: 2.4.10-2+b1
Severity: minor
Tags: patch
Dear maintainer,
Now that #1073046 is fixed, could you please re-enable the tests on
riscv64? I have tested the patch below and I confirmed that the resulting
package built fine on riscv64.
Regards
Aurelien
--- cups-2.4.10/debian/rules
+++ cups-2.4.10/debian/rules
@@ -251,16 +251,7 @@
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(LOCAL_DEB_BUILD_OPTIONS)))
- # nowadays even tests that ran on previous versions
- # no longer work. maybe some porter can shed some
- # light on it. For now, I disable the tests on riscv64
- echo ${arch}
- if [ "${arch}" = "riscv64" ]; then \
- echo "Do not make tests on this architecture" ;\
- else \
- echo "Do make tests on this architecture" ;\
- CUPS_TESTBASE=$(shell mktemp -d /tmp/cups.XXXXXX) dh_auto_test ; \
- fi
+ CUPS_TESTBASE=$(shell mktemp -d /tmp/cups.XXXXXX) dh_auto_test
# Check that cups-config is not architecture-specific
[ -r cups-config ] && grep -vq $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) cups-config
endif
Reply to: