Author: tille Date: 2008-12-11 10:41:34 +0000 (Thu, 11 Dec 2008) New Revision: 2771
Modified: trunk/packages/velvet/trunk/debian/watch Log: We also have interest in velvet - tried to fix the watch file but failed. I guess we have to ask upstream for help .... Modified: trunk/packages/velvet/trunk/debian/watch =================================================================== --- trunk/packages/velvet/trunk/debian/watch 2008-12-11 09:57:34 UTC (rev 2770) +++ trunk/packages/velvet/trunk/debian/watch 2008-12-11 10:41:34 UTC (rev 2771) @@ -1,22 +1,12 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 -# Uncomment to examine a Webpage -# <Webpage URL> <string match> -#http://www.example.com/downloads.php velvet-(.*)\.tar\.gz +# just make the 'latest' link very low to obtain the tarball with real version number +# Unfortunately the latest version number is not linked explicitely at the upstream +# homepage - ask upstream to use an explicite link? +# At least the file exists on the webserver if you try to download it -# Uncomment to examine a Webserver directory -#http://www.example.com/pub/velvet-(.*)\.tar\.gz +opts="uversionmangle=s/latest/0.0.0/" \ +http://www.ebi.ac.uk/~zerbino/velvet velvet_(.*)\.tgz -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/velvet-(.*)\.tar\.gz debian uupdate - -# Uncomment to find new files on sourceforge, for devscripts >= 2.9 -# http://sf.net/velvet/velvet-(.*)\.tar\.gz - - +# opts="uversionmangle=s/latest/0.0.0/" \ +# http://www.ebi.ac.uk/~zerbino/velvet/velvet_(.*)\.tgz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
