[med-svn] [vista] 02/02: Fixed get-orig-source and added deploy dir.
Luis Ibanez
luisibanez-guest at moszumanska.debian.org
Thu Jan 30 03:14:25 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 a14b7218d493066e76ca015e6720edd2c63baebe
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Wed Jan 29 22:13:32 2014 -0500
Fixed get-orig-source and added deploy dir.
Fixed the composition of the two source trees.
Added the deploy directory in the installation directory.
---
debian/rules | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index bd5d631..57dc015 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,15 +80,23 @@ cd $(VISTA_TESTING_BINARY_DIR) && make)
override_dh_auto_install:
mkdir -p debian/$(BINPKG)/$(DESTINATION_DIR)
- cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/r debian/$(BINPKG)/$(DESTINATION_DIR)
- cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/g debian/$(BINPKG)/$(DESTINATION_DIR)
- cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/lib debian/$(BINPKG)/$(DESTINATION_DIR)
- cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/inet debian/$(BINPKG)/$(DESTINATION_DIR)
+ cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/r debian/$(BINPKG)/$(DESTINATION_DIR)
+ cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/g debian/$(BINPKG)/$(DESTINATION_DIR)
+ cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/lib debian/$(BINPKG)/$(DESTINATION_DIR)
+ cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/inet debian/$(BINPKG)/$(DESTINATION_DIR)
+ cp -r $(LOCALINSTANCEDIR)/$(VISTA_INSTALL_DIR)/deploy debian/$(BINPKG)/$(DESTINATION_DIR)
get-orig-source:
wget -O../OSEHRA-VistA-M-897bff2a.orig.tar.gz https://github.com/OSEHRA/VistA-M/tarball/897bff2a
- wget -O../vista-foia_0.20140106.orig.tar.gz https://github.com/OSEHRA/VistA/tarball/fdc8ff2b
+ wget -O../vista-foia_0.20140106.infrastructure.orig.tar.gz https://github.com/OSEHRA/VistA/tarball/fdc8ff2b
+ (cd .. && mkdir -p vista-foia-orig-source && cd vista-foia-orig-source && \
+tar -xzf ../vista-foia_0.20140106.infrastructure.orig.tar.gz && \
+cd OSEHRA-VistA-fdc8ff2 \
+tar -xzf ../../OSEHRA-VistA-M-897bff2a.orig.tar.gz && \
+cd ../.. && \
+tar -czf vista-foia_0.20140106.orig.tar.gz OSEHRA-VistA-fdc8ff2 \
+)
describe-current-version:
git describe --tags upstream | sed 's,^release-,,;s,-,+,;s,-,~,;'
--
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