Source: thunderbird Version: 1:115.0~b6-1 Followup-For: Bug #1026118 Dear Maintainer,
I have updated the patch that supported riscv64 target. And I think it should work because we got firefox package now[0]. This time I rebased on 115.0~b6 on experimentail. Could you give a try when you upload it next time? Please let me know any issues. TIA. [0]: https://buildd.debian.org/status/logs.php?pkg=firefox&arch=riscv64 -- Regards, -- Bo YU
diff -Nru thunderbird-115.0~b6/debian/changelog thunderbird-115.0~b6/debian/changelog --- thunderbird-115.0~b6/debian/changelog 2023-06-30 02:13:46.000000000 +0800 +++ thunderbird-115.0~b6/debian/changelog 2023-07-14 09:29:49.000000000 +0800 @@ -1,3 +1,10 @@ +thunderbird (1:115.0~b6-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Support riscv64. (Closes: #1026118) + + -- Bo YU <tsu.y...@gmail.com> Fri, 14 Jul 2023 09:29:49 +0800 + thunderbird (1:115.0~b6-1) experimental; urgency=medium * [1d7c51d] New upstream version 115.0~b6 diff -Nru thunderbird-115.0~b6/debian/control thunderbird-115.0~b6/debian/control --- thunderbird-115.0~b6/debian/control 2023-06-23 04:02:03.000000000 +0800 +++ thunderbird-115.0~b6/debian/control 2023-07-13 21:53:37.000000000 +0800 @@ -62,7 +62,7 @@ Standards-Version: 4.6.2 Package: thunderbird -Architecture: amd64 arm64 i386 mips64el ppc64el s390x ppc64 +Architecture: amd64 arm64 i386 mips64el ppc64el s390x ppc64 riscv64 Depends: debianutils (>= 1.16), fontconfig, diff -Nru thunderbird-115.0~b6/debian/rules thunderbird-115.0~b6/debian/rules --- thunderbird-115.0~b6/debian/rules 2023-06-23 04:02:03.000000000 +0800 +++ thunderbird-115.0~b6/debian/rules 2023-07-13 21:56:03.000000000 +0800 @@ -108,6 +108,9 @@ ifeq (32,$(DEB_BUILD_ARCH_BITS)) echo 'ac_add_options --disable-debug-symbols' >> mozconfig.default endif +ifeq (riscv64,$(DEB_BUILD_ARCH)) + echo 'ac_add_options --disable-debug-symbols' >> mozconfig.default +endif echo 'mk_add_options MOZ_OBJDIR=$(CURDIR)/obj-thunderbird' >> mozconfig.thunderbird echo 'ac_add_options --prefix=$(CURDIR)/debian/tmp/usr' >> mozconfig.default # configure the various build settings for thunderbird
signature.asc
Description: PGP signature