summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduard Sanou <dhole@openmailbox.org>2015-08-12 21:18:21 +0200
committerAndrew Shadura <andrew@shadura.me>2015-08-16 10:14:35 +0200
commit4f6d90c5574db5ce165a1b97212f3dbf8efb0d65 (patch)
treeeaaecf441ac427145e1cb957066c92d359e409fd
parentbf6d8889bff7fc7428fbb1b9c7efb369a2f41958 (diff)
Set date timezone in man pages to UTC to make package build reproducibly. (Closes: #795392)
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 4e6a3e8..9d66c10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
dh $@ --with autoreconf
%.1: %.pod
- pod2man -c "" -d $$(date -d "$$(dpkg-parsechangelog -S Date)" +%F) -r "" $< > $@
+ pod2man -c "" -d $$(date -u -d "$$(dpkg-parsechangelog -S Date)" +%F) -r "" $< > $@
override_dh_auto_build: debian/blkreplay.1
dh_auto_build