Source: libepoxy Version: 1.5.10-1 Severity: normal Tags: patch User: debian-de...@lists.debian.org Usertags: loongarch64 X-Debbugs-Cc: sangm...@loongson.cn
Dear Maintainers, The libepoxy package fails to compile on the loongarch architecture and I kindly request to ignore test results on loong64, similar to what is done for the S390 architecture, by making the necessary changes in the debian/rules file. I have made the local modifications and successfully compiled the package. Sincerely, Meng Sang
diff -Nru libepoxy-1.5.10/debian/changelog libepoxy-1.5.10/debian/changelog --- libepoxy-1.5.10/debian/changelog 2022-04-02 03:37:55.000000000 +0000 +++ libepoxy-1.5.10/debian/changelog 2023-09-06 07:34:30.000000000 +0000 @@ -1,3 +1,9 @@ +libepoxy (1.5.10-1.1+loong64) UNRELEASED; urgency=medium + + * Fix test error on loongarch64 + + -- Meng Sang <sangm...@loongson.cn> Wed, 06 Sep 2023 07:34:30 +0000 + libepoxy (1.5.10-1) unstable; urgency=medium * New upstream release. diff -Nru libepoxy-1.5.10/debian/rules libepoxy-1.5.10/debian/rules --- libepoxy-1.5.10/debian/rules 2022-04-02 03:34:46.000000000 +0000 +++ libepoxy-1.5.10/debian/rules 2023-09-06 07:30:21.000000000 +0000 @@ -8,7 +8,7 @@ # Ignore test results on s390x and most ports where tests fail override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sparc64 x32,$(DEB_HOST_ARCH))) +ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 loong64 riscv64 sparc64 x32,$(DEB_HOST_ARCH))) -xvfb-run -a dh_auto_test else xvfb-run -a dh_auto_test