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

Bug#950417: marked as done (autoconf: reproducible builds: build time embedded in Autom4te/C4che.pm)



Your message dated Sun, 20 Dec 2020 10:33:23 +0000
with message-id <E1kqw1j-000FeM-Ub@fasolo.debian.org>
and subject line Bug#950417: fixed in autoconf 2.69-13
has caused the Debian Bug report #950417,
regarding autoconf: reproducible builds: build time embedded in Autom4te/C4che.pm
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.)


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

In debian/rules Autom4te/C4che.pm is modified to include the date as a
sort of version string.

The attached patch fixes this by using "dpkg-parsechangelog -SDate"
instead of "date", so that the timestamp is consistent between builds.


Thanks for maintaining autoconf.


live well,
  vagrant
From a79f47afb86fb6ac30a2bba7e133d7291c8296a3 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sat, 1 Feb 2020 01:53:33 -0800
Subject: [PATCH 3/3] debian/rules: Use dpkg-parsechangelog to set the date in
 Autom4te/C4che.pm to ensure reproducible builds.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f84ad4b..7c6a39c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,6 @@ ifneq ($(DEB_BUILD_PROFILE),stage1)
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp \
 	    install-html install-info install-pdf install-ps install-man
 endif
-	perl -pi -e 's/^my \$$VERSION.*/my \$$VERSION = "'"`date`"'";/;' \
+	perl -pi -e 's/^my \$$VERSION.*/my \$$VERSION = "'"`dpkg-parsechangelog -SDate`"'";/;' \
 	    debian/tmp/usr/share/autoconf/Autom4te/C4che.pm 
 
-- 
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 950417@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: