[Pkg-ocaml-maint-commits] [lwt] branch master updated (4659e9b -> 9602116)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jul 28 08:51:41 UTC 2016


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

glondu pushed a change to branch master
in repository lwt.

      from  4659e9b   Prepare upload to unstable
       new  a46a9a0   Imported Upstream version 2.5.1
       new  5bf8830   Imported Upstream version 2.5.2
       new  f44e2bf   Merge tag 'upstream/2.5.2'
       new  b315d87   Refresh patches
       new  45fc245   New upstream release
       new  7c523b2   Update Vcs-*
       new  8fda83c   Update debian/copyright
       new  deabd71   Bump debhelper compat to 9
       new  ffc3333   Bump Standards-Version to 3.9.8
       new  3526136   Remove doc-base file for manual (which is not built)
       new  98f0d61   Fix package description (Closes: #787012)
       new  9602116   Update changelog and prepare upload to unstable

The 12 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                                            |  18 ++++
 README.md                                          |   2 +-
 _oasis                                             |  10 +-
 debian/changelog                                   |  11 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  73 ++++++-------
 debian/copyright                                   |   2 +-
 debian/liblwt-ocaml-doc.doc-base.manual            |   7 --
 .../0001-Do-not-build-manual-manual.pdf.patch      |   3 +-
 debian/patches/0002-Fix-FTBFS.patch                |  29 -----
 debian/patches/series                              |   1 -
 discover.ml                                        |   5 +-
 manual/manual.wiki                                 |  33 +++++-
 ppx/ppx_lwt.mli                                    | 117 +++++++++++----------
 ppx/ppx_lwt_ex.ml                                  |  50 +++++----
 setup.ml                                           |  14 +--
 src/core/META                                      |  26 ++---
 src/core/lwt.mli                                   |  13 ++-
 src/core/lwt_stream.ml                             |  13 ++-
 src/core/lwt_stream.mli                            |   7 +-
 src/unix/lwt_bytes.mli                             |   4 +-
 src/unix/lwt_daemon.ml                             |  61 +++++------
 src/unix/lwt_daemon.mli                            |   1 -
 src/unix/lwt_io.mli                                |   2 +-
 src/unix/lwt_log.ml                                |   2 +-
 src/unix/lwt_process.ml                            |  12 ++-
 src/unix/lwt_sys.ml                                |   2 +-
 src/unix/lwt_unix.ml                               |  18 ++++
 src/unix/lwt_unix.mli                              |  10 +-
 src/unix/lwt_unix_unix.c                           |  40 ++++++-
 tests/META                                         |   4 +-
 tests/core/test_lwt_stream.ml                      |  21 +++-
 tests/unix/main.ml                                 |   1 +
 tests/unix/test_lwt_io_non_block.ml                |   6 ++
 tests/unix/test_lwt_process.ml                     |  16 +++
 35 files changed, 390 insertions(+), 246 deletions(-)
 delete mode 100644 debian/liblwt-ocaml-doc.doc-base.manual
 delete mode 100644 debian/patches/0002-Fix-FTBFS.patch
 create mode 100644 tests/unix/test_lwt_process.ml

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



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