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

Luis Ibanez luisibanez-guest at alioth.debian.org
Sat Jul 7 18:36:33 UTC 2012


Author: luisibanez-guest
Date: 2012-07-07 18:36:33 +0000 (Sat, 07 Jul 2012)
New Revision: 11631

Modified:
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/rules
Log:
Added specification of OSEHRA_PATH to invocation of CMake.


Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-07 18:08:35 UTC (rev 11630)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-07 18:36:33 UTC (rev 11631)
@@ -12,6 +12,7 @@
     Enable CLEAN_DATABASE to trigger the importing of routines and globals.
     Specify that auto_install is in the debian directory.
     Introduced a dedicated get-orig-source file to better use bash commands.
+    Added specification of OSEHRA_PATH to invocation of CMake.
   * debian/get-orig-source:
     Now preparing the routines.ro and globals.lst files at the moment of
     packaging creating the orig.tar.gz file.

Modified: trunk/packages/vista/trunk/debian/rules
===================================================================
--- trunk/packages/vista/trunk/debian/rules	2012-07-07 18:08:35 UTC (rev 11630)
+++ trunk/packages/vista/trunk/debian/rules	2012-07-07 18:36:33 UTC (rev 11631)
@@ -9,6 +9,7 @@
 GTM_INSTALL_DIR := /usr/lib/fis-gtm/V5.5-000_x86_64
 VISTA_GLOBALS_DIR := $(VISTAINSTANCEDIR)/g
 VISTA_ROUTINES_DIR := $(VISTAINSTANCEDIR)/r
+VISTA_FOIA_DIR := ./VistA-FOIA
 GTMPROFILE := $(GTM_INSTALL_DIR)/gtmprofile
 
 %:
@@ -20,6 +21,7 @@
 -DGTM_INSTALL_DIR=$(GTM_INSTALL_DIR) \
 -DGTMPROFILE:PATH=$(GTMPROFILE) \
 -DCLEAN_DATABASE:BOOL=ON \
+-DOSEHRA_PATH:STRING=$(VISTA_FOIA_DIR) \
 -DVISTA_GLOBALS_DIR:PATH=$(VISTA_GLOBALS_DIR) \
 -DVISTA_ROUTINE_DIR:PATH=$(VISTA_ROUTINES_DIR)
 




More information about the debian-med-commit mailing list