user debian-rele...@lists.debian.org usertag 1085386 + bsp-2024-10-at-sbg tags 1085386 + patch thanks
Dear maintainer, I've prepared an NMU for catch2 (versioned as 3.7.1-0.3). The diff is attached to this message. Cheers -- Sebastian Ramacher
diff -Nru catch2-3.7.1/debian/changelog catch2-3.7.1/debian/changelog --- catch2-3.7.1/debian/changelog 2024-10-18 19:30:29.000000000 +0200 +++ catch2-3.7.1/debian/changelog 2024-10-18 20:40:08.000000000 +0200 @@ -1,3 +1,10 @@ +catch2 (3.7.1-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Fix test failures on i386 (Closes: #1085386) + + -- Sebastian Ramacher <sramac...@debian.org> Fri, 18 Oct 2024 20:40:08 +0200 + catch2 (3.7.1-0.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru catch2-3.7.1/debian/rules catch2-3.7.1/debian/rules --- catch2-3.7.1/debian/rules 2024-10-18 17:51:16.000000000 +0200 +++ catch2-3.7.1/debian/rules 2024-10-18 20:40:07.000000000 +0200 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/dpkg/architecture.mk + # Disable fixfilepath, as it triggers build failures. export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath @@ -9,6 +11,10 @@ ENABLE_SELFTEST = OFF endif +ifeq (i386,$(DEB_HOST_ARCH)) +export DEB_CXXFLAGS_MAINT_APPEND=-ffloat-store +endif + %: dh $@