[Python-modules-commits] r16819 - in packages/python-djvulibre/trunk/debian (rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Fri Apr 29 10:57:22 UTC 2011
Date: Friday, April 29, 2011 @ 10:57:13
Author: danstender-guest
Revision: 16819
added LC_ALL switch to debian/rules
Modified:
packages/python-djvulibre/trunk/debian/rules
Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules 2011-04-29 08:11:23 UTC (rev 16818)
+++ packages/python-djvulibre/trunk/debian/rules 2011-04-29 10:57:13 UTC (rev 16819)
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
+export LC_ALL=C
PYX_FILES = $(wildcard djvu/*.pyx)
C_FILES = $(PYX_FILES:.pyx=.c)
More information about the Python-modules-commits
mailing list