The following commit has been merged in the master branch:
commit 8b92b28dc7a94cb719654a9694363196e638e6ff
Author: Nicolas Dandrimont <nicolas.dandrim...@crans.org>
Date:   Mon Jun 27 20:19:01 2011 +0200

    Unbreak the watch file
    
    Upstream decided to HTML-encode some "0"s as "&#48;" in the webpages,
    so we have to decode them in the watch file.

diff --git a/debian/watch b/debian/watch
index 3d5abfb..74012d6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\+debian\d*$// \
-http://download.camlcity.org/download/findlib-(\d+.*)\.tar\.gz
+opts=dversionmangle=s/\+debian\d*$//,uversionmangle=s/&#48\x3b/0/g \
+http://download.camlcity.org/download/findlib-(\d+\..*)\.tar\.gz

-- 
findlib packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to