[DRE-commits] [ruby-timecop] 03/06: debian/rules: set TZ=UTC (Closes: #795663)

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Sep 10 23:09:41 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-timecop.

commit c8c770965ccf76e69e83a4602fd83fe061096653
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Sep 10 19:44:59 2015 -0300

    debian/rules: set TZ=UTC (Closes: #795663)
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b152198..aec2977 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-timecop (0.8.0-1) UNRELEASED; urgency=medium
 
   * Team upload
   * New upstream release
+  * debian/rules: set TZ=UTC (Closes: #795663)
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 10 Sep 2015 19:37:42 -0300
 
diff --git a/debian/rules b/debian/rules
index c6142f6..56e5bd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+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/ruby-timecop.git



More information about the Pkg-ruby-extras-commits mailing list