summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-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