Package: yorick-spydr Version: 0.8.2-3 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org 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
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers