[jxplorer] 01/01: apply patch for #776758; reproducible builds
Tony Mancill
tmancill at moszumanska.debian.org
Sun Feb 1 20:14:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jxplorer.
commit 5303ebfc79f72452d45ac7145e56adf8dbf3f305
Author: tony mancill <tmancill at debian.org>
Date: Sun Feb 1 12:12:34 2015 -0800
apply patch for #776758; reproducible builds
---
debian/changelog | 9 +++++++++
debian/rules | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7f7179a..e9b4bf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jxplorer (3.3.2+dfsg-3) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Prevent embedding of timestamps in icons to make the build
+ reproducible. (Closes: #776758)
+ - Thank you to Reiner Herrmann for the bug report and patch.
+
+ -- tony mancill <tmancill at debian.org> Sun, 01 Feb 2015 09:13:00 -0800
+
jxplorer (3.3.2+dfsg-2) unstable; urgency=low
* Team upload.
diff --git a/debian/rules b/debian/rules
index 524560b..50acf1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,7 @@ override_dh_install:
mkdir -p $(ICONS)/$${i}x$${i}/apps; \
convert images/logo_64.png -colorspace RGB \
-resize $${i}x$${i} -colorspace sRGB \
+ +set date:create +set date:modify -define png:exclude-chunk=time \
$(ICONS)/$${i}x$${i}/apps/jxplorer.png; \
done
install -d -m 755 $(USRSHARE)/pixmaps
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jxplorer.git
More information about the pkg-java-commits
mailing list