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

Luis Ibanez luisibanez-guest at alioth.debian.org
Sat Jul 7 20:05:30 UTC 2012


Author: luisibanez-guest
Date: 2012-07-07 20:05:30 +0000 (Sat, 07 Jul 2012)
New Revision: 11634

Modified:
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/rules
Log:
Added full path to OSEHRA_PATH and VISTAINSTANCEDIR by using $(shell pwd)



Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-07 19:32:56 UTC (rev 11633)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-07 20:05:30 UTC (rev 11634)
@@ -15,6 +15,7 @@
     Added specification of OSEHRA_PATH to invocation of CMake.
     OSEHRA_PATH should be a PATH type, not a STRING type.
     Skip dh_auto_test, by adding override_dh_auto_test section.
+    Added full path to OSEHRA_PATH and VISTAINSTANCEDIR by using $(shell pwd).
   * 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 19:32:56 UTC (rev 11633)
+++ trunk/packages/vista/trunk/debian/rules	2012-07-07 20:05:30 UTC (rev 11634)
@@ -5,11 +5,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-VISTAINSTANCEDIR := debian/var/lib/vista
+PWD := $(shell pwd)
+VISTAINSTANCEDIR := $(PWD)/debian/var/lib/vista
+VISTA_FOIA_DIR := $(PWD)/VistA-FOIA
 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
 
 %:




More information about the debian-med-commit mailing list