From f360f428e215aa17378d3d06352149a0b5e1ac34 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 31 Aug 2022 09:47:24 +0100 Subject: [PATCH] d/control, d/rules: Re-enable gjs tests on s390x --- debian/control | 2 +- debian/ostree-tests.lintian-overrides | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index a6946370..00064b45 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: e2fslibs-dev, elfutils, fuse3, - gjs [!alpha !armel !hppa !ia64 !m68k !s390x !sh4 !sparc64 !x32], + gjs [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32], gnupg , gobject-introspection, gtk-doc-tools , diff --git a/debian/ostree-tests.lintian-overrides b/debian/ostree-tests.lintian-overrides index 4a963d6e..ba7d834e 100644 --- a/debian/ostree-tests.lintian-overrides +++ b/debian/ostree-tests.lintian-overrides @@ -10,7 +10,7 @@ ostree-tests: symlink-is-self-recursive . [usr/libexec/installed-tests/libostree # other architectures mentioned here. # The test that runs this script is automatically skipped if gjs isn't # present. -[alpha armel hppa ia64 m68k s390x sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js) +[alpha armel hppa ia64 m68k sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js) # This shared object genuinely doesn't use any libc ABIs directly, # only via GLib diff --git a/debian/rules b/debian/rules index 1b98b837..7769e1ef 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ configure_options = \ --without-smack \ $(NULL) -ifneq ($(filter alpha armel hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),) +ifneq ($(filter alpha armel hppa ia64 m68k sh4 sparc64 x32,$(DEB_HOST_ARCH)),) configure_options += ac_cv_path_GJS= endif