Author: tille Date: 2013-01-24 15:57:27 +0000 (Thu, 24 Jan 2013) New Revision: 12834
Modified: trunk/packages/meme/trunk/debian/changelog trunk/packages/meme/trunk/debian/watch Log: Handle tarballs that are patched ready to build Modified: trunk/packages/meme/trunk/debian/changelog =================================================================== --- trunk/packages/meme/trunk/debian/changelog 2013-01-24 15:34:36 UTC (rev 12833) +++ trunk/packages/meme/trunk/debian/changelog 2013-01-24 15:57:27 UTC (rev 12834) @@ -1,4 +1,4 @@ -meme (4.9.0p2-1) UNRELEASED; urgency=low +meme (4.9.0.3-1) UNRELEASED; urgency=low [ Thorsten Alteholz ] * Initial release (Closes: #xxxxxx) Modified: trunk/packages/meme/trunk/debian/watch =================================================================== --- trunk/packages/meme/trunk/debian/watch 2013-01-24 15:34:36 UTC (rev 12833) +++ trunk/packages/meme/trunk/debian/watch 2013-01-24 15:57:27 UTC (rev 12834) @@ -1,4 +1,11 @@ +# Please note: This watch file is not yet ready!!! +# The main version 4.9.0 is hardcoded in the download string and will +# fail in detecting new versions but only fetches minor patches. +# Upstream is aware of this problem and has promised to solve this: +# http://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-January/018401.html + version=3 -ftp://ftp.ebi.edu.au/pub/software/MEME/r4.9.0/rc5/meme_([\d\.]+)\.tar\.gz +opts="uversionmangle=s/_/./" \ + ftp://ftp.ebi.edu.au/pub/software/MEME/4.9.0/meme_([\d\._]+)\.tar\.gz # http://meme.nbcr.net/downloads/meme_([\d\.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
