[Python-modules-commits] r33913 - in packages/pyicu/trunk/debian (rules)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Thu Aug 20 09:20:47 UTC 2015
Date: Thursday, August 20, 2015 @ 09:20:44
Author: vcheng
Revision: 33913
actually add export LC_ALL=C to d/rules...
Modified:
packages/pyicu/trunk/debian/rules
Modified: packages/pyicu/trunk/debian/rules
===================================================================
--- packages/pyicu/trunk/debian/rules 2015-08-20 09:19:37 UTC (rev 33912)
+++ packages/pyicu/trunk/debian/rules 2015-08-20 09:20:44 UTC (rev 33913)
@@ -3,6 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export LC_ALL=C
+
PKGNAME:=python-pyicu
PKG3NAME=python3-icu
PYVERS:=$(shell pyversions -vr)
More information about the Python-modules-commits
mailing list