1
0
Fork 0

Removing disabling of tests on sparc, seems not needed anymore.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 04:17:15 +01:00
parent 51b94b62a7
commit 3d00e6fe5a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

5
debian/rules vendored
View file

@ -28,8 +28,3 @@ execute_after_dh_auto_install:
# removing unused files
rm -f debian/plzip/usr/share/info/dir*
ifeq ($(DEB_BUILD_ARCH),sparc)
override_dh_auto_test:
# disabled (see #608642)
endif