Your message dated Sat, 30 Sep 2017 00:58:09 +0300
with message-id <20170929215808.ogkgbtfvb5tkackr@localhost>
and subject line xshogi is now reproducible
has caused the Debian Bug report #778786,
regarding xshogi: please make the build reproducible
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.)
--
778786: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778786
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xshogi
Version: 1.4.2-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
Hi!
While working on Debian's “reproducible builds” effort [1], we have
noticed that xshogi doesn't build reproducibly.
A PNG icon contains an embedded timestamp.
The attached patch fixes this. Once applied, xshogi can be
built reproducibly in our current experimental framework.
Regards,
Reiner
[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/rules b/debian/rules
index 593f8a2..e84d1d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
convert -monitor -resize 32x32 eastern_bitmaps/king.xbm xshogi.xpm
- convert -monitor -resize 32x32 eastern_bitmaps/king.xbm xshogi.png
+ convert -monitor -resize 32x32 eastern_bitmaps/king.xbm +set date:create +set date:modify -define png:exclude-chunk=time xshogi.png
override_dh_auto_clean:
dh_auto_clean
rm -f xshogi.xpm xshogi.png
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
xshogi is now reproducible:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/xshogi.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 ---