[med-svn] [vista] 01/01: Bug: fixed get-orig-source.
Luis Ibanez
luisibanez-guest at moszumanska.debian.org
Thu Jan 30 11:46:01 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 43bbed78478e12605bc19164211e4792f643a890
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Thu Jan 30 06:45:10 2014 -0500
Bug: fixed get-orig-source.
It had mismatch in cd directory levels when composing the tar.gz file.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index a2cde3a..7026332 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,9 +92,9 @@ get-orig-source:
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 \
+cd OSEHRA-VistA-fdc8ff2 && \
tar -xzf ../../OSEHRA-VistA-M-897bff2a.orig.tar.gz && \
-cd ../.. && \
+cd .. && \
tar -czf vista-foia_0.20140106.orig.tar.gz OSEHRA-VistA-fdc8ff2 \
)
--
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