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

Luis Ibanez luisibanez-guest at alioth.debian.org
Sun Jul 8 23:54:09 UTC 2012


Author: luisibanez-guest
Date: 2012-07-08 23:54:08 +0000 (Sun, 08 Jul 2012)
New Revision: 11644

Modified:
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/get-orig-source
Log:
Switched compression mode from xz back to gz, and from --best to --fast, since
running test was taking too long. This may be switch back once the packaging
has been completed.



Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-08 20:38:43 UTC (rev 11643)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-08 23:54:08 UTC (rev 11644)
@@ -27,6 +27,9 @@
     Returning to initial level directory before taring the ./vista dir.
     Changed version number from 1.0 to 2012, after conversation in the
     debian-med mailing list.
+    Switched compression mode from xz back to gz, and from --best to --fast,
+    since running test was taking too long. This may be switch back once
+    the packaging has been completed.
   * 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-08 20:38:43 UTC (rev 11643)
+++ trunk/packages/vista/trunk/debian/get-orig-source	2012-07-08 23:54:08 UTC (rev 11644)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-ZIPMETHOD=xz
+ZIPMETHOD=gz
 
 export CMAKE_VISTA_FOIA_DIR=`pwd`/vista/VistA-FOIA
 
@@ -40,6 +40,6 @@
 #
 echo "I: Placing resulting sources in tar file..."
 popd
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf vista_2012.orig.tar.${ZIPMETHOD} ./vista
+GZIP="--fast --no-name" tar --owner=root --group=root --mode=a+rX -caf vista_2012.orig.tar.${ZIPMETHOD} ./vista
 mv vista_2012.orig.tar.${ZIPMETHOD} ..
 




More information about the debian-med-commit mailing list