[med-svn] [vista] 01/01: Updated fis-gtm location and vista VCS url.
Luis Ibanez
luisibanez-guest at moszumanska.debian.org
Mon Jan 6 23:00:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
luisibanez-guest pushed a commit to branch master
in repository vista.
commit d10e129cfc83a98293dc433ea02986632f241d4a
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Mon Jan 6 17:59:03 2014 -0500
Updated fis-gtm location and vista VCS url.
Updated location of fis-gtm (version number in directory) and vista package VCS
url.
---
debian/changelog | 1 +
debian/control | 9 +++++----
debian/rules | 6 +++---
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 05f70fd..f283c0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,5 +3,6 @@ vista-foia (0.20131218-1) UNRELEASED; urgency=low
[ Luis Ibanez ]
* Initial attempt to package
* Renamed the package as VistA-FOIA to have consistent naming with tar files.
+ * Updated location of fis-gtm (version number in directory) and vista package VCS url.
-- Luis Ibanez <luis.ibanez at kitware.com> Wed, 4 Jul 2012 17:16:45 -0500
diff --git a/debian/control b/debian/control
index 3230119..93f1ca8 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 9),
python,
cmake (>= 2.8.5)
Standards-Version: 3.9.5
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/fis-gtm/trunk
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/fis-gtm/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vista/trunk
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/vista/trunk
Homepage: http://www.osehra.org
Package: vista-foia
@@ -29,5 +29,6 @@ Description: package for VistA EHR
Apache 2.0 License for all subsequent contributions to be integrated
with the VisA code base.
.
- VistA is implemented in M/MUMPS, and on Linux depends on the GT.M
- compiler and database being available.
+ VistA is implemented in M/MUMPS, and on Linux it depends on the GT.M
+ compiler and database being available (this is provided by the package
+ fis-gtm).
diff --git a/debian/rules b/debian/rules
index 7d53ed5..f31a25a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-VISTAINSTANCEDIR=debian/usr/share/VistA-FOIA
-GTM_INSTALL_DIR=/usr/lib/fis-gtm/V5.5-000_x86_64
+VISTAINSTANCEDIR=debian/usr/share/vista-foia
+GTM_INSTALL_DIR=/usr/lib/fis-gtm/V6.0-003_x86_64
VISTA_GLOBALS_DIR=$(VISTAINSTANCEDIR)/g
VISTA_ROUTINES_DIR=$(VISTAINSTANCEDIR)/r
GTMPROFILE=$(GTM_INSTALL_DIR)/gtmprofile
@@ -29,7 +29,7 @@ override_dh_auto_install:
mkdir -p $(VISTAINSTANCEDIR)/g
mkdir -p $(VISTAINSTANCEDIR)/inet
mkdir -p $(VISTAINSTANCEDIR)/inet/Logs
- gtm_dist=/usr/lib/fis-gtm/V5.5-000_x86_64
+ gtm_dist=$(GTM_INSTALL_DIR)
gtmprofilefile=$(gtm_dist)/gtmprofile
source $(gtmprofilefile)
gtmgbldir=$(VISTAINSTANCEDIR)/g/database
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/vista.git
More information about the debian-med-commit
mailing list