[sweethome3d-furniture-editor] 08/11: d/rules: Prevent embedding of timestamps in icons to make build reproducible.

Markus Koschany apo at moszumanska.debian.org
Mon Aug 29 20:10:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository sweethome3d-furniture-editor.

commit 2304676e332f53e2ad7db4805f46cc2324f73084
Author: Markus Koschany <apo at debian.org>
Date:   Mon Aug 29 21:54:12 2016 +0200

    d/rules: Prevent embedding of timestamps in icons to make build reproducible.
    
    Closes: #776873
    Thanks: Reiner Herrmann for the report and patch.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 8dfcd80..8d9ccf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_install:
 	for i in 16 22 48 128; do \
 		mkdir -p $(ICONS)/$$i; \
 		convert $(ABOUT) -colorspace RGB -resize $${i}x$${i} \
+			+set date:create +set date:modify -define png:exclude-chunk=time \
 			-colorspace sRGB $(ICONS)/$$i/$(NAME).png; \
 	done
 	convert $(ABOUT) -colorspace RGB -resize 32x32 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-furniture-editor.git



More information about the pkg-java-commits mailing list