diff -Nru gmp-6.3.0+dfsg/debian/changelog gmp-6.3.0+dfsg/debian/changelog --- gmp-6.3.0+dfsg/debian/changelog 2023-08-18 09:30:18.000000000 +0000 +++ gmp-6.3.0+dfsg/debian/changelog 2024-04-14 07:57:20.000000000 +0000 @@ -1,3 +1,15 @@ +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. + + -- Julian Andres Klode Mon, 08 Apr 2024 17:58:25 +0200 + gmp (2:6.3.0+dfsg-2ubuntu4) mantic; urgency=medium * Add d/p/0014-s390x-revert_popcount_and_hamdist_back_from_z14_to_z13.patch 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