Bug#719845: [PATCH] t-deterministic-file-order: new test case

2013-08-27 Thread Jérémy Bobbio
Guillem Jover: > On Tue, 2013-08-27 at 23:12:34 +0200, Jérémy Bobbio wrote: > > In order to make the build reproducible, we ensure that the files are > > written to the .deb in a deterministic file order. > > --- > > > > Here is a test case for pkg-tests that should ensure that files are > > alway

Bug#719845: [PATCH] t-deterministic-file-order: new test case

2013-08-27 Thread Guillem Jover
Hi! On Tue, 2013-08-27 at 23:12:34 +0200, Jérémy Bobbio wrote: > In order to make the build reproducible, we ensure that the files are > written to the .deb in a deterministic file order. > --- > > Here is a test case for pkg-tests that should ensure that files are > always written in the same or

Bug#719845: [PATCH] t-deterministic-file-order: new test case

2013-08-27 Thread Jérémy Bobbio
In order to make the build reproducible, we ensure that the files are written to the .deb in a deterministic file order. --- Here is a test case for pkg-tests that should ensure that files are always written in the same order in the control and data tarball, despite what readdir() says. t-determ