[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.12.1-2-8-ge1bb0fd

Stephane Glondu steph at glondu.net
Wed Apr 11 12:46:13 UTC 2012


The following commit has been merged in the master branch:
commit d757c366c478e6ff0d83a66c633be878fef4d691
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Apr 11 14:43:02 2012 +0200

    Fix debian/watch so that refman is not reported as a new version

diff --git a/debian/watch b/debian/watch
index d226626..3b0c520 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/\+/~/ \
-http://caml.inria.fr/pub/distrib/ocaml-([\d\.]+)/ocaml-(.+)\.tar\.gz
+http://caml.inria.fr/pub/distrib/ocaml-([\d\.]+)/ocaml-([^-]+)\.tar\.gz

-- 
OCaml packaging



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