Question about strip-nondeterminism in bsh
Chris Lamb
lamby at debian.org
Mon Oct 16 19:41:37 UTC 2017
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
/usr/share/dpkg/pkg-info.mk, SOURCE_DATE_EPOCH will be exported for
you. Indeed, that's the entire point of using this include :)
> How can I see the /usr/share/dpkg/pkg-info.mk you have used for
> pkg-python-daiquiri to make a comparison of contents
Hm? I don't understand why you would need to see mine? It's
almost certainly the same…
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
More information about the Reproducible-builds
mailing list