Your message dated Tue, 10 May 2022 21:05:07 +0000
with message-id <[email protected]>
and subject line Bug#1010462: fixed in mtink 1.0.16-14
has caused the Debian Bug report #1010462,
regarding mtink: reproducible-builds: Embedded build path in /usr/bin/mtink
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.)
--
1010462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010462
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mtink
Severity: normal
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
The build path is embedded in /usr/bin/mtink:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/mtink.html
/build/1st/mtink-1.0.16/debian/mtink/usr/doc/mtink
vs.
/build/2/mtink-1.0.16/2nd/debian/mtink/usr/doc/mtink
The attached patch fixes this by passing a relative path to Configure's
prefix argument.
With this patch applied mtink should build reproducibly on
tests.reproducible-builds.org!
Thanks for maintaining mtink!
live well,
vagrant
From 7d4e9738d539925748d69861c9d25b57101a3b0f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Mon, 2 May 2022 02:23:23 +0000
Subject: [PATCH] debian/rules: Pass relative prefix to Configure avoid
embedding the full build path in the binary.
https://reproducible-builds.org/docs/build-path/
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f5c1422..6dc1e47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_clean:
debconf-updatepo
override_dh_auto_configure:
- ./Configure --no-strip --no-suid -p $(CURDIR)/debian/mtink/usr
+ ./Configure --no-strip --no-suid -p debian/mtink/usr
override_dh_auto_build: $(DOCBOOK_MANPAGE_SOURCES)
dh_auto_build
--
2.36.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: mtink
Source-Version: 1.0.16-14
Done: Vagrant Cascadian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mtink, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (supplier of updated mtink package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 10 May 2022 13:38:53 -0700
Source: mtink
Architecture: source
Version: 1.0.16-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 965957 1010462
Changes:
mtink (1.0.16-14) unstable; urgency=medium
.
* QA upload.
* debian/rules: Pass relative prefix to Configure avoid embedding the
full build path in the binary. (Closes: #1010462)
* Add Portuguese manpage translations. (Closes: #965957)
* debian/control: Update to Standards-Version 4.6.0.
Checksums-Sha1:
1f6bdb6a32d0da858f8489260e819b0275e3c5cd 1455 mtink_1.0.16-14.dsc
2d9bed2a4a00ad5c5b6967fd5367823fa7c8a56b 38260 mtink_1.0.16-14.debian.tar.xz
7dd0f4f17c6c1d1d0f2eb33a525c020ba18cab0a 13809 mtink_1.0.16-14_arm64.buildinfo
Checksums-Sha256:
8f4874e74490059b36cb313b8943f6950b47d19343913aa7a7490eeefdf70070 1455
mtink_1.0.16-14.dsc
0362ac06d9c24ea14f35d3f5723f9b06641b7497e4b6fee9a614a6e1c697f9d5 38260
mtink_1.0.16-14.debian.tar.xz
38a72567db5db12cc0b05ba4a756df5991e9f37a3e830dbbdec501ddd686a8be 13809
mtink_1.0.16-14_arm64.buildinfo
Files:
e9750a1eb8d9b994c8e2b31779e986c7 1455 misc optional mtink_1.0.16-14.dsc
c77c90937281f48bf535eb8242423e3e 38260 misc optional
mtink_1.0.16-14.debian.tar.xz
77c6ed3144f279c68b37060260cd0166 13809 misc optional
mtink_1.0.16-14_arm64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIkEARYKADEWIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYnrPzRMcdmFncmFudEBk
ZWJpYW4ub3JnAAoJENxRj8h/lxaqbu4A/iRSyRhM0wtq18KR9sJzIHXEIfIb/DtX
y7E9DS0s547UAQDpcpnvtXXOVlGZJbMLzALJIWzN7tC2SqB67Udvj7vfDg==
=E0Sg
-----END PGP SIGNATURE-----
--- End Message ---