Source: debian-builder
Version: 1.8
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that debian-builder could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, debian-builder can be built reproducibly in our current
experimental
framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad debian-builder.orig/debian-builder-1.8/Makefile
debian-builder/debian-builder-1.8/Makefile
--- debian-builder.orig/debian-builder-1.8/Makefile 2015-02-04
00:06:00.051524333 +0000
+++ debian-builder/debian-builder-1.8/Makefile 2015-02-04 00:11:50.171093451
+0000
@@ -28,7 +28,7 @@
cp bin/debian-builder $(PREFIX)usr/bin
cp etc/debian-builder.conf $(PREFIX)etc/debian-builder
cp doc/debian-builder.1 $(PREFIX)usr/share/man/man1
- gzip -9 $(PREFIX)usr/share/man/man1/debian-builder.1
+ gzip -9n $(PREFIX)usr/share/man/man1/debian-builder.1
uninstall:
-rm -rf /var/cache/debian-builder/tmp