Control: reopen -1 !

There is still a small issue.
The build date that was used in the previous patch
varies depending on timezones.
The attached patch sets the timezone to UTC, so that
a constant date will be used.

diff --git a/debian/rules b/debian/rules
index d3d1fcf..00c3896 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

Attachment: signature.asc
Description: Digital signature

Reply via email to