Bug#968344: pencil2d: please make the build reproducible

2020-08-16 Thread Mattia Rizzolo
On Thu, Aug 13, 2020 at 12:02:43PM +0100, Chris Lamb wrote: > Whilst working on the Reproducible Builds effort [0] we noticed that > pencil2d could not be built reproducibly. > > While you do use SOURCE_DATE_EPOCH to populate GIT_TIMESTAMP, you omit > the --utc flag to date(1) so the generated

Bug#968344: pencil2d: please make the build reproducible

2020-08-13 Thread Chris Lamb
Hi Vagrant, > I think that should be: > > +timestamp=$(shell date +%Y-%m-%d -u -d "@$(SOURCE_DATE_EPOCH)") > > Since @SOURCE_DATE_EPOCH is be passed to the "-d" argument. ACK - thank you for the correction. Regards, -- ,''`. : :' : Chris Lamb `. `'`

Bug#968344: pencil2d: please make the build reproducible

2020-08-13 Thread Vagrant Cascadian
On 2020-08-13, Chris Lamb wrote: > Whilst working on the Reproducible Builds effort [0] we noticed that > pencil2d could not be built reproducibly. > > While you do use SOURCE_DATE_EPOCH to populate GIT_TIMESTAMP, you omit > the --utc flag to date(1) so the generated date will depend on the >

Bug#968344: pencil2d: please make the build reproducible

2020-08-13 Thread Chris Lamb
Source: pencil2d Version: 0.6.4-2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Hi, Whilst working on the Reproducible Builds effort [0] we noticed that pencil2d could not be built