Bug#877470: bsh; please make the build reproducible (timestamps)

2017-10-24 Thread jathan
On Wed, 04 Oct 2017 07:27:08 +0100 Chris Lamb wrote: > Hi, > > > bsh; please make the build reproducible (timestamps) > > +SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp) > > I'd actually use /usr/share/dpkg/pkg-info.mk for this :) > > +

Bug#877470: bsh; please make the build reproducible (timestamps)

2017-10-17 Thread jathan
On Mon, 2 Oct 2017 17:11:48 +0200 Emmanuel Bourg wrote: > Thank you for the patch Jathan. > > Aren't tar timestamps already normalized by strip-nondeterminism though? > > Emmanuel Bourg > > Hi Emmanuel, Tar timestamps are not normalized by strip-nondeterminism. Best

Bug#877470: bsh; please make the build reproducible (timestamps)

2017-10-04 Thread Chris Lamb
Hi, > bsh; please make the build reproducible (timestamps) +SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp) I'd actually use /usr/share/dpkg/pkg-info.mk for this :) + --clamp-mtime --mtime="$(SOURCE_DATE_EPOCH)" Shouldn't this be --mtime="@$(SOURCE_DATE_EPOCH)"

Bug#877470: bsh; please make the build reproducible (timestamps)

2017-10-02 Thread Emmanuel Bourg
Thank you for the patch Jathan. Aren't tar timestamps already normalized by strip-nondeterminism though? Emmanuel Bourg __ This is the maintainer address of Debian's Java team . Please use

Bug#877470: bsh; please make the build reproducible (timestamps)

2017-10-01 Thread jathan
Source: bsh Version: 2.0b4-18 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Hi! While working on the “reproducible builds” effort [1], we have noticed that bsh could not be built