[med-svn] r6201 - trunk/packages/seq-gen/trunk/debian
Alex Mestiashvili
malex-guest at alioth.debian.org
Tue Mar 8 09:35:13 UTC 2011
Author: malex-guest
Date: 2011-03-08 09:35:09 +0000 (Tue, 08 Mar 2011)
New Revision: 6201
Modified:
trunk/packages/seq-gen/trunk/debian/copyright
trunk/packages/seq-gen/trunk/debian/get-orig-source
Log:
cleanup
Modified: trunk/packages/seq-gen/trunk/debian/copyright
===================================================================
--- trunk/packages/seq-gen/trunk/debian/copyright 2011-03-08 09:31:03 UTC (rev 6200)
+++ trunk/packages/seq-gen/trunk/debian/copyright 2011-03-08 09:35:09 UTC (rev 6201)
@@ -6,7 +6,6 @@
Copyright: Copyright (c)1996-2004, Andrew Rambaut & Nick Grassly
Department of Zoology, University of Oxford
All rights reserved.
-
License:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -35,10 +34,6 @@
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Any feedback is very welcome.
- http://evolve.zoo.ox.ac.uk/software/Seq-Gen/
- email: andrew.rambaut at zoo.ox.ac.uk
-
Files: debian/*
Copyright: 2011 Alex Mestiashvili <alex at biotec.tu-dresden.de>
License: GPL-3.0+
Modified: trunk/packages/seq-gen/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/seq-gen/trunk/debian/get-orig-source 2011-03-08 09:31:03 UTC (rev 6200)
+++ trunk/packages/seq-gen/trunk/debian/get-orig-source 2011-03-08 09:35:09 UTC (rev 6201)
@@ -1,5 +1,6 @@
#!/bin/bash
+#taken from figtree get-orig-source
PKG=`dpkg-parsechangelog | awk '/Source:/ {print $2}'`
if ! echo $@ | grep -q upstream-version ; then
@@ -22,6 +23,7 @@
mkdir ../tarballs/${PKG}-${VERSION}
+#convert to proper name
tar -xvzf ../tarballs/${PKG}_${VERSION}.tgz -C ../tarballs/${PKG}-${VERSION}/ --strip-components=1
cd ../tarballs
@@ -29,5 +31,4 @@
rm -rf "$PKG"-"$VERSION"
rm -f "$PKG"_"$VERSION.tgz"
-echo `tput bold` "${PKG}_${VERSION}.orig.tar.gz is located in ../tarballs"
-tput sgr0
+echo "${PKG}_${VERSION}.orig.tar.gz is located in ../tarballs"
More information about the debian-med-commit
mailing list