[med-svn] r11636 - trunk/packages/vista/trunk/debian

Luis Ibanez luisibanez-guest at alioth.debian.org
Sat Jul 7 20:40:15 UTC 2012


Author: luisibanez-guest
Date: 2012-07-07 20:40:14 +0000 (Sat, 07 Jul 2012)
New Revision: 11636

Modified:
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/get-orig-source
Log:
In get-orig-source, now returning to initial level directory
before taring the ./vista dir



Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-07 20:23:55 UTC (rev 11635)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-07 20:40:14 UTC (rev 11636)
@@ -24,6 +24,7 @@
     working reliably.
     When creating globals.lst file, first cd into VistA-FOIA directory, to
     avoid leading path in the names.
+    Returning to initial level directory before taring the ./vista dir.
   * debian/auto_install:
     Added process for importing routines and globals into VistA instance.
     Making explicit the location of VistA-FOIA directories.

Modified: trunk/packages/vista/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/vista/trunk/debian/get-orig-source	2012-07-07 20:23:55 UTC (rev 11635)
+++ trunk/packages/vista/trunk/debian/get-orig-source	2012-07-07 20:40:14 UTC (rev 11636)
@@ -27,7 +27,7 @@
 echo "I: Preparing routines and globals for importing..."
 echo "I: VistA-FOIA sources are in the directory: "
 echo $CMAKE_VISTA_FOIA_DIR
-cd $CMAKE_VISTA_FOIA_DIR
+pushd $CMAKE_VISTA_FOIA_DIR
 find . -name  "*.m"   | sort | python $CMAKE_VISTA_FOIA_DIR/Scripts/PackRO.py > $CMAKE_VISTA_FOIA_DIR/routines.ro
 find . -name  "*.zwr" | sort > $CMAKE_VISTA_FOIA_DIR/globals.lst
 
@@ -36,6 +36,7 @@
 #  Put the set of sources in the tar file.
 #
 echo "I: Placing resulting sources in tar file..."
+popd
 tar -czf vista_1.0.orig.tar.gz ./vista
 mv vista_1.0.orig.tar.gz ..
 




More information about the debian-med-commit mailing list