[med-svn] r8848 - trunk/packages/beast-mcmc/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Dec 8 21:38:03 UTC 2011
Author: tille
Date: 2011-12-08 21:38:03 +0000 (Thu, 08 Dec 2011)
New Revision: 8848
Removed:
trunk/packages/beast-mcmc/trunk/debian/get-orig-source
Log:
get-orig-source needs to be executable - work around weak svn and commit it from scratch
Deleted: trunk/packages/beast-mcmc/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/beast-mcmc/trunk/debian/get-orig-source 2011-12-08 21:25:09 UTC (rev 8847)
+++ trunk/packages/beast-mcmc/trunk/debian/get-orig-source 2011-12-08 21:38:03 UTC (rev 8848)
@@ -1,47 +0,0 @@
-#!/bin/sh
-PACKAGE=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-SRC_VERSION=`dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p'`
-SVN_REVISION=`echo ${SRC_VERSION} | sed 's/^[0-9\.]\++svn//'`
-TARBALL=${PACKAGE}_${SRC_VERSION}.orig.tar.gz
-
-cd ..
-## rm -f download.html
-mkdir -p tarballs
-cd tarballs
-
-TARDIR=${PACKAGE}-${SRC_VERSION}.orig
-rm -rf ${TARBALL} ${TARDIR}
-svn export -r ${SVN_REVISION} http://beast-mcmc.googlecode.com/svn/trunk/ ${TARDIR}
-
-# remove jars which are provided as binaries but are not directly needed to build FigTree
-for jar in \
- JRI.jar \
- commons-math-2.0.jar \
- figtreepanel.jar \
- itext-1.4.5.jar \
- jam.jar \
- jdom.jar \
- jebl.jar \
- junit-4.4.jar \
- libjri.jnilib \
- ; do
- rm -rf ${TARDIR}/lib/$jar
-done
-
-rm -rf ${TARDIR}/release/Mac ${TARDIR}/release/Windows ${TARDIR}/release/Linux/lib/*
-
-# Remove all preprocessed (duplicated!) docs
-rm -rf ${TARDIR}/release/common/doc/*
-# remove preprocessed docs which can be recreated using LaTeX to make sure that we
-# really have the source and to save some disk space in source archive
-for pdf in \
- 'doc/Virus*Tex/Practical_BEAST.pdf' \
- 'doc/Virus*Tex/Practical_BEAST.aux' \
- doc/Yule.pdf \
- doc/SerialSampleCoalescent.pdf \
- doc/StarBEAST/STARBEAST.pdf \
- ; do
- rm -rf ${TARDIR}/$pdf
-done
-
-GZIP="--best --no-name" tar czf ${TARBALL} ${TARDIR}
More information about the debian-med-commit
mailing list