Source: dactyl Version: 1.2~r20151231-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that dactyl could not be built reproducibly. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2017-04-01 21:45:57.315955937 +0100 --- b/debian/rules 2017-04-01 21:51:37.381584559 +0100 @@ -3,7 +3,7 @@ PACKAGES=pentadactyl # teledactyl melodactyl VERSION=$(shell dpkg-parsechangelog | \ sed -n -e '/^Version:/ { s/^Version:\s*//; s/[^a-z0-9]/_/g; p }') -BUILD_DATE=$(shell date --date="$(shell dpkg-parsechangelog --show-field Date)" "+%Y/%m/%d %H:%M:%S") +BUILD_DATE=$(shell date --utc --date="$(shell dpkg-parsechangelog --show-field Date)" "+%Y/%m/%d %H:%M:%S") %: dh $@ --with xul-ext