Your message dated Sat, 08 Oct 2022 21:04:42 +0000
with message-id <[email protected]>
and subject line Bug#983832: fixed in d-itg 2.8.1-r1023-6
has caused the Debian Bug report #983832,
regarding d-itg: reproducible builds: Embedded timestamps in PDF files
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.)
--
983832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983832
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: d-itg
Severity: normal
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
The build timestamp is embedded in /usr/share/doc/d-itg/d-itg-manual.pdf:
https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/d-itg.html
March·29,·2022
vs.
February·24,·2021
The attached patch fixes this by setting FORCE_SOURCE_DATE=1 in
debian/rules, which texlive needs in order to respect SOURCE_DATE_EPOCH,
which is set during debian package builds to the timestamp in the latest
debian/changelog entry.
https://reproducible-builds.org/docs/source-date-epoch/
Thanks for maintaining d-itg!
live well,
vagrant
From c75d2dc65011d9a935e2a38ce26942e4088019b3 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Tue, 2 Mar 2021 02:44:02 +0000
Subject: [PATCH] debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to
respect SOURCE_DATE_EPOCH when generating d-itg-manual.pdf.
https://reproducible-builds.org/docs/source-date-epoch/
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 68f1e27..969c565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
+# Ensure texlive respects SOURCE_DATE_EPOCH
+export FORCE_SOURCE_DATE=1
+
%:
dh $@
--
2.20.1
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: d-itg
Source-Version: 2.8.1-r1023-6
Done: Vagrant Cascadian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
d-itg, 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 d-itg
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: Sat, 08 Oct 2022 12:28:56 -0700
Source: d-itg
Architecture: source
Version: 2.8.1-r1023-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 983832
Changes:
d-itg (2.8.1-r1023-6) unstable; urgency=medium
.
* QA upload.
* debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to respect
SOURCE_DATE_EPOCH when generating d-itg-manual.pdf. (Closes: #983832)
* debian/control: Set Rules-Requires-Root to "no".
Checksums-Sha1:
473c740c0960c0a773f1c663406eae15bd47d74d 1603 d-itg_2.8.1-r1023-6.dsc
a34a43368f97dcdd1ca308143807164e0a1c851e 4744 d-itg_2.8.1-r1023-6.debian.tar.xz
Checksums-Sha256:
8fc886062065f866fb7d144cb5afa84f22a98b6cc7cfff940492ec95b9a1e40a 1603
d-itg_2.8.1-r1023-6.dsc
4c5b8eff03448f2ed7b85a1ec0e68faca16251c964299017c4b3c30c0e4a8c9e 4744
d-itg_2.8.1-r1023-6.debian.tar.xz
Files:
337e1e4bfed43696ff3b3cc0ef07a34b 1603 net optional d-itg_2.8.1-r1023-6.dsc
53befaab4a0020014b42b925bc83da1e 4744 net optional
d-itg_2.8.1-r1023-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY0HXRyAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqhukAP9FZH0/G1KvVrAE
ufoLpcqnxK6IVgkjhTEZJQRsj8jZegEA1mJXmJKRlMft5mJmBTFA3pCfU2izDK2b
MHcrJkDJBQk=
=/Pr8
-----END PGP SIGNATURE-----
--- End Message ---