On 03/29/2018 06:35 PM, Jean-Michel Vourgère wrote: > Some thoughs: > > On arm64 [1] the binnmu .buildinfo contains: > Environment: > DEB_BUILD_OPTIONS="parallel=3" > LC_ALL="POSIX" > SOURCE_DATE_EPOCH="1522153653" > > while on armhf [2] the binnmu .buildinfo contains: > Environment: > DEB_BUILD_OPTIONS="parallel=4" > LC_ALL="POSIX" > SOURCE_DATE_EPOCH="1522224789" > > /s/b/dpkg-buildpackage does not overwrite SOURCE_DATE_EPOCH if it is already > defined in the environment. > Also, it looks like it does not parse the changelog.Debian.$arch that are bin- > nmu specifics. > It parses debian/changelog, which is where sbuild writes the binNMU info in the unpacked source. There's no changelog.Debian.$arch at that point anywhere.
> Could it be that the wanna-build stack wrongly define the variable before > calling dpkg-buildpackage? > Nope. Cheers, Julien
