Source: viridian
Version: 1.2-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 viridian could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, viridian 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 viridian.orig/viridian-1.2/debian/rules
viridian/viridian-1.2/debian/rules
--- viridian.orig/viridian-1.2/debian/rules 2015-02-22 10:20:43.648960717
+0000
+++ viridian/viridian-1.2/debian/rules 2015-02-22 10:21:41.527648408 +0000
@@ -11,6 +11,7 @@
convert $(CURDIR)/ViridianApp.png -resize 32 \
$(DESTDIR)/usr/share/pixmaps/ViridianApp.xpm; \
convert $(CURDIR)/ViridianApp.png -resize 48 \
+ +set date:create +set date:modify -define
png:exclude-chunk=time \
$(DESTDIR)/usr/share/icons/hicolor/48x48/apps/ViridianApp.png; \
override_dh_install: