[DRE-commits] [nanoc] 01/01: debian/rules: make tests pass on any timezone
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Apr 27 22:41:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository nanoc.
commit a6c6556a83c6aed2e8ec0bc05b325a1c262010f1
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Apr 27 19:11:18 2017 -0300
debian/rules: make tests pass on any timezone
---
debian/changelog | 8 ++++++++
debian/rules | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4cc49d6..78c30c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nanoc (4.4.7-3) unstable; urgency=medium
+
+ * Team upload.
+ * debian/rules: export TZ=UTC to make sure the tests pass regardless of the
+ local timezone (Closes: #861119)
+
+ -- Antonio Terceiro <terceiro at debian.org> Thu, 27 Apr 2017 19:09:59 -0300
+
nanoc (4.4.7-2) unstable; urgency=medium
* Depend on asciidoc-base instead of asciidoc (Closes: #850357)
diff --git a/debian/rules b/debian/rules
index 293ca12..7bcba03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export GEM2DEB_TEST_RUNNER = --check-dependencies
+export TZ = UTC
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/nanoc.git
More information about the Pkg-ruby-extras-commits
mailing list