[med-svn] [vista] 01/02: Combined import and compilation targets.
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 2e60e4936f8d15eaec23d1311a61868fb7bdde9f
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Tue Jan 21 14:10:02 2014 -0500
Combined import and compilation targets.
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 4229c89..844dfae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,13 +96,16 @@ override_dh_auto_install:
(export gtmgbldir=$(VISTA_GTM_DATABASE); export gtmroutines=$(VISTA_GTM_ROUTINES); export gtm_dist=$(GTM_INSTALL_DIR); $(GTM_INSTALL_DIR)/dse change -f -key_max=1023 -rec=4096)
cp -r debian/deploy $(VISTAINSTANCEDIR)
-override_dh_auto_build:
+import_routines_and_globals:
(export gtmgbldir=$(VISTA_GTM_DATABASE); export gtmroutines=$(VISTA_GTM_ROUTINES); export gtm_dist=$(GTM_INSTALL_DIR); \
cd $(VISTA_TESTING_BINARY_DIR); \
make ExperimentalStart; \
make ExperimentalConfigure; \
make ExperimentalBuild)
+override_dh_auto_build: import_routines_and_globals compile_vista_routines
+
+
get-orig-source:
wget -O../OSEHRA-VistA-M-897bff2a.orig.tar.gz https://github.com/OSEHRA/VistA-M/tarball/897bff2a
--
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