[sunflow] 01/04: patch for #778702

Tony Mancill tmancill at moszumanska.debian.org
Sat Feb 21 15:19:31 UTC 2015


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

tmancill pushed a commit to branch master
in repository sunflow.

commit 01e38e2e6de62bfff7930a8fed19a711905ddf59
Author: tony mancill <tmancill at debian.org>
Date:   Thu Feb 19 22:57:46 2015 -0800

    patch for #778702
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c0a6771..48cf84e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sunflow (0.07.2.svn396+dfsg-14) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Patch debian/rules to make the build reproducible.  (Closes: #778702)
+    - Thanks to Reiner Herrmann for the bug report and patch.
+
+ -- tony mancill <tmancill at debian.org>  Thu, 19 Feb 2015 22:55:59 -0800
+
 sunflow (0.07.2.svn396+dfsg-13) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index a9ebb20..f67c0ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ build/sunflow::
 		debian/sunflow.pod -o debian/sunflow.1
 
 	# Render icons
-	convert -background "rgba(255,255,255,0)" -geometry 48x48 debian/sunflow.svg debian/sunflow.png
+	convert -background "rgba(255,255,255,0)" -geometry 48x48 debian/sunflow.svg +set date:create +set date:modify -define png:exclude-chunk=time debian/sunflow.png
 	convert -background "rgba(255,255,255,0)" -geometry 32x32 debian/sunflow.svg debian/sunflow.xpm
 
 clean::

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/sunflow.git



More information about the pkg-java-commits mailing list