[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Any progress with FIS GT.M?



On Wed, Jun 20, 2012 at 9:31 PM, Yaroslav Halchenko <debian@onerussian.com> wrote:

On Wed, 20 Jun 2012, Amul Shah wrote:
> Yaroslav,
> I assume that you will take care of setting LC_ALL in the debian package build, correct?

yeah -- I will... but today I might just collapse and tomorrow evening I
have some festivities scheduled, so can't promise much activity.  So if
anyone else jumps ahead -- that would only be welcomed! ;)

-----

Here is what Brad found as suggested patch for taking care of the LC_ALL,
but... we don't have an environment setup for testing these changes: 

Maybe Andreas or Yaroslav could give it a shot at these changes...?




$ svn diff
Index: control
===================================================================
--- control (revision 11417)
+++ control (working copy)
@@ -3,7 +3,7 @@
 Priority: extra
 Build-Depends: debhelper (>= 9),
  libicu-dev, tcsh, gnupg, zlib1g-dev, libncurses-dev, libgcrypt11-dev, libgpgme11-dev,
- linux-libc-dev, gcc-multilib, cmake, libelf-dev
+ linux-libc-dev, gcc-multilib, cmake, libelf-dev, language-pack-en
 Standards-Version: 3.9.3
 Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
 DM-Upload-Allowed: yes
Index: rules
===================================================================
--- rules (revision 11418)
+++ rules (working copy)
@@ -18,7 +18,7 @@
 GTM_INSTALL_DIR := lib/fis-gtm/$(UAPIDIR)
 
 %:
- dh $@
+ LC_ALL=en_US.UTF-8 dh $@
 
 override_dh_auto_configure:
  dh_auto_configure -- -DCMAKE_INSTALL_PREFIX:PATH=/usr -DGTM_INSTALL_DIR=$(GTM_INSTALL_DIR)


-------------------------------


      Luis



Reply to: