Author: tille Date: 2011-02-18 11:58:43 +0000 (Fri, 18 Feb 2011) New Revision: 6019
Modified: trunk/packages/elastix/trunk/debian/changelog trunk/packages/elastix/trunk/debian/watch Log: Enhanced watch file (thanks to Daniel Leidert <[email protected]>) Modified: trunk/packages/elastix/trunk/debian/changelog =================================================================== --- trunk/packages/elastix/trunk/debian/changelog 2011-02-18 10:25:08 UTC (rev 6018) +++ trunk/packages/elastix/trunk/debian/changelog 2011-02-18 11:58:43 UTC (rev 6019) @@ -6,7 +6,8 @@ - Fix typo in description Closes: #613621 * Added debian/upstream-metadata.yaml - * Added debian/watch (Thanks to Paul Wise <[email protected]>) + * Added debian/watch (Thanks to Paul Wise <[email protected]> + and Daniel Leidert <[email protected]>) -- Andreas Tille <[email protected]> Wed, 16 Feb 2011 10:57:01 +0100 Modified: trunk/packages/elastix/trunk/debian/watch =================================================================== --- trunk/packages/elastix/trunk/debian/watch 2011-02-18 10:25:08 UTC (rev 6018) +++ trunk/packages/elastix/trunk/debian/watch 2011-02-18 11:58:43 UTC (rev 6019) @@ -1,4 +1,10 @@ version=3 -opts=downloadurlmangle=s/example/sources/ \ - http://elastix.isi.uu.nl/about.php \ - .*/elastix_example_v([\d\.]+)\.tar\.bz2 +# Author: Daniel Leidert <[email protected]> +opts=downloadurlmangle=s/whatsnew_0(\d+)_(\d+)\.php$/download\/elastix_sources_v$1.$2.tar.bz2/,filenamemangle=s/whatsnew_0(\d+)_(\d+)\.php$/elastix_sources_v$1.$2.tar.bz2/ \ + http://elastix.isi.uu.nl/news.php whatsnew_0(\d+)_(\d+).php + +## This works only if the about.php page will be properly maintained +## Author: Paul Wise <[email protected]> +#opts=downloadurlmangle=s/example/sources/ \ +# http://elastix.isi.uu.nl/about.php \ +# .*/elastix_example_v([\d\.]+)\.tar\.bz2 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
