[Pkg-ocaml-maint-commits] [ocamlbuild] branch master updated (3e3dd50 -> 2173d3d)

Ximin Luo infinity0 at debian.org
Fri Jul 21 17:13:26 UTC 2017


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

infinity0 pushed a change to branch master
in repository ocamlbuild.

      from  3e3dd50   Release 0.10.1-1 to Debian experimental.
       new  0d76abf   New upstream version 0.11.0
       new  00f4c1a   Merge tag 'upstream/0.11.0'
       new  dc9376b   Update d/changelog
       new  9f1e454   Add B-D ocamlfind
       new  1f87088   Override MANDIR so it doesn't install in $HOME/.opam
       new  2173d3d   Add missing B-D

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:
 .gitignore                          |   4 ++
 .mailmap                            |   2 +
 .travis.yml                         |  29 +++++++++
 Changes                             |  74 +++++++++++++----------
 META                                |   2 +-
 Makefile                            |  99 ++++++++++++++++++-------------
 VERSION                             |   2 +-
 debian/changelog                    |   6 ++
 debian/control                      |   4 +-
 debian/rules                        |   3 +-
 examples/01-simple/Makefile         |   4 +-
 examples/01-simple/main.ml          |   2 +-
 examples/02-subdirs/Makefile        |   2 +-
 examples/02-subdirs/src/main.ml     |   2 +-
 examples/03-packages/Makefile       |   6 +-
 examples/03-packages/src/main.ml    |   4 +-
 examples/04-library/Makefile        |   4 +-
 examples/04-library/src/main.ml     |   4 +-
 examples/05-lex-yacc/Makefile       |   2 +-
 examples/05-lex-yacc/src/main.ml    |   2 +-
 examples/05-lex-yacc/src/parser.mly |   4 +-
 examples/06-ocamldoc/Makefile       |   2 +-
 examples/06-ocamldoc/src/main.ml    |   2 +-
 examples/Makefile                   |   2 +-
 howto/release.adoc                  |  12 ++++
 manual/manual.adoc                  |   3 +-
 src/ocaml_compiler.ml               |  13 +++--
 src/ocaml_specific.ml               |  14 +++--
 src/options.ml                      |  74 +++++++++++++++--------
 src/param_tags.mli                  |   2 +-
 src/plugin.ml                       |  11 ++--
 src/rule.ml                         |   6 +-
 src/signatures.mli                  |   3 +
 testsuite/README                    |   2 +-
 testsuite/external.ml               |  24 ++++++++
 testsuite/findlibonly.ml            |  17 ------
 testsuite/internal.ml               |  26 +++++++++
 testsuite/internal_test_header.ml   |   2 -
 testsuite/ocamlbuild_test.ml        | 113 ++++++++++++++++++++++++++----------
 39 files changed, 399 insertions(+), 190 deletions(-)
 create mode 100644 .mailmap
 create mode 100644 .travis.yml

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



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