[DRE-commits] [nanoc] 02/02: timezone to UTC in d/rules and prepare changelog

Cédric Boutillier boutil at moszumanska.debian.org
Thu May 4 11:46:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch experimental
in repository nanoc.

commit cc45e3cf76ebdc11ec60fa1232a251dd10abf410
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu May 4 11:07:35 2017 +0200

    timezone to UTC in d/rules and prepare changelog
---
 debian/changelog | 10 ++++++++++
 debian/rules     |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e315445..bb2588f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+nanoc (4.7.9-1~exp1) experimental; urgency=medium
+
+  * New upstream version 4.7.9
+
+  [Antonio Terceiro]
+  * debian/rules: export TZ=UTC to make sure the tests pass regardless of the
+    local timezone
+
+ -- Cédric Boutillier <boutil at debian.org>  Thu, 04 May 2017 11:01:36 +0200
+
 nanoc (4.7.8-1~exp1) experimental; urgency=medium
 
   * New upstream version 4.7.8
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