Author: tille Date: 2012-11-08 15:29:37 +0000 (Thu, 08 Nov 2012) New Revision: 12525
Removed: trunk/packages/bigsdb/trunk/debian/get-orig-source Modified: trunk/packages/bigsdb/trunk/debian/copyright trunk/packages/bigsdb/trunk/debian/watch Log: Adjust watch file; delete unneeded get-orig-source; remove Files-Excluded from copyright because these files are not contained any more Modified: trunk/packages/bigsdb/trunk/debian/copyright =================================================================== --- trunk/packages/bigsdb/trunk/debian/copyright 2012-11-08 15:25:29 UTC (rev 12524) +++ trunk/packages/bigsdb/trunk/debian/copyright 2012-11-08 15:29:37 UTC (rev 12525) @@ -2,21 +2,6 @@ Upstream-Name: BIGSdb Upstream-Contact: Keith Jolley <[email protected]> Source: http://sourceforge.net/projects/bigsdb/files/ -Files-Excluded: - java/ -Files-Excluded-Comment: - Delete old and unreproducible tweaked JalView jar because Upstream said: - Date: Wed, 14 Jan 2009 07:54:21 +0000 - From: Keith Jolley <[email protected]> - To: Andreas Tille <[email protected]> - . - The included jalview binary was modified quite a bit by Man-Suen Chan - (author of mlstdb) and Michele Clamp (original author of JalView version - 1). The functionality is not particularly useful and I've never liked - the way it spawned a Java program anyway, so I'd be happy to see it left out. - . - Remark: Somehow the download page is not accessible (403) and thus - Files-Excluded is not tested. Files: debian/* Copyright: 2009 Andreas Tille <[email protected]> Deleted: trunk/packages/bigsdb/trunk/debian/get-orig-source =================================================================== --- trunk/packages/bigsdb/trunk/debian/get-orig-source 2012-11-08 15:25:29 UTC (rev 12524) +++ trunk/packages/bigsdb/trunk/debian/get-orig-source 2012-11-08 15:29:37 UTC (rev 12525) @@ -1,28 +0,0 @@ -#!/bin/sh -e -#set -x -NAME=mlstdbnet -UPSTREAMDIR=http://pubmlst.org/software/database/mlstdbnet/download - -version=`dpkg-parsechangelog | grep "^Version:" | sed -e "s/^Version:[[:space:]]\+\([.0-9]\+\)-.*/\1/"` -UPSTREAMNAME=mlstdbnet_v"$version" -UPSTREAMTARBALL="$UPSTREAMNAME".tar.gz - -mkdir -p ../tarballs -cd ../tarballs -wget -N "$UPSTREAMDIR"/"$UPSTREAMTARBALL" -tar -xzf "$UPSTREAMTARBALL" - -# Delete old and unreproducible tweaked JalView jar because Upstream said: -# Date: Wed, 14 Jan 2009 07:54:21 +0000 -# From: Keith Jolley <[email protected]> -# To: Andreas Tille <[email protected]> -# -# The included jalview binary was modified quite a bit by Man-Suen Chan -# (author of mlstdb) and Michele Clamp (original author of JalView version -# 1). The functionality is not particularly useful and I've never liked -# the way it spawned a Java program anyway, so I'd be happy to see it left out. - -rm -rf "$UPSTREAMNAME"/java - -GZIP="--best --no-name" tar -czf "$NAME"_"$version".orig.tar.gz "$UPSTREAMNAME" -rm -rf "$UPSTREAMNAME" Modified: trunk/packages/bigsdb/trunk/debian/watch =================================================================== --- trunk/packages/bigsdb/trunk/debian/watch 2012-11-08 15:25:29 UTC (rev 12524) +++ trunk/packages/bigsdb/trunk/debian/watch 2012-11-08 15:29:37 UTC (rev 12525) @@ -1,2 +1,2 @@ version=3 -http://pubmlst.org/software/database/mlstdbnet/download/mlstdbnet_v([\d.]+)\.tar\.gz +http://sf.net/bigsdb/bigsdb_(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
