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

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


Author: luisibanez-guest
Date: 2012-07-07 18:46:18 +0000 (Sat, 07 Jul 2012)
New Revision: 11632

Modified:
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/rules
Log:
OSEHRA_PATH should be a PATH type, not a STRING type.



Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-07 18:36:33 UTC (rev 11631)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-07 18:46:18 UTC (rev 11632)
@@ -13,6 +13,7 @@
     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.
+    OSEHRA_PATH should be a PATH type, not a STRING type.
   * 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:36:33 UTC (rev 11631)
+++ trunk/packages/vista/trunk/debian/rules	2012-07-07 18:46:18 UTC (rev 11632)
@@ -21,7 +21,7 @@
 -DGTM_INSTALL_DIR=$(GTM_INSTALL_DIR) \
 -DGTMPROFILE:PATH=$(GTMPROFILE) \
 -DCLEAN_DATABASE:BOOL=ON \
--DOSEHRA_PATH:STRING=$(VISTA_FOIA_DIR) \
+-DOSEHRA_PATH:PATH=$(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