[med-svn] [vista] 02/02: Adding vista-foia metapackage.

Luis Ibanez luisibanez-guest at moszumanska.debian.org
Tue Jan 21 19:55:47 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 1cedd2284047496f01fddd7c449a9d8ae8d457c5
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date:   Tue Jan 21 14:52:04 2014 -0500

    Adding vista-foia metapackage.
    
    Introduced vista-foia meta-package that depends on the specific package
    vista-foia-0.20130405, which in turns contains the M/MUMPS routines for
    the FOIA release included in this package. In this way, it is possible
    to install multiple versions of vista-foia, and have the vista-foia
    package pointing to the most recent one.
---
 debian/changelog |  3 +++
 debian/control   | 21 ++++++++++++++++++++-
 debian/rules     |  3 ++-
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6be36e6..4f25394 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,5 +23,8 @@ vista-foia (0.20140106-1) UNRELEASED; urgency=low
   * In rules, removing .pyc files in clean: target.
   * Started adding deployment scripts to create instances.
   * In rules, added make rule for compiling VistA .m routines into .o files.
+  * In control, add meta-package to point to the most recent FOIA release.
+    The vista-foia-0.20130405 corresponds to the version of the M routines
+    included in the FOIA release of April 5th 2013.
 
  -- Luis Ibanez <luis.ibanez at kitware.com>  Wed, 4 Jul 2012 17:16:45 -0500
diff --git a/debian/control b/debian/control
index 1780731..4b2eb85 100644
--- a/debian/control
+++ b/debian/control
@@ -15,12 +15,31 @@ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/vista/trunk
 Homepage: http://www.osehra.org
 
 Package: vista-foia
+Architecture: all
+Depends: ${misc:Depends},
+         vista-foia-0.20130405
+Provides: vista
+Description: metapackage for the latest version of vista-foia.
+ VistA: the Veterans Health Information Systems and Technology Architecture.
+ This is an integrated health information system that was developed by
+ employees of the US Department of Veterans Affairs (VA). Therefore, the
+ large majority of the source code in VistA is in the Public Domain.
+ In 2011, the VA set up an Open Source custodial organization (OSEHRA)
+ to develop an open source environment for VistA. OSEHRA adopted the
+ 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 it depends on the GT.M
+ compiler and database being available (this is provided by the package
+ fis-gtm).
+
+Package: vista-foia-0.20130405
 Architecture: amd64 i386
 Depends: fis-gtm,
          cmake (>= 2.8.5),
          xinetd,
          ssh
-Provides: vista-foia
+Provides: vista
 Description: package for VistA EHR
  VistA: the Veterans Health Information Systems and Technology Architecture.
  This is an integrated health information system that was developed by
diff --git a/debian/rules b/debian/rules
index 844dfae..d3b514a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ ARCH=$(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 UAPIVER=6.0-003
 UAPIDIR=V$(UAPIVER)_$(ARCH)
 LOCALINSTANCEDIR=$(PWD)/debian
-VISTAINSTANCEDIR=$(LOCALINSTANCEDIR)/usr/share/vista-foia
+FOIA_VERSION='20130405'
+VISTAINSTANCEDIR=$(LOCALINSTANCEDIR)/usr/share/vista-foia-$(FOIA_VERSION)
 GTM_INSTALL_DIR=/usr/lib/fis-gtm/$(UAPIDIR)
 VISTA_GLOBALS_DIR=$(VISTAINSTANCEDIR)/g
 VISTA_ROUTINES_DIR=$(VISTAINSTANCEDIR)/r

-- 
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