[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#950416: marked as done (autoconf-doc: reproducible builds: Embeds timestamps in documentation produced by texlive)



Your message dated Sun, 20 Dec 2020 10:33:23 +0000
with message-id <E1kqw1j-000FeH-Tu@fasolo.debian.org>
and subject line Bug#950416: fixed in autoconf 2.69-13
has caused the Debian Bug report #950416,
regarding autoconf-doc: reproducible builds: Embeds timestamps in documentation produced by texlive
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 owner@bugs.debian.org
immediately.)


-- 
950416: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950416
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: autoconf-doc
Severity: normal
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

The autoconf (pdf,html,ps,info) documentation embeds the timestamp when
produced with texlive, as texlive requires setting FORCE_SOURCE_DATE=1
in order to respect the SOURCE_DATE_EPOCH variable that dpkg sets.

Attached is a patch to debian/rules that exports FORCE_SOURCE_DATE=1,
resulting in consistant dates between builds.

live well,
  vagrant
From 24bf22730f88a018201e89b0180f312262e860be Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sat, 1 Feb 2020 01:39:38 -0800
Subject: [PATCH 2/3] debian/rules: export FORCE_SOURCE_DATE=1 to get texlive
 to respect SOURCE_DATE_EPOCH.

---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index cd36fab..f84ad4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@ else
 	dh $@
 endif
 
+# Ensure texlive respects SOURCE_DATE_EPOCH
+export FORCE_SOURCE_DATE=1
+
 override_dh_auto_clean:
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: autoconf
Source-Version: 2.69-13
Done: Vagrant Cascadian <vagrant@reproducible-builds.org>

We believe that the bug you reported is fixed in the latest version of
autoconf, 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 950416@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagrant@reproducible-builds.org> (supplier of updated autoconf 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 20 Dec 2020 02:16:50 -0800
Source: autoconf
Architecture: source
Version: 2.69-13
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Vagrant Cascadian <vagrant@reproducible-builds.org>
Closes: 950415 950416 950417
Changes:
 autoconf (2.69-13) unstable; urgency=medium
 .
   * QA upload.
   * Pass SHELL=/bin/sh to configure. Closes: #950415
   * export FORCE_SOURCE_DATE=1 to get texlive to respect
     SOURCE_DATE_EPOCH. Closes: #950416
   * Use dpkg-parsechangelog to set the date in Autom4te/C4che.pm.
     Closes: #950417
   * debian/rules: Set Rules-Requires-Root to no.
   * Update to debhelper-compat 13.
   * debian/rules: Add dh_missing override to list missing files.
   * debian/changelog, debian/control, debian/rules: Remove trailing
     whitespace.
   * debian/copyright: Use https URLs.
   * debian/control: Use more common case for "Multi-Arch".
   * autoconf-doc: Adjust doc-base to point new file location in
     /usr/share/doc/autoconf.
Checksums-Sha1:
 fdb6964c11ac01467c8e7a97bff2793e96d93c98 1521 autoconf_2.69-13.dsc
 d2483bab964fd89803e8e7ce091ae660674f4bdc 24064 autoconf_2.69-13.debian.tar.xz
Checksums-Sha256:
 9dd9d83c506e650606f8b90ba18ec512ed8df9b05d7044adc6c14aee0bab624f 1521 autoconf_2.69-13.dsc
 259cbb6a097a0f407c4f660ea418b832f180e94adb7c152eb75a0fcde3844854 24064 autoconf_2.69-13.debian.tar.xz
Files:
 05b562af13c24b3fdb259d1322164d70 1521 devel optional autoconf_2.69-13.dsc
 a3a562a820dfd1dff3c63124b796c519 24064 devel optional autoconf_2.69-13.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX98mISAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqkPqAP4vY7SjNatc3ouo
SzN1pUdJKtW+lHHHxNa107hV/0GiaQEAh+MM4qyIM/xObd64KzPSJGY0kLrdsVJq
XHsHC5rY1gM=
=0bFB
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: