Bug#834988: twitter-bootstrap3: please make the build reproducible

2016-10-25 Thread Antonio Terceiro
On Tue, Oct 25, 2016 at 12:33:23PM +0100, Chris Lamb wrote: > Hi Antonio, > > Thanks for the explanation. Looking at the patch quickly: > > year := $(shell date -d @$(SOURCE_DATE_EPOCH) +%Y) > > This should actually be: > > year := $(shell date -u -d @$(SOURCE_DATE_EPOCH) +%Y) > > … otherw

Bug#834988: twitter-bootstrap3: please make the build reproducible

2016-10-25 Thread Chris Lamb
Hi Antonio, Thanks for the explanation. Looking at the patch quickly: year := $(shell date -d @$(SOURCE_DATE_EPOCH) +%Y) This should actually be: year := $(shell date -u -d @$(SOURCE_DATE_EPOCH) +%Y) … otherwise it will not be reproducible "on" New Years Eve or New Year's Day due to timezo

Bug#834988: twitter-bootstrap3: please make the build reproducible

2016-10-25 Thread Antonio Terceiro
On Mon, Oct 24, 2016 at 10:52:58PM +0100, Chris Lamb wrote: > Antonio Terceiro wrote: > > > Unfortunately this patch does not fix the issue as the file it changes > > is not actually used in the Debian build. > > Interesting. Could you elaborate? At some point in the past the upstream build for

Bug#834988: twitter-bootstrap3: please make the build reproducible

2016-10-24 Thread Chris Lamb
Antonio Terceiro wrote: > Unfortunately this patch does not fix the issue as the file it changes > is not actually used in the Debian build. Interesting. Could you elaborate? I would have tested it at the time, I would hope! Regards, -- ,''`. : :' : Chris Lamb `. `'`

Bug#834988: twitter-bootstrap3: please make the build reproducible

2016-10-24 Thread Antonio Terceiro
On Mon, Oct 24, 2016 at 06:42:07AM +0100, Chris Lamb wrote: > Dear Maintainer, > > > Source: twitter-bootstrap3 > > Version: 3.3.6+dfsg-1 > > Tags: patch > > There hasn't seem to be any update on this bug in 63 days, in which > time the Reproducible Builds effort has come on a long way. :) > > W

Bug#834988: twitter-bootstrap3: please make the build reproducible

2016-10-23 Thread Chris Lamb
Dear Maintainer, > Source: twitter-bootstrap3 > Version: 3.3.6+dfsg-1 > Tags: patch There hasn't seem to be any update on this bug in 63 days, in which time the Reproducible Builds effort has come on a long way. :) Would you consider applying this patch and uploading? Regards, -- ,''`.

Bug#834988: twitter-bootstrap3: please make the build reproducible

2016-08-21 Thread Chris Lamb
Source: twitter-bootstrap3 Version: 3.3.6+dfsg-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Hi, Whilst working on the Reproducible Builds effort [0], I noticed that twitter-bootstr