[Pkg-ocaml-maint-commits] [ocaml-re] branch master updated (e9589f8 -> 9910f35)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 6 08:43:22 UTC 2014


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

glondu pushed a change to branch master
in repository ocaml-re.

      from  e9589f8   Release to unstable
       new  921f1f5   Imported Upstream version 1.2.2
       new  b0d0b0e   Merge tag 'upstream/1.2.2'
       new  658f20c   New upstream release
       new  e327e31   Update packaging
       new  19487f5   Update Vcs-*
       new  9910f35   Update changelog and prepare upload to unstable

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                  |   17 +
 LICENSE                                  |   23 +-
 README => README.md                      |   49 +-
 TODO.txt                                 |   50 +-
 _oasis                                   |    6 +-
 _tags                                    |    8 +-
 debian/changelog                         |    8 +
 debian/control                           |    4 +-
 debian/libre-ocaml-dev.docs              |    2 +-
 lib/automata.ml                          |   21 +-
 lib/automata.mli                         |   21 +
 lib/cset.ml                              |    7 +-
 lib/cset.mli                             |   21 +
 lib/re.ml                                |  115 +-
 lib/{re.mllib => re.mldylib}             |    0
 lib/re.mli                               |    8 +-
 lib/re_emacs.ml                          |    8 +-
 lib/{re_emacs.mllib => re_emacs.mldylib} |    0
 lib/re_emacs.mli                         |    7 +-
 lib/re_glob.ml                           |   23 +-
 lib/{re_glob.mllib => re_glob.mldylib}   |    0
 lib/re_glob.mli                          |   26 +-
 lib/{re_pcre.mllib => re_pcre.mldylib}   |    0
 lib/re_perl.ml                           |    7 +-
 lib/{re_perl.mllib => re_perl.mldylib}   |    0
 lib/re_perl.mli                          |    7 +-
 lib/re_posix.ml                          |    7 +-
 lib/{re_posix.mllib => re_posix.mldylib} |    0
 lib/re_posix.mli                         |    7 +-
 lib/re_str.ml                            |    3 +-
 lib/{re_str.mllib => re_str.mldylib}     |    0
 lib/re_str.mli                           |    3 +-
 lib_test/glob.ml                         |   36 +
 myocamlbuild.ml                          |  340 ++++--
 setup.ml                                 | 1932 +++++++++++++++++++++++-------
 35 files changed, 2118 insertions(+), 648 deletions(-)
 rename README => README.md (60%)
 copy lib/{re.mllib => re.mldylib} (100%)
 copy lib/{re_emacs.mllib => re_emacs.mldylib} (100%)
 copy lib/{re_glob.mllib => re_glob.mldylib} (100%)
 copy lib/{re_pcre.mllib => re_pcre.mldylib} (100%)
 copy lib/{re_perl.mllib => re_perl.mldylib} (100%)
 copy lib/{re_posix.mllib => re_posix.mldylib} (100%)
 copy lib/{re_str.mllib => re_str.mldylib} (100%)
 create mode 100644 lib_test/glob.ml

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



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