diff -Nru gmp-6.3.0+dfsg/debian/changelog gmp-6.3.0+dfsg/debian/changelog --- gmp-6.3.0+dfsg/debian/changelog 2024-04-08 15:58:25.000000000 +0000 +++ gmp-6.3.0+dfsg/debian/changelog 2024-04-14 07:57:20.000000000 +0000 @@ -1,3 +1,9 @@ +gmp (2:6.3.0+dfsg-2ubuntu6) noble; urgency=medium + + * Build without frame pointers on s390x. + + -- Matthias Klose Sun, 14 Apr 2024 09:57:20 +0200 + gmp (2:6.3.0+dfsg-2ubuntu5) noble; urgency=high * No change rebuild for 64-bit time_t and frame pointers. diff -Nru gmp-6.3.0+dfsg/debian/rules gmp-6.3.0+dfsg/debian/rules --- gmp-6.3.0+dfsg/debian/rules 2023-08-18 09:30:18.000000000 +0000 +++ gmp-6.3.0+dfsg/debian/rules 2024-04-14 07:57:17.000000000 +0000 @@ -1,5 +1,9 @@ #!/usr/bin/make -f +ifneq (,$(findstring $(DEB_HOST_ARCH), s390x)) + export DEB_BUILD_MAINT_OPTIONS=qa=-framepointer +endif + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk include /usr/share/dpkg/architecture.mk