[med-svn] [SCM] clinica branch, master, updated. 02aab1b0905986fab7c965e6b8705f2841743c17
Andreas Tille
tille at debian.org
Fri Jan 13 22:06:53 UTC 2012
The following commit has been merged in the master branch:
commit 02aab1b0905986fab7c965e6b8705f2841743c17
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 13 23:05:55 2012 +0100
Use Debian orig-tarball name scheme (s/-/_/ ; s/\.tar\.bz/.orig&/)
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 89d37d6..d10598c 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -18,7 +18,7 @@ fi
LATESTVERSION=0.2.1
LATESTORIGDOWNLOAD=${NAME}-${LATESTVERSION}.tar.bz2
LATESTRELEASE=http://launchpad.net/${NAME}-project/stable/${LATESTVERSION}/+download/${LATESTORIGDOWNLOAD}
-TARFILE=${NAME}-${LATESTVERSION}~dfsg.tar.bz2
+TARFILE=${NAME}_${LATESTVERSION}~dfsg.orig.tar.bz2
# Removing old temporary files, if present,
# and then downloading the latest release,
--
Simple medical records manager
More information about the debian-med-commit
mailing list