Author: sascha-guest
Date: 2013-03-03 19:26:47 +0000 (Sun, 03 Mar 2013)
New Revision: 13130

Removed:
   trunk/packages/aragorn/trunk/debian/get-orig-source
   trunk/packages/aragorn/trunk/debian/man/
Log:
remove more obsolete files


Deleted: trunk/packages/aragorn/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/aragorn/trunk/debian/get-orig-source 2013-03-03 19:07:32 UTC 
(rev 13129)
+++ trunk/packages/aragorn/trunk/debian/get-orig-source 2013-03-03 19:26:47 UTC 
(rev 13130)
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-COMPRESS=gz
-
-set -e
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-
-if ! echo $@ | grep -q upstream-version ; then
-    VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 
's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
-else
-    VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) 
.*${NAME}.*?\1?"`
-    if echo "$VERSION" | grep -q "upstream-version" ; then
-        echo "Unable to parse version number"
-        exit
-    fi
-fi
-
-mkdir -p ../tarballs
-cd ../tarballs
-rm -rf *
-wget http://mbio-serv2.mbioekol.lu.se/ARAGORN/aragorn${VERSION}.tgz
-mv aragorn${VERSION}.tgz ${NAME}_${VERSION}.orig.tar.gz
-cd ..
-cp tarballs/${NAME}_${VERSION}.orig.tar.gz .


_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to