[Pkg-ocaml-maint-commits] [ocamlbricks] branch master updated (2c87f07 -> 49932e3)

Lucas Nussbaum lucas at moszumanska.debian.org
Mon Oct 30 22:29:18 UTC 2017


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

lucas pushed a change to branch master
in repository ocamlbricks.

      from  2c87f07   d/control: remove myself from Uploaders
       new  8aaddeb   New upstream version 0.90+bzr454
       new  a8df3a8   Merge tag 'upstream/0.90+bzr454'
       new  202ef66   Refresh patches
       new  1b5dd1c   Initialize changelog
       new  33c8f27   Add breaks on older marionnet
       new  e39fa48   Bump debian/compat to 9
       new  3dcf952   Bump Standards-version to 4.1.1. No changes needed.
       new  0571e57   Prepare changelog for upload.
       new  260c49c   New upstream version 0.90+bzr455
       new  857c27c   Merge tag 'upstream/0.90+bzr455'
       new  a4c9c6a   Prepare changelog for upload.
       new  e00b39f   Refresh patch.
       new  7fdef8d   Add patch: fix-Makefile-meta.ml.released.patch
       new  caaf38d   Add ocamlbuild to build-depends
       new  6c138bf   Run wrap-and-sort -a
       new  29a0b69   New upstream version 0.90+bzr456
       new  e57b055   Merge tag 'upstream/0.90+bzr456'
       new  46b7e8d   Drop patch: fix-Makefile-meta.ml.released.patch
       new  49932e3   Prepare changelog

