[med-svn] r11426 - trunk/packages/fis-gtm/fis-gtm/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Thu Jun 21 18:15:23 UTC 2012
Author: luisibanez-guest
Date: 2012-06-21 18:15:23 +0000 (Thu, 21 Jun 2012)
New Revision: 11426
Modified:
trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
Log:
rules: create lower-case "utf8" locale in LOCPATH
The configure script needs a lower-case name for the
locale when compiling for UTF-8.
Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-06-21 16:28:43 UTC (rev 11425)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-06-21 18:15:23 UTC (rev 11426)
@@ -22,6 +22,7 @@
export LC_ALL=en_US.UTF-8
# Setup locales asap
DUMMY := $(shell [ -e debian/tmp/locale/en_US.UTF-8 ] || { mkdir -p debian/tmp/locale/ && localedef -f UTF-8 -i en_US debian/tmp/locale/en_US.UTF-8; })
+DUMMY := $(shell [ -e debian/tmp/locale/en_US.utf8 ] || { mkdir -p debian/tmp/locale/ && localedef -f UTF-8 -i en_US debian/tmp/locale/en_US.utf8; })
%:
dh $@
More information about the debian-med-commit
mailing list