[Pkg-javascript-commits] [SCM] flot branch, master, updated. e1fe8e175df77bf31b94bbca4fd4aac806d3058f
Marcelo Jorge Vieira (metal)
metal at alucinados.com
Thu Jun 3 19:17:08 UTC 2010
The following commit has been merged in the master branch:
commit f59f9b28a148e1e168d91a6bebf00d0f263a5ee0
Author: Marcelo Jorge Vieira (metal) <metal at alucinados.com>
Date: Thu Jun 3 16:07: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 c70fab7..8c739d7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
version=3
-opts="dversionmangle=s/[+.]debian(.?\d+)?$//" \
- http://code.google.com/p/flot/ \
- http://flot.googlecode.com/files/flot-(.*).tar.gz
+opts=\
+dversionmangle=s/[+.]debian(.?\d+)?$//,\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://flot.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/flot/downloads/detail[?]name=flot-(.*).tar.gz&.*
--
flot
More information about the Pkg-javascript-commits
mailing list