Source: omt
Version: 0.1.16
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 omt could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, omt 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 omt.orig/omt-0.1.16/man/Makefile omt/omt-0.1.16/man/Makefile
--- omt.orig/omt-0.1.16/man/Makefile 2015-02-04 16:17:55.107949017 +0000
+++ omt/omt-0.1.16/man/Makefile 2015-02-04 16:18:25.589294009 +0000
@@ -5,6 +5,6 @@
install:
pod2man --center=$(DA) mirrortool.pod > mirrortool.1
- gzip --best *.1
+ gzip -n --best *.1
mkdir -p $(DESTDIR)/usr/share/man/man1
install -c -m 644 *.1.gz $(DESTDIR)/usr/share/man/man1