Your message dated Fri, 25 Nov 2022 15:37:05 +0100 with message-id <[email protected]> and subject line Re: gmp: please include changes from 6.2.1+dfsg1-1.1 NMU has caused the Debian Bug report #1024650, regarding gmp: please include changes from 6.2.1+dfsg1-1.1 NMU to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1024650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024650 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gmp Version: 6.2.1+dfsg1-1.1 Severity: normal Dear Maintainer, please include the attached changes from my 6.2.1+dfsg1-1 NMU. Thank you for maintaining gmp! -- cheers, Holger ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org ⢿⡄⠘⠷⠚⠋⠀ OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C ⠈⠳⣄ Be careful when you follow the masses. Sometimes the "m" is silent.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 <[email protected]> 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
--- End Message ---
--- Begin Message ---Version: 6.2.1+dfsg1-1.1 Imported into git.
--- End Message ---
-- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
