[Python-modules-commits] [python-tzlocal] 02/02: unset TZ during build, so tests don't fail

Edward Betts edward at moszumanska.debian.org
Mon Oct 26 11:31:36 UTC 2015


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

edward pushed a commit to branch master
in repository python-tzlocal.

commit 6c7fa2f29d7af0ce3a555fe271b31dc9b51e2099
Author: Edward Betts <edward at 4angle.com>
Date:   Mon Oct 26 11:31:10 2015 +0000

    unset TZ during build, so tests don't fail
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abe7bd3..6a9f824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tzlocal (1.2-2) unstable; urgency=medium
+
+  * debian/rules: unset TZ, so tests don't fail (Closes: #802122)
+
+ -- Edward Betts <edward at debian.org>  Sun, 25 Oct 2015 08:45:30 +0000
+
 python-tzlocal (1.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #797503)
diff --git a/debian/rules b/debian/rules
index 5ce229e..d8ddf41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.8.5 at
-# Sun, 30 Aug 2015 16:12:07 +0100
 export PYBUILD_NAME=tzlocal
-unexport TZ
+unexport TZ  # test suite fails if TZ is set
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tzlocal.git



More information about the Python-modules-commits mailing list