[Pkg-ocaml-maint-commits] [oasis] branch master updated (16cba25 -> 193f5c8)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Sep 3 21:51:49 UTC 2015


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

glondu pushed a change to branch master
in repository oasis.

      from  16cba25   Remove Sylvain Le Gall from Uploaders.
       new  f435036   Imported Upstream version 0.4.5
       new  0a85330   Merge tag 'upstream/0.4.5'
       new  67bea81   New upstream release
       new  0ded971   Refresh patch
       new  f8ed262   Add camlp4 to Build-Depends
       new  950a2a0   Disable tests for now (until this is built with OCaml >= 4.02)
       new  193f5c8   Update changelog and prepare upload 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:
 CHANGES.txt                                        | 43 +++++++++-
 Makefile                                           |  3 +
 _oasis                                             |  6 +-
 debian/changelog                                   | 11 ++-
 debian/control                                     |  1 +
 .../0001-Remove-dynrun_for_release-test.patch      |  4 +-
 debian/rules                                       |  3 +-
 setup.ml                                           | 29 ++++---
 src/ext/plugin-loader/src/META                     |  4 +-
 .../plugin-loader/test/data/findlib/plugin1/META   |  4 +-
 .../plugin-loader/test/data/findlib/plugin2/META   |  4 +-
 .../plugin-loader/test/data/findlib/plugin3/META   |  4 +-
 .../test/data/findlib/pluginloaderLib/META         |  4 +-
 src/ext/userconf/src/META                          |  4 +-
 src/oasis/META                                     | 12 +--
 src/oasis/OASISFeatures.ml                         |  7 ++
 src/oasis/OASISFileTemplate.ml                     | 15 ++--
 src/oasis/OASISFindlib.ml                          | 14 +--
 src/oasis/OASISLibrary.ml                          | 32 ++++---
 src/oasis/OASISString.ml                           |  9 +-
 src/plugins/extra/devfiles/DevFilesPlugin.ml       |  2 +-
 src/plugins/internal/InternalInstallPlugin.ml      | 99 +++++++++++++---------
 src/plugins/ocamlbuild/MyOCamlbuildBase.ml         | 13 +--
 src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml      | 65 ++++++++------
 src/plugins/ocamlbuild/OCamlbuildCommon.ml         |  5 ++
 src/plugins/ocamlbuild/OCamlbuildPlugin.ml         | 10 ++-
 test/TestFull.ml                                   | 47 +++++++---
 test/TestFullUtils.ml                              |  6 ++
 test/TestOCamlbuild.ml                             | 77 +++++++++++++++++
 .../src => test/data/TestOCamlbuild/env-tags}/A.ml |  0
 test/data/TestOCamlbuild/env-tags/_oasis           | 13 +++
 .../data/TestOCamlbuild/env-tags}/myocamlbuild.ml  | 12 ++-
 .../data/TestOCamlbuild/external-c-rebuild}/A.ml   |  3 +-
 .../data/TestOCamlbuild/external-c-rebuild/B.ml    |  4 +-
 test/data/TestOCamlbuild/external-c-rebuild/_oasis | 23 +++++
 .../TestOCamlbuild/external-c-rebuild/c_source.c   | 12 ++-
 .../TestOCamlbuild/external-c-rebuild/header.h     | 10 +--
 37 files changed, 431 insertions(+), 183 deletions(-)
 copy {examples/with-subpackage/src => test/data/TestOCamlbuild/env-tags}/A.ml (100%)
 create mode 100644 test/data/TestOCamlbuild/env-tags/_oasis
 copy {examples/ocamlbuild => test/data/TestOCamlbuild/env-tags}/myocamlbuild.ml (87%)
 copy {examples/with-c/src => test/data/TestOCamlbuild/external-c-rebuild}/A.ml (96%)
 copy examples/interdepend-libraries/src/libe/E.ml => test/data/TestOCamlbuild/external-c-rebuild/B.ml (98%)
 create mode 100644 test/data/TestOCamlbuild/external-c-rebuild/_oasis
 copy examples/with-c/src/main_custom_stub.c => test/data/TestOCamlbuild/external-c-rebuild/c_source.c (89%)
 copy examples/with-c/src/main_custom_stub.c => test/data/TestOCamlbuild/external-c-rebuild/header.h (94%)

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



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