[med-svn] r11674 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Tue Jul 10 01:13:58 UTC 2012
Author: luisibanez-guest
Date: 2012-07-10 01:13:58 +0000 (Tue, 10 Jul 2012)
New Revision: 11674
Modified:
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/get-orig-source
Log:
Replaced "2012" version with the Debian compliant "0.0.20121206" that
matches the VistA FOIA release of December 06 2012, which is what is in
the OSEHRA Git repository at the time of creating this Debian package.
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-10 01:01:05 UTC (rev 11673)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-10 01:13:58 UTC (rev 11674)
@@ -1,4 +1,4 @@
-vista (2012) UNRELEASED; urgency=low
+vista (0.0.20121206) UNRELEASED; urgency=low
[ Luis Ibanez ]
* Initial attempt to package (Closes: #541242)
@@ -32,6 +32,9 @@
since running test was taking too long. This may be switch back once
the packaging has been completed.
Rename the "vista" directory as "vista-2012" to comply with Debian rules.
+ Replaced "2012" version with the Debian compliant "0.0.20121206" that
+ matches the VistA FOIA release of December 06 2012, which is what is in
+ the OSEHRA Git repository at the time of creating this Debian package.
* 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-10 01:01:05 UTC (rev 11673)
+++ trunk/packages/vista/trunk/debian/get-orig-source 2012-07-10 01:13:58 UTC (rev 11674)
@@ -1,6 +1,6 @@
#!/bin/bash
-VISTAVERSION=2012
+VISTAVERSION=0.0.20121206
ZIPMETHOD=gz
VISTAFULLDIR=vista-$VISTAVERSION
@@ -42,6 +42,6 @@
#
echo "I: Placing resulting sources in tar file..."
popd
-GZIP="--fast --no-name" tar --owner=root --group=root --mode=a+rX -caf vista_2012.orig.tar.${ZIPMETHOD} ./$VISTAFULLDIR
-mv vista_2012.orig.tar.${ZIPMETHOD} ..
+GZIP="--fast --no-name" tar --owner=root --group=root --mode=a+rX -caf vista_$VISTAVERSION.orig.tar.${ZIPMETHOD} ./$VISTAFULLDIR
+mv vista_$VISTAVERSION.orig.tar.${ZIPMETHOD} ..
More information about the debian-med-commit
mailing list