Your message dated Sun, 17 Dec 2023 21:34:47 +0000
with message-id <[email protected]>
and subject line Bug#1020877: fixed in edid-decode
0.1~git20220315.cb74358c2896-1.1
has caused the Debian Bug report #1020877,
regarding edid-decode: reproducible builds: timezone dependent timestamps
embedded in /usr/bin/edid-decode
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.)
--
1020877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020877
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: edid-decode
Severity: normal
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
A timezone-dependent timestamp is embedded in /usr/games/edid-decode:
https://tests.reproducible-builds.org/debian/rb-pkg/bookworm/amd64/diffoscope-results/edid-decode.html
2022-03-29·21:29:27
vs.
2022-03-30·23:29:27
The attached patch to debian/rules fixes this by ensuring the date is
output in the UTC timezone.
According to my local tests, with this patch applied, edid-decode should
build reproducibly on tests.reproducible-builds.org!
Thanks for maintaining edid-decode!
live well,
vagrant
From 0fe1154a34f3c54e8e7572a2d643400acb76dfca Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Tue, 27 Sep 2022 20:33:21 +0000
Subject: [PATCH] debian/rules: Use UTC date to ensure reproducible builds
regardless of timezone.
https://reproducible-builds.org/docs/timezones/
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 790d3bd..6a9cf70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ include /usr/share/dpkg/pkg-info.mk
dh $@
override_dh_auto_build:
- dh_auto_build -- sha=-DSHA=$(lastword $(subst ., ,$(DEB_VERSION_UPSTREAM))) date=-DDATE=\""$(shell date -d@$(SOURCE_DATE_EPOCH) '+%F %T')"\"
+ dh_auto_build -- sha=-DSHA=$(lastword $(subst ., ,$(DEB_VERSION_UPSTREAM))) date=-DDATE=\""$(shell date -u -d@$(SOURCE_DATE_EPOCH) '+%F %T')"\"
--
2.37.2
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: edid-decode
Source-Version: 0.1~git20220315.cb74358c2896-1.1
Done: Vagrant Cascadian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
edid-decode, 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 edid-decode 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: Thu, 07 Dec 2023 12:32:06 -0800
Source: edid-decode
Architecture: source
Version: 0.1~git20220315.cb74358c2896-1.1
Distribution: unstable
Urgency: medium
Maintainer: Andrej Shadura <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 1020877
Changes:
edid-decode (0.1~git20220315.cb74358c2896-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/rules: Use UTC date to ensure reproducible builds regardless of
timezone. (Closes: #1020877)
Checksums-Sha1:
bac310f78b6bceef4cd5fb752413960ba7279ab9 1608
edid-decode_0.1~git20220315.cb74358c2896-1.1.dsc
fb5a7730f23b2ab14073a41ba9c5f4d5544ab25c 2772
edid-decode_0.1~git20220315.cb74358c2896-1.1.debian.tar.xz
Checksums-Sha256:
d180a8281c3c8ee253f6cda82b62bcda7dd3521b5a21847aff4c82c31946bc92 1608
edid-decode_0.1~git20220315.cb74358c2896-1.1.dsc
9e083881d32d32ddd35ea040e7d6a1a4c0921d85fa034301f863a69a6457585f 2772
edid-decode_0.1~git20220315.cb74358c2896-1.1.debian.tar.xz
Files:
79873eca8e968b285305030a0b1dcdf5 1608 x11 optional
edid-decode_0.1~git20220315.cb74358c2896-1.1.dsc
3145cc81b8e08a1272e7a1b74bb27e89 2772 x11 optional
edid-decode_0.1~git20220315.cb74358c2896-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iIkEARYKADEWIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZXIuchMcdmFncmFudEBk
ZWJpYW4ub3JnAAoJENxRj8h/lxaqQoUBAILdaaPJLXzy+pgMyvwxyP0eAG2q5aIF
w4aQbGEbi28IAP9ZjCKiSi00dktTmb6XRkYU7Nz3Bj9KAmhr7RpsmR43BQ==
=Pv24
-----END PGP SIGNATURE-----
--- End Message ---