Source: yudit
Version: 2.9.6-3
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 yudit could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, yudit can be built reproducibly in our reproducible
toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --no-dereference -urNad
yudit.orig/yudit-2.9.6/debian/patches/reproducible_build
yudit/yudit-2.9.6/debian/patches/reproducible_build
--- yudit.orig/yudit-2.9.6/debian/patches/reproducible_build 1970-01-01
01:00:00.000000000 +0100
+++ yudit/yudit-2.9.6/debian/patches/reproducible_build 2015-06-26
23:31:32.693561411 +0100
@@ -0,0 +1,8 @@
+--- yudit-2.9.6.orig/Makefile.conf.in
++++ yudit-2.9.6/Makefile.conf.in
+@@ -96,3 +96,5 @@ ifeq (x${YUDIT_MYTOOL},x)
+ else
+ MYTOOL := ${YUDIT_MYTOOL}
+ endif
++
++MYTOOL += -comment "created by mytool"
diff --no-dereference -urNad yudit.orig/yudit-2.9.6/debian/patches/series
yudit/yudit-2.9.6/debian/patches/series
--- yudit.orig/yudit-2.9.6/debian/patches/series 2015-06-26
22:51:59.224664413 +0100
+++ yudit/yudit-2.9.6/debian/patches/series 2015-06-26 23:13:56.271779178
+0100
@@ -1,3 +1,4 @@
locale-dir-is-usr_share_locale
install-png-to-pixmaps
messages
+reproducible_build