Bug#877470: Question about strip-nondeterminism in bsh

2017-10-16 Thread Chris Lamb
Jathan, > include /usr/share/dpkg/pkg-info.mk > > export SOURCE_DATE_EPOCH = $(call > dpkg_late_eval,SOURCE_DATE_EPOCH,dpkg-parsechangelog -STimestamp) > or > export SOURCE_DATE_EPOCH = $(shell dpkg-parsechangelog -STimestamp) I fear you are confused here — if you include include

Bug#877470: Question about strip-nondeterminism in bsh

2017-10-16 Thread jathan
On 09/10/17 10:47, Chris Lamb wrote: > [Adding 877...@bugs.debian.org to CC] > > Hi jathan, > >> Also I want to ask you what does it mean you actually use >> /usr/share/dpkg/pkg-info.mk for SOURCE_DATE_EPOCH > > See, for example: > >

Bug#877470: Question about strip-nondeterminism in bsh

2017-10-09 Thread Chris Lamb
[Adding 877...@bugs.debian.org to CC] Hi jathan, > Also I want to ask you what does it mean you actually use > /usr/share/dpkg/pkg-info.mk for SOURCE_DATE_EPOCH See, for example: https://github.com/lamby/pkg-python-daiquiri/blob/debian/sid/debian/rules#L3 If you take a look at the