[med-svn] [SCM] clinica branch, master, updated. 5e5f4fc3f17e299d8e63c25ec8b860587d54ded9

Leonardo Robol leo at robol.it
Thu Jan 12 20:06:56 UTC 2012


The following commit has been merged in the master branch:
commit e261904028e848ad60d518dda863ed65f97fd75b
Author: Leonardo Robol <leo at robol.it>
Date:   Thu Jan 12 20:49:58 2012 +0100

    Added ~dfsg to the version.

diff --git a/debian/changelog b/debian/changelog
index 086a867..459ec09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-clinica (0.2.1-1) unstable; urgency=low
+clinica (0.2.1~dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #652658)
   * Moved man page to the clinica binary package
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 6ddd673..b79d1c2 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -18,7 +18,7 @@ fi
 LATESTVERSION=0.2.1
 LATESTORIGDOWNLOAD=clinica-${LATESTVERSION}.tar.bz2
 LATESTRELEASE=http://launchpad.net/clinica-project/stable/${LATESTVERSION}/+download/${LATESTORIGDOWNLOAD}
-TARFILE=clinica-${LATESTVERSION}.tar.bz2
+TARFILE=clinica-${LATESTVERSION}~dfsg.tar.bz2
 
 # Removing old temporary files, if present, 
 # and then downloading the latest release,
@@ -32,7 +32,7 @@ if [ -e ../../${LATESTORIGDOWNLOAD} ] ; then
 else
     wget -q -N "${LATESTRELEASE}"
 fi
-tar xjf ${TARFILE}
+tar xjf ${LATESTORIGDOWNLOAD}
 cd clinica-${LATESTVERSION}
 echo "Unpacking waf.."
 ./waf --help >/dev/null
@@ -41,7 +41,7 @@ sed -i "/^#==>/,/#<==/ d" waf
 rmdir .waf-*
 find . -name \*.pyc -delete
 cd ..
-rm -f ${TARFILE}
+rm -f ${LATESTORIGDOWNLOAD}
 tar cjf "${TARFILE}" "clinica-${LATESTVERSION}/"
 mv "${TARFILE}" ..
 

-- 
Simple medical records manager



More information about the debian-med-commit mailing list