[Pkg-mozext-maintainers] Bug#859299: dactyl: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Apr 1 20:53:58 UTC 2017


Source: dactyl
Version: 1.2~r20151231-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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


More information about the Pkg-mozext-maintainers mailing list