[Pkg-javascript-commits] [SCM] explorercanvas branch, master, updated. b3644cb5eb747c1ab583951b3a62beacad85521e
Marcelo Jorge Vieira (metal)
metal at alucinados.com
Wed Jun 2 15:55:51 UTC 2010
The following commit has been merged in the master branch:
commit d7f386971b3d530de9bd20aaa07740942b264c26
Author: Marcelo Jorge Vieira (metal) <metal at alucinados.com>
Date: Tue Jun 1 23:30:36 2010 -0300
Fixed watch file
http://code.google.com download page's link format change
diff --git a/debian/watch b/debian/watch
index 0245e53..ecacb07 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
version=3
-opts="uversionmangle=s/^/0./" \
-http://code.google.com/p/explorercanvas/ \
- http://explorercanvas.googlecode.com/files/excanvas_(.*).zip
+opts=\
+uversionmangle=s/^/0./,\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://explorercanvas.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/explorercanvas/downloads/detail[?]name=excanvas_(.*).zip&.*
--
explorercanvas
More information about the Pkg-javascript-commits
mailing list