From 3d00e6fe5a0f8332b59cda88ba9e11798176e922 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Feb 2025 04:17:15 +0100 Subject: [PATCH] Removing disabling of tests on sparc, seems not needed anymore. Signed-off-by: Daniel Baumann --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index 5ccc252..121d122 100755 --- a/debian/rules +++ b/debian/rules @@ -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