[med-svn] r3908 - trunk/packages/arb/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Sep 7 10:11:04 UTC 2009


Author: tille
Date: 2009-09-07 10:11:04 +0000 (Mon, 07 Sep 2009)
New Revision: 3908

Removed:
   trunk/packages/arb/trunk/debian/get-orig-source
Log:
This file became superflous with the new upstream version


Deleted: trunk/packages/arb/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/arb/trunk/debian/get-orig-source	2009-09-07 09:51:43 UTC (rev 3907)
+++ trunk/packages/arb/trunk/debian/get-orig-source	2009-09-07 10:11:04 UTC (rev 3908)
@@ -1,55 +0,0 @@
-#!/bin/sh -e
-set -e
-#set -x
-NAME=arb
-UVERSION=2007_12_07
-UTARBALL=${NAME}src_${UVERSION}.tgz
-downloadurl=http://download.arb-home.de/src/
-
-RemoveFilesFromSource="GDEHELP/HELP_DOC_GEN/* GDEHELP/HELP_GEN/* GDEHELP/ARB_GDEmenus GDEHELP/helpfiles.lst HELP_SOURCE/_index.html NTREE/nt_date.h lib/ARB.pm"
-
-TMPDIR=../tarballs
-mkdir -p "$TMPDIR"
-cd "$TMPDIR"
-
-if [ -e ${UTARBALL} ] ; then
-    echo "Using existing tarball ${UTARBALL}"
-else
-    wget --quiet ${downloadurl}/${UTARBALL}
-fi
-
-if [ "$UVERSION" != "" ] ; then
-    VERSION=0.0.`echo $UVERSION | sed -e 's/_//g'`.1
-else
-    # Several releases do not contain a version in the tarball name, so
-    # use versioning according to newest file inside tarball
-    VERSION=`ls -lt "$UTARBALL" | grep '^[^d]rw.r' | sed -e '2,$d' -e 's/^.[-rwxr]\{9\} \+[0-9] \w\+ \w\+[[:space:]]\+[0-9]\+ \([0-9]\{4\}\)-\([0-9]\{2\}\)-\([0-9]\{2\}\).*/0.0.\1\2\3/'`
-fi
-mkdir -p arbdir
-cd arbdir
-tar -xzf ../"$UTARBALL"
-
-cd ..
-mv arbdir "$NAME"-"$VERSION"
-cd "$NAME"-"$VERSION"
-
-rm -rf `find . -type d -name CVS`
-rm -rf `find . -type f -name ".#*"`
-rm -rf ${RemoveFilesFromSource}
-find . -name .cvsignore -exec rm -f \{\} \;
-rm -f HELP_SOURCE/oldhelp/help.tar
-find lib          ! -newer lib/config.HP-UX -exec touch -r lib/config.HP-UX \{\} \;
-find SH           ! -newer SH/arb_ale       -exec touch -r SH/arb_ale \{\} \;
-find PERL_SCRIPTS ! -newer SH/arb_ale -exec touch -r SH/arb_ale \{\} \;
-find HELP_SOURCE  ! -newer SH/arb_ale -exec touch -r SH/arb_ale \{\} \;
-rm -f SH/arb_oneach
-# remove binary that should be installed on modern systems anyway
-rm -f zcat
-
-chmod 644 lib/submit/*
-
-cd ..
-
-GZIP=-9 tar -czf "$NAME"_"$VERSION".orig.tar.gz "$NAME"-"$VERSION"
-
-rm -rf "$NAME"-"$VERSION"




More information about the debian-med-commit mailing list