[Python-modules-commits] r33876 - in packages/python-git/trunk/debian (changelog rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Tue Aug 18 22:03:01 UTC 2015


    Date: Tuesday, August 18, 2015 @ 22:03:00
  Author: yoh
Revision: 33876

debian/rules - set LC_ALL=C.UTF-8 while running tests

Modified:
  packages/python-git/trunk/debian/changelog
  packages/python-git/trunk/debian/rules

Modified: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog	2015-08-18 22:02:47 UTC (rev 33875)
+++ packages/python-git/trunk/debian/changelog	2015-08-18 22:03:00 UTC (rev 33876)
@@ -5,6 +5,8 @@
   * debian/control
     - X-Python-Version: >= 2.7  to avoid problems on wheezy with 2.6 supported
       and then needing python-ordereddict
+  * debian/rules
+    - set LC_ALL=C.UTF-8 while running tests
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 17 Aug 2015 17:56:44 -0400
 

Modified: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules	2015-08-18 22:02:47 UTC (rev 33875)
+++ packages/python-git/trunk/debian/rules	2015-08-18 22:03:00 UTC (rev 33876)
@@ -17,6 +17,7 @@
          cd GitPython; git submodule update --init --recursive; \
           for i in `seq 4`; do git reset --hard HEAD~1; done; git reset --hard origin/master; touch ../go
 	[ ! -e build/test/go ] || \
+     LC_ALL=C.UTF-8 \
      GIT_PYTHON_TEST_GIT_REPO_BASE=$(CURDIR)/build/test/GitPython \
 	 nosetests -s -v git/test
 




More information about the Python-modules-commits mailing list