Source: libmoe
Version: 1.5.8-1
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 libmoe could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, libmoe can be built reproducibly in our reproducible
toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad libmoe.orig/libmoe-1.5.8/debian/rules
libmoe/libmoe-1.5.8/debian/rules
--- libmoe.orig/libmoe-1.5.8/debian/rules 2015-02-24 23:46:15.950902528
+0000
+++ libmoe/libmoe-1.5.8/debian/rules 2015-02-25 00:19:28.298931556 +0000
@@ -49,7 +49,8 @@
DESTDIR=`pwd`/debian/tmp \
PREFIX=/usr \
LIBEXECDIR='$${PREFIX}/lib/moe' \
- MANDIR=/usr/share/man
+ MANDIR=/usr/share/man \
+ MANCOMPR="gzip -9cn"
# Build architecture-independent files here.
binary-indep: build install
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds