Bug#774498: base-files: please make the build reproducible

2015-05-15 Thread Santiago Vila
On Fri, May 15, 2015 at 10:07:34PM +0200, Jérémy Bobbio wrote: > Hi! > > Santiago Vila: > > I'm thinking about the minimal "find" command which does the trick. > > > > The proposed line says this: > > > > + find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \ > > + xar

Bug#774498: base-files: please make the build reproducible

2015-05-15 Thread Jérémy Bobbio
Hi! Santiago Vila: > I'm thinking about the minimal "find" command which does the trick. > > The proposed line says this: > > + find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \ > + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' > > Why -depth? > > If I w

Bug#774498: base-files: please make the build reproducible

2015-05-14 Thread Santiago Vila
Hi. I'm thinking about the minimal "find" command which does the trick. The proposed line says this: + find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \ + xargs -0r touch --no-dereference --date='$(BUILD_DATE)' Why -depth? If I were to remove files or directories,

Bug#774498: base-files: please make the build reproducible

2015-01-03 Thread Jérémy Bobbio
> Tags: patch Here it is. -- Lunar.''`. lu...@debian.org: :Ⓐ : # apt-get install anarchism `. `'` `- diff -Nru base-files-8/debian/changelog base-files-8.0~reprodu

Bug#774498: base-files: please make the build reproducible

2015-01-03 Thread Jérémy Bobbio
Source: base-files Version: 8 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps Hi! While working on the “reproducible builds” effort [1], we have noticed that base-files could not be built reproducibly. The attached patch will stop recording t