The 19 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:
 BASE/argv.ml                                       |  10 +-
 BASE/log_builder.ml                                |  12 +
 BASE/log_builder.mli                               |   2 +
 CAMLP4/include_as_string_p4.ml                     |  11 +-
 CAMLP4/include_as_string_p4.mli                    |   2 +-
 CAMLP4/include_type_definitions_p4.ml              |  87 ++-
 CAMLP4/include_type_definitions_p4.mli             |   2 +-
 CONFIGME                                           |  18 +-
 CONFIGURATION/configuration_files.ml               | 189 ++++---
 CONFIGURATION/configuration_files.mli              |  12 +
 CORTEX/lock.ml                                     | 596 +++++++++++++++++++++
 CORTEX/lock.mli                                    | 105 ++++
 CORTEX/locked.ml                                   | 445 +++++++++++++++
 CORTEX/locked.mli                                  |  81 +++
 CORTEX/spinning.ml                                 | 233 ++++++++
 CORTEX/spinning.mli                                | 137 +++++
 DOT/dot.ml                                         |   5 +-
 DOT/dot.mli                                        |   1 -
 DOT/dot_widget.ml                                  |  16 +-
 EXTRA/arrayExtra.ml                                | 417 ++++++++++----
 EXTRA/arrayExtra.mli                               |  62 ++-
 EXTRA/filenameExtra.ml                             |   4 +-
 EXTRA/hashtblExtra.ml                              | 104 ++++
 {STRUCTURES => EXTRA}/hashtblExtra.mli             |  16 +
 EXTRA/listExtra.ml                                 |  60 ++-
 EXTRA/listExtra.mli                                |  16 +-
 EXTRA/pervasivesExtra.ml                           |  75 +++
 EXTRA/pervasivesExtra.mli                          |  24 +-
 EXTRA/stringExtra.ml                               |  26 +-
 EXTRA/sysExtra.ml                                  |   8 +-
 EXTRA/threadExtra.ml                               |  24 +-
 EXTRA/unixExtra.ml                                 | 118 +++-
 EXTRA/unixExtra.mli                                |  24 +-
 EXTRA/waitpid-c-wrapper.c                          |   1 +
 GETTEXT/gettext_builder.ml                         |   5 +-
 MARSHAL/marshallable_classes.ml                    |  31 +-
 Makefile                                           | 115 ++--
 Makefile.d/test_with.sh                            |  27 +-
 Makefile.local                                     |  30 +-
 Makefile.local => Makefile.local.for_copies        |  37 +-
 SHELL/linux.ml                                     |  35 +-
 SHELL/linux.mli                                    |   3 +
 SHELL/shell.ml                                     |  66 +--
 SHELL/shell.mli                                    |  14 +-
 STRUCTURES/cortex.ml                               | 100 ++--
 STRUCTURES/cortex.mli                              |   3 +
 STRUCTURES/cortex_lib.ml                           |   4 +-
 STRUCTURES/cortex_lib.mli                          |   2 +-
 STRUCTURES/egg.ml                                  |   4 +-
 STRUCTURES/egg.mli                                 |   2 +-
 STRUCTURES/endpoint.ml                             |  82 +--
 STRUCTURES/hashmmap.ml                             |   9 +-
 STRUCTURES/hashset.ml                              |  60 ++-
 STRUCTURES/hashset.mli                             |  24 +-
 STRUCTURES/hashtblExtra.ml                         |  42 --
 STRUCTURES/ipv6.ml                                 |   4 +-
 STRUCTURES/lazy_perishable.ml                      |  48 ++
 BASE/fix.mli => STRUCTURES/lazy_perishable.mli     |  23 +-
 STRUCTURES/memo.ml                                 |  57 +-
 STRUCTURES/memo.mli                                |   4 +-
 STRUCTURES/network.ml                              |   7 +-
 STRUCTURES/option.ml                               |  69 ++-
 STRUCTURES/option.mli                              |  26 +-
 STRUCTURES/string_queue.ml                         |   8 +-
 STRUCTURES/thunk.ml                                |  22 +-
 STRUCTURES/thunk.mli                               |   7 +
 WIDGETS/{environment.ml => environments.ml}        |   0
 WIDGETS/{environment.mli => environments.mli}      |   0
 WIDGETS/widget.ml                                  |  34 +-
 WIDGETS/widget.mli                                 |  16 +-
 debian/changelog                                   |  13 +
 debian/compat                                      |   2 +-
 debian/control                                     |  31 +-
 .../0002-Use-the-Debian-prefix-for-building.patch  |  16 +-
 ...Fix-the-build-on-non-native-architectures.patch |   4 +-
 ...GETTEXT-fix-f_-to-avoid-call-to-Obj.magic.patch |  23 -
 debian/patches/0004-install-stublibs.patch         |  25 +-
 debian/patches/series                              |   1 -
 meta.ml.released => meta.ml                        |  12 +-
 meta.ml.released                                   |  12 +-
 ocamlbricks.mllib                                  |   7 +-
 ocamlbricks.odocl                                  |   9 +-
 82 files changed, 3411 insertions(+), 707 deletions(-)
 create mode 100644 CORTEX/lock.ml
 create mode 100644 CORTEX/lock.mli
 create mode 100644 CORTEX/locked.ml
 create mode 100644 CORTEX/locked.mli
 create mode 100644 CORTEX/spinning.ml
 create mode 100644 CORTEX/spinning.mli
 create mode 100644 EXTRA/hashtblExtra.ml
 rename {STRUCTURES => EXTRA}/hashtblExtra.mli (70%)
 copy Makefile.local => Makefile.local.for_copies (81%)
 delete mode 100644 STRUCTURES/hashtblExtra.ml
 create mode 100644 STRUCTURES/lazy_perishable.ml
 copy BASE/fix.mli => STRUCTURES/lazy_perishable.mli (57%)
 rename WIDGETS/{environment.ml => environments.ml} (100%)
 rename WIDGETS/{environment.mli => environments.mli} (100%)
 delete mode 100644 debian/patches/0004-In-GETTEXT-fix-f_-to-avoid-call-to-Obj.magic.patch
 copy meta.ml.released => meta.ml (57%)

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



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