[Pkg-ocaml-maint-commits] [pcre-ocaml] branch master updated (070bf3b -> 7e8f046)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 3 11:58:35 UTC 2016


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

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

      from  070bf3b   Update watch file
       new  3a98b9b   Fix debian/watch
       new  1d79113   Imported Upstream version 7.1.1
       new  ec46984   Imported Upstream version 7.1.2
       new  01687ca   Imported Upstream version 7.1.3
       new  63b8609   Imported Upstream version 7.1.4
       new  4092411   Imported Upstream version 7.1.5
       new  e50fde3   Imported Upstream version 7.1.6
       new  0d0b646   Imported Upstream version 7.2.0
       new  b1a3040   Imported Upstream version 7.2.1
       new  166590b   Imported Upstream version 7.2.2
       new  ab09858   Imported Upstream version 7.2.3
       new  6be952f   Merge tag 'upstream/7.2.3'
       new  777da10   New upstream release
       new  ff024d1   Update Vcs-*
       new  04b854a   Bump Standards-Version to 3.9.8
       new  5acc267   Bump debhelper compat to 9
       new  52e6b78   Update packaging
       new  7e8f046   Update changelog and prepare upload to unstable

The 18 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:
 .gitignore                          |   9 +-
 .hg_archival.txt                    |   4 -
 .hgignore                           |   5 -
 .hgtags                             |  24 --
 AUTHORS.txt                         |  14 +-
 CHANGES.txt                         |  37 ++
 INSTALL.txt                         |  11 +-
 Makefile                            |   5 +-
 README.md                           |  55 +--
 _oasis                              |  32 +-
 _opam                               |   3 +
 _tags                               |  25 +-
 debian/changelog                    |  10 +
 debian/compat                       |   2 +-
 debian/control                      |   8 +-
 debian/libpcre-ocaml-dev.install.in |   4 +-
 debian/watch                        |   2 +-
 examples/cloc/cloc.ml               |  12 +-
 examples/pcregrep/pcregrep.ml       |   4 +-
 lib/META                            |   5 +-
 lib/pcre.ml                         | 174 +++++----
 lib/pcre.mldylib                    |   4 +
 lib/pcre.mli                        |  25 +-
 lib/pcre.mllib                      |   3 +-
 lib/pcre_compat.ml                  |   2 +
 lib/pcre_compat312.ml               |   2 +
 lib/pcre_compat402.ml               |   2 +
 lib/pcre_stubs.c                    | 174 +++++----
 myocamlbuild.ml                     | 220 +++++++----
 setup.ml                            | 715 ++++++++++++++++++++++--------------
 30 files changed, 971 insertions(+), 621 deletions(-)
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 create mode 100644 _opam
 create mode 100644 lib/pcre_compat.ml
 create mode 100644 lib/pcre_compat312.ml
 create mode 100644 lib/pcre_compat402.ml

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



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