1
0
Fork 0

Disabling test target in rules on sparc (Closes: #608642).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 03:40:32 +01:00
parent 6704c23074
commit 32e6329ab7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

7
debian/rules vendored
View file

@ -1,8 +1,15 @@
#!/usr/bin/make -f
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
dh ${@}
ifeq ($(DEB_BUILD_ARCH),sparc)
override_dh_auto_test:
# disabled, see #608642 for more information
endif
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip