Your message dated Thu, 31 Dec 2020 23:18:29 +0000
with message-id <e1kv7db-000b4d...@fasolo.debian.org>
and subject line Bug#978746: fixed in minlog 4.0.99.20100221-7
has caused the Debian Bug report #978746,
regarding minlog: 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 ow...@bugs.debian.org
immediately.)
--
978746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: minlog
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
The build timestamp is embedded in various PDF files:
https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/minlog.html
/usr/share/doc/minlog/mlcf.pdf
January·20,·2022
vs.
December·19,·2020
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 minlog!
live well,
vagrant
From 4e986c342880d3ac6f6f07408713871ab1bd300f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagr...@reproducible-builds.org>
Date: Thu, 31 Dec 2020 08:33:23 +0000
Subject: [PATCH] debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to
respect SOURCE_DATE_EPOCH for reproducible timestamps.
https://reproducible-builds.org/docs/source-date-epoch/
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 5d54224..57b8547 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
+# Ensure texlive respects SOURCE_DATE_EPOCH
+export FORCE_SOURCE_DATE=1
CFLAGS = -Wall -g
--
2.30.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: minlog
Source-Version: 4.0.99.20100221-7
Done: Vagrant Cascadian <vagr...@reproducible-builds.org>
We believe that the bug you reported is fixed in the latest version of
minlog, 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 978...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@reproducible-builds.org> (supplier of updated minlog
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 31 Dec 2020 15:04:42 -0800
Source: minlog
Architecture: source
Version: 4.0.99.20100221-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Vagrant Cascadian <vagr...@reproducible-builds.org>
Closes: 978746
Changes:
minlog (4.0.99.20100221-7) unstable; urgency=medium
.
* QA upload.
* debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to respect
SOURCE_DATE_EPOCH for reproducible timestamps. (Closes: #978746)
* debian/control: Set Rules-Requires-Root to "no".
* debian/rules: Convert to using "dh".
* Switch to debhelper-compat 13.
* debian/rules: Add dh_auto_test override to allow failures.
* debian/rules: Pass long-hand --exclude option to dh_compress.
* debian/rules: Remove custom CFLAGS.
* debian/rules: Remove test suite outputs dh_auto_test.
* debian/control: Add Vcs headers.
* debian/rules: Respect DEB_BUILD_OPTIONS=nocheck.
* debian/rules: Disable parallel builds to fix build failure.
* debian/control: Update Standards-Version to 4.5.1.
Checksums-Sha1:
46c2123d05b7ebd04b62da1295c5078cb349604a 1464 minlog_4.0.99.20100221-7.dsc
3c0c8cb5c445deadfec1199f4a4945dbce137d4b 4616
minlog_4.0.99.20100221-7.debian.tar.xz
Checksums-Sha256:
bc755bf17840ba1ac3e1ede0898f29f0fdf20d4f8411abf2475a4dce6829898a 1464
minlog_4.0.99.20100221-7.dsc
29602914865f0062232e85984f7da6506690733351dd5254f62cad0e2265decb 4616
minlog_4.0.99.20100221-7.debian.tar.xz
Files:
fef1169cb9d8f0eff152319dc894997b 1464 math optional
minlog_4.0.99.20100221-7.dsc
791eda4c164c15ec7e1dd8bd0b733f98 4616 math optional
minlog_4.0.99.20100221-7.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+5ZuSAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqhvVAQC37Pd3uTEqxswf
ANhdHOe0zsPH4wNJpZASy2dwknc5qQEAt8wl9NgQxKosSd8K6g58RLW8x46odr6/
PMVgst6zuA0=
=8mbm
-----END PGP SIGNATURE-----
--- End Message ---