Your message dated Sat, 30 Sep 2017 01:46:08 +0300
with message-id <20170929224608.4kydkyhqssnucjbp@localhost>
and subject line yorick-spydr is now reproducible
has caused the Debian Bug report #764993,
regarding yorick-spydr: please create spydr48.png icon without build timestamp
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
764993: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764993
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: yorick-spydr
Version: 0.8.2-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps

Hi!

As part of the Reproducible Builds effort[1], we have identified that the
spydr48.png file in yorick-spydr contains the time at which the package
was built.  This prevents yorick-spydr from being built reproducibly.

The attached patch fixes the issue by passing the '+set date:create
+set date:modify' options to the convert command in debian/rules,
which prevents ImageMagick from writing timestamps to the .png file.
Could this patch be applied to yorick-spydr?

Thanks!

Andrew

[1] https://wiki.debian.org/ReproducibleBuilds
diff -ruN yorick-spydr-0.8.2.orig/debian/rules yorick-spydr-0.8.2/debian/rules
--- yorick-spydr-0.8.2.orig/debian/rules	2012-06-27 07:50:55.000000000 -0700
+++ yorick-spydr-0.8.2/debian/rules	2014-10-12 12:43:53.048291000 -0700
@@ -12,5 +12,5 @@
 
 override_dh_auto_build:
 	convert spydr.xpm -resize 32 spydr32.xpm
-	convert spydr.xpm -crop +2-2 +repage  spydr48.png
+	convert spydr.xpm +set date:create +set date:modify -crop +2-2 +repage  spydr48.png
 	dh_auto_build

--- End Message ---
--- Begin Message ---
yorick-spydr is now reproducible:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/yorick-spydr.html

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to