[Pkg-ocaml-maint-commits] [otags] branch master updated (0730768 -> c27f42a)

Mehdi Dogguy mehdi at moszumanska.debian.org
Sat Jan 16 16:00:25 UTC 2016


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

mehdi pushed a change to branch master
in repository otags.

      from  0730768   Release to unstable
       new  47e6f8e   Imported Upstream version 4.02.1
       new  b418d56   Merge tag 'upstream/4.02.1'
       new  4a91b28   Imported Upstream version 4.02.2
       new  a533c60   Merge tag 'upstream/4.02.2'
       new  5b6201d   New uptream release (Closes: #802166)
       new  3fd6405   Needs cppo at build-time.
       new  c27f42a   Release to unstable

The 7 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:
 ChangeLog                                      |  97 +++++++++++
 Makefile.in                                    |  46 +++--
 add_quotation.ml                               |   4 +-
 add_quotation.mli                              |   4 +-
 camlp4_names.ml                                |   4 +-
 camlp4_names.mli                               |   4 +-
 conf.ml.in                                     |  26 +++
 conf.mli                                       |   4 +-
 configure                                      |   8 +-
 contrib/update-otags.8                         |   3 +-
 debian/changelog                               |   7 +
 debian/control                                 |   1 +
 debian/patches/0001-Port-to-OCaml-4.02.3.patch | 224 -------------------------
 debian/patches/series                          |   1 -
 doc/changes.html                               |  25 ++-
 doc/otags.1                                    |  44 +++--
 doc/otags.html                                 |  51 ++++--
 emacs.ml                                       |   4 +-
 emacs.mli                                      |   4 +-
 global.ml                                      |   4 +-
 global.mli                                     |   4 +-
 make-distribution                              |   1 +
 misc.ml                                        |  13 +-
 misc.mli                                       |   4 +-
 monitor_line_directive.ml                      |  30 +++-
 monitor_line_directive.mli                     |  29 +++-
 otags.ml                                       |   4 +-
 otags_dump_ast.ml                              |  26 +++
 parser_factory.ml                              |   4 +-
 parser_factory.mli                             |   4 +-
 parser_hints.ml                                |  31 ++--
 parser_hints.mli                               |   4 +-
 reparse.ml                                     |  16 +-
 reparse.mli                                    |   4 +-
 source_channel.ml                              |   4 +-
 source_channel.mli                             |   4 +-
 tags.ml                                        | 102 ++++++++++-
 tags.mli                                       |   4 +-
 test/a.ml                                      |  14 ++
 test/c.mli                                     |   9 +
 test/cppo_h.include.ml                         |  12 ++
 test/cppo_h.source.ml                          |  23 +++
 test/cppo_i.include.ml                         |  12 ++
 test/cppo_i.source.ml                          |  23 +++
 test/g.mli                                     |   1 +
 test/test.TAGS                                 |  55 +++++-
 test/test.tags                                 |  37 ++++
 translate_location.ml                          |  56 ++++++-
 translate_location.mli                         |   4 +-
 types.ml                                       |   4 +-
 types.mli                                      |   4 +-
 util/dump-camlp4.ml                            |   8 +-
 vi.ml                                          |  18 +-
 vi.mli                                         |   4 +-
 54 files changed, 746 insertions(+), 391 deletions(-)
 delete mode 100644 debian/patches/0001-Port-to-OCaml-4.02.3.patch
 delete mode 100644 debian/patches/series
 create mode 100644 test/cppo_h.include.ml
 create mode 100644 test/cppo_h.source.ml
 create mode 100644 test/cppo_i.include.ml
 create mode 100644 test/cppo_i.source.ml
 create mode 100644 test/g.mli

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



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