[med-svn] r3097 - trunk/packages/dicom3tools/trunk/debian
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Mon Feb 9 10:47:27 UTC 2009
Author: malat-guest
Date: 2009-02-09 10:47:27 +0000 (Mon, 09 Feb 2009)
New Revision: 3097
Removed:
trunk/packages/dicom3tools/trunk/debian/get-orig-source
Modified:
trunk/packages/dicom3tools/trunk/debian/rules
Log:
get rid of get-orig-source script, prefer automated uscan approach
Deleted: trunk/packages/dicom3tools/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/get-orig-source 2009-02-09 10:43:29 UTC (rev 3096)
+++ trunk/packages/dicom3tools/trunk/debian/get-orig-source 2009-02-09 10:47:27 UTC (rev 3097)
@@ -1,30 +0,0 @@
-#!/bin/sh -e
-# simply prefer uscan --force-download --verbose --repack
-set -e
-#set -x
-URL=http://www.dclunie.com/dicom3tools/workinprogress/
-NAME=dicom3tools
-UVERSION=1.00.snapshot
-DVERSION=20090204
-UPSTREAMDIR="$NAME"_"$UVERSION"."$DVERSION"
-VERSION=1.0\~"$DVERSION"
-UPSTREAMTAR="$UPSTREAMDIR".tar.bz2
-
-
-TMPDIR=..
-mkdir -p "$TMPDIR"
-cd "$TMPDIR"
-
-if [ -e ${UPSTREAMTAR} ] ; then
- echo "Using existing tarball ${UPSTREAMTAR}"
-else
- wget --quiet ${URL}/${UPSTREAMTAR}
-fi
-
-DISTDIR=${NAME}-${VERSION}
-tar -xjf "$UPSTREAMTAR"
-mv "$UPSTREAMDIR" "$DISTDIR"
-
-GZIP=-9 tar -czf "$NAME"_"$VERSION".orig.tar.gz "$DISTDIR"
-
-rm -rf "$NAME"-"$VERSION"
Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules 2009-02-09 10:43:29 UTC (rev 3096)
+++ trunk/packages/dicom3tools/trunk/debian/rules 2009-02-09 10:47:27 UTC (rev 3097)
@@ -103,7 +103,7 @@
dh_builddeb
get-orig-source:
- . debian/get-orig-source
+ uscan --force-download --verbose --repack
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
More information about the debian-med-commit
mailing list