This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-digest.
commit b5584752ee251a8c45b0ba5e3396be4ed95601e8 Author: Daniel Leidert <[email protected]> Date: Wed Jun 10 18:22:34 2009 +0000 * debian/watch: Fixed and improved. Use tarball generation at SVN web service and make debian/orig-tar.sh obsolete. --- debian/watch | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 5b34951..e3a7c89 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,9 @@ version=3 -http://repository.codehaus.org/org/codehaus/plexus/plexus-digest ([0-9].*)/ debian debian/orig-tar.sh +# makes the orig-tar.sh script obsolete +opts=downloadurlmangle=s#browse/.*/plexus-digest-(.*)$#browse/~tarball=tgz/plexus/plexus-components/tags/plexus-digest-$1/plexus-digest-$1.tgz#,filenamemangle=s#.*/(plexus-digest-[^/]+)$#$1.tgz# \ + http://svn.plexus.codehaus.org/browse/plexus/plexus-components/tags \ + ^.*/plexus-digest-([[:digit:].]+)$ + +# alternative: +# http://svn.codehaus.org/plexus/plexus-components/tags/ \ +# plexus-digest-(.*)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-digest.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

