[Reproducible-builds] How to help out sorting logs?
Stéphane Glondu
glondu at debian.org
Tue Feb 18 12:31:39 UTC 2014
Le 15/02/2014 00:42, Jérémy Bobbio a écrit :
> Then, when I want to checkout a package, here's how I usually do it:
>
> # apt-get build-dep haskell-setenv
> $ mkdir -p haskell-setenv/r1
> $ apt-get source haskell-setenv
> $ cp -a . ../r2
> $ cd haskell-setenv*
> $ debuild
> $ cd ../r2/haskell-setenv*
> $ DEB_BUILD_TIMESTAMP=$(date +%s -d"$(sed -n -e 's/^Date: //p' ../../r1/*.changes)") debuild
> $ cd ../..
> $ ../misc/diffp r1/*.changes r2/*.changes
One additional note: the absolute path to r1 and r2 must be longer that
/usr/src (so using directly /tmp doesn't work).
Cheers,
--
Stéphane
More information about the Reproducible-builds
mailing list