[med-svn] r11671 - trunk/packages/vista/trunk/debian

Luis Ibanez luisibanez-guest at alioth.debian.org
Mon Jul 9 23:36:18 UTC 2012


Author: luisibanez-guest
Date: 2012-07-09 23:36:18 +0000 (Mon, 09 Jul 2012)
New Revision: 11671

Modified:
   trunk/packages/vista/trunk/debian/auto_install
   trunk/packages/vista/trunk/debian/changelog
Log:
Set the gtm_destdir environment variable to remove a portion of the
.m files path, and make the .o files contain the correct destination
path that will make possible for the $TEXT() function to work properly.



Modified: trunk/packages/vista/trunk/debian/auto_install
===================================================================
--- trunk/packages/vista/trunk/debian/auto_install	2012-07-09 19:14:50 UTC (rev 11670)
+++ trunk/packages/vista/trunk/debian/auto_install	2012-07-09 23:36:18 UTC (rev 11671)
@@ -1,6 +1,7 @@
 #!/bin/bash
 export GTM_INSTALL_DIR=/usr/lib/fis-gtm/V5.5-000_x86_64
-export VISTA_INSTANCE_DIR=debian/tmp/var/lib/vista
+export gtm_destdir=`pwd`/debian/tmp
+export VISTA_INSTANCE_DIR=$gtm_destdir/var/lib/vista
 export CMAKE_VISTA_FOIA_DIR=`pwd`/Vista-FOIA
 export CMAKE_OSEHRA_BINARY_DIR=`pwd`/obj-x86_64-linux-gnu
 mkdir -p $VISTA_INSTANCE_DIR
@@ -37,6 +38,5 @@
 echo "I: Importing Globals..."
 echo "I: We are in the directory: "
 pwd
-python "$CMAKE_OSEHRA_BINARY_DIR/GlobalImport.py"
+python CMAKE_OSEHRA_BINARY_DIR/GlobalImport.py"
 echo "I: Importing completed for VistA instance"
-

Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-09 19:14:50 UTC (rev 11670)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-09 23:36:18 UTC (rev 11671)
@@ -38,6 +38,9 @@
     Set gtm_dist file in the PATH so that gtm executables can be found by
     the helper python scripts.
     Ensure that the Testing/Log directory exists in the BINARY_DIR.
+    Set the gtm_destdir environment variable to remove a portion of the
+    .m files path, and make the .o files contain the correct destination
+    path that will make possible for the $TEXT() function to work properly.
   * debian/copyright:
     Addressing lintian warning: missing-license-paragraph-in-dep5-copyright,
     added a paragraph stating where to find the license file.




More information about the debian-med-commit mailing list