hi, i've uploaded gmp_6.2.1+dfsg1-1.1 with the attached diff to DELAYED/15.
gmp (2:6.2.1+dfsg1-1.1) unstable; urgency=medium * Non-maintainer upload by the Reproducible Builds team. * debian/rules changes by Vagrant Cascadian: - pass ASMFLAGS with debug-prefix-map to configure. - replace embedded build path in gmp.h with a placeholder string. Closes: #1009931 -- cheers, Holger ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org ⢿⡄⠘⠷⠚⠋⠀ OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C ⠈⠳⣄ Just 100 companies are responsible for 71% of global emissions. https://www.theguardian.com/sustainable-business/2017/jul/10/100-fossil-fuel-companies-investors-responsible-71-global-emissions-cdp-study-climate-change
diff -Nru gmp-6.2.1+dfsg1/debian/changelog gmp-6.2.1+dfsg1/debian/changelog --- gmp-6.2.1+dfsg1/debian/changelog 2022-06-12 22:56:17.000000000 +0200 +++ gmp-6.2.1+dfsg1/debian/changelog 2022-09-22 20:43:57.000000000 +0200 @@ -1,3 +1,13 @@ +gmp (2:6.2.1+dfsg1-1.1) unstable; urgency=medium + + * Non-maintainer upload by the Reproducible Builds team. + * debian/rules changes by Vagrant Cascadian: + - pass ASMFLAGS with debug-prefix-map to configure. + - replace embedded build path in gmp.h with a placeholder string. + Closes: #1009931 + + -- Holger Levsen <hol...@debian.org> Thu, 22 Sep 2022 20:43:57 +0200 + gmp (2:6.2.1+dfsg1-1) unstable; urgency=medium [ Bastian Germann ] diff -Nru gmp-6.2.1+dfsg1/debian/rules gmp-6.2.1+dfsg1/debian/rules --- gmp-6.2.1+dfsg1/debian/rules 2022-06-12 22:55:58.000000000 +0200 +++ gmp-6.2.1+dfsg1/debian/rules 2022-09-22 20:31:51.000000000 +0200 @@ -72,7 +72,7 @@ mkdir -p build cd build && ../configure $(confflags_ma) \ AR=$(AR) CC="$(CC)" CFLAGS="$(CFLAGS)" \ - CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" + CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" ASMFLAGS="--debug-prefix-map=$(CURDIR)=." touch $@ build: build-stamp @@ -100,6 +100,9 @@ # so override it at install. $(MAKE) DESTDIR=`pwd`/debian/tmp includeexecdir=/usr/include/$(DEB_HOST_MULTIARCH) -C build install + # Replace embedded build path with a placeholder string + sed -i -e "s,$(CURDIR),BUILDPATH,g" debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/gmp.h + dh_install -plibgmp10 usr/lib/*/libgmp.so.* dh_install -plibgmpxx4ldbl usr/lib/*/libgmpxx.so.*
signature.asc
Description: PGP signature