This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository unison.

commit fdeaa4af85d52a265c29cd97526caf955c430990
Author: Stephane Glondu <st...@glondu.net>
Date:   Mon Aug 17 10:49:42 2015 +0200

    Fix debian/generate-manpage.ml
---
 debian/generate-manpage.ml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/generate-manpage.ml b/debian/generate-manpage.ml
index e30c633..fcd373b 100644
--- a/debian/generate-manpage.ml
+++ b/debian/generate-manpage.ml
@@ -36,21 +36,21 @@ let () =
                     (List.map
                        (fun (s, f) -> Str.regexp s, f)
                        [
-                         " *\\(-[a-z_-]+\\) xxx +\\(.*\\)",
+                         " *\\(-[a-zA-Z_-]+\\) xxx +\\(.*\\)",
                          (fun s ->
                             option_arg
                               (Str.matched_group 1 s)
                               "xxx"
                               (Str.matched_group 2 s));
 
-                         " *\\(-[a-z_-]+\\) n +\\(.*\\)",
+                         " *\\(-[a-zA-Z_-]+\\) n +\\(.*\\)",
                          (fun s ->
                             option_arg
                               (Str.matched_group 1 s)
                               "n"
                               (Str.matched_group 2 s));
 
-                         " *\\(-[a-z_-]+\\) +\\(.*\\)",
+                         " *\\(-[a-zA-Z_-]+\\) +\\(.*\\)",
                          (fun s ->
                             option_no_arg
                               (Str.matched_group 1 s)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/unison.git

_______________________________________________
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