[sweethome3d] 01/01: Make build reproducible, png timestamps.

Gabriele Giacone gg0-guest at moszumanska.debian.org
Mon Dec 22 10:16:45 UTC 2014


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

gg0-guest pushed a commit to branch master
in repository sweethome3d.

commit c51c78d372079084f1bcd430ea7d36ca9dc8bbe3
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Wed Dec 17 18:37:24 2014 +0100

    Make build reproducible, png timestamps.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3f8fc96..016c0b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sweethome3d (4.5+dfsg-3) UNRELEASED; urgency=medium
+
+  * Make build reproducible, remove timestamps from PNG files.
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Wed, 17 Dec 2014 18:30:28 +0100
+
 sweethome3d (4.5+dfsg-2) unstable; urgency=medium
 
   * 4.5 replaces Loader3DS with a library inspired from lib3ds.
diff --git a/debian/rules b/debian/rules
index bcab269..669b0d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,11 @@ 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/sweethome3d.png; \
 	done
 	convert $(ABOUT) -colorspace RGB -resize 32x32 \
+		+set date:create +set date:modify -define png:exclude-chunk=time \
 		-colorspace sRGB $(ICONS)/sweethome3d.xpm
 	dh_install
 

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



More information about the pkg-java-commits mailing list