[sweethome3d] 01/01: restore reproducible build commit

Tony Mancill tmancill at moszumanska.debian.org
Wed Feb 25 05:36:35 UTC 2015


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

tmancill pushed a commit to branch master
in repository sweethome3d.

commit 13e3d805935031cefb5a0eb432698df4ca8d8973
Author: tony mancill <tmancill at debian.org>
Date:   Tue Feb 24 21:36:26 2015 -0800

    restore reproducible build commit
---
 debian/changelog | 9 +++++++++
 debian/rules     | 2 ++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8910ff7..84bcbda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sweethome3d (4.5+dfsg-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+
+  [ Gabriele Giacone ]
+  * Make build reproducible, remove timestamps from PNG files.
+
+ -- tony mancill <tmancill at debian.org>  Tue, 24 Feb 2015 21:34:37 -0800
+
 sweethome3d (4.5+dfsg-3) unstable; urgency=medium
 
   * Team upload.
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