[Pkg-ocaml-maint-commits] [SCM] findlib packaging branch, master, updated. debian/1.2.6+debian-1-14-g693f729

Nicolas Dandrimont nicolas.dandrimont at crans.org
Mon Jun 27 22:37:39 UTC 2011


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

    Unbreak the watch file
    
    Upstream decided to HTML-encode some "0"s as "0" 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



More information about the Pkg-ocaml-maint-commits mailing list