[med-svn] r2964 - trunk/packages/dicomscope/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Mon Jan 12 10:29:54 UTC 2009
Author: tille
Date: 2009-01-12 10:29:54 +0000 (Mon, 12 Jan 2009)
New Revision: 2964
Modified:
trunk/packages/dicomscope/trunk/debian/get-orig-source
Log:
Edit upstream version only at one place, make which quiet
Modified: trunk/packages/dicomscope/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/dicomscope/trunk/debian/get-orig-source 2009-01-12 10:11:58 UTC (rev 2963)
+++ trunk/packages/dicomscope/trunk/debian/get-orig-source 2009-01-12 10:29:54 UTC (rev 2964)
@@ -1,16 +1,17 @@
#!/bin/sh -e
set -e
#set -x
+
+UVERSION=360
# ftp://dicom.offis.de/pub/dicom/offis/software/dscope/dscope351/dsgui351.zip
-URL=ftp://dicom.offis.de/pub/dicom/offis/software/dscope/dscope360/
+URL=ftp://dicom.offis.de/pub/dicom/offis/software/dscope/dscope${UVERSION}/
UNAME=dsgui
-UVERSION=360
UPSTREAMDIR="$UNAME""$UVERSION"
NAME=dicomscope
VERSION=3.6.0
UPSTREAMZIP="$UPSTREAMDIR".zip
-if ! which dos2unix ; then
+if ! which dos2unix > /dev/null ; then
echo "Please install package tofrodos to enable conversion of source files."
exit
fi
More information about the debian-med-commit
mailing list