[Pkg-ocaml-maint-commits] [findlib] branch master updated (8f601a8 -> 16f8c0e)

Ximin Luo infinity0 at debian.org
Thu Oct 20 10:16:29 UTC 2016


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

infinity0 pushed a change to branch master
in repository findlib.

      from  8f601a8   Revert d/watch changes
       new  2e9f3a7   New upstream version 1.6.3
       new  edc762f   Merge tag 'upstream/1.6.3'
       new  453dc8e   Don't install ocamlbuild META file, ocamlbuild handles that itself
       new  0baaa6b   Refresh patches and drop a patch applied upstream
       new  16f8c0e   Install extra file in this new version

The 5 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:
 Makefile                                           |   2 +-
 configure                                          |  11 +-
 debian/libfindlib-ocaml-dev.install.in             |   1 +
 debian/libfindlib-ocaml.install.in                 |   1 -
 ...dard-directories-to-conform-our-own-polic.patch |   2 -
 .../0002-Extra-configuration-search-path.patch     |   8 +-
 ...gfix-moved-directory-directive-outside-co.patch |   8 +-
 ...able-graphics-and-labltk-when-unavailable.patch |   4 -
 debian/patches/0005-Fix-typo-in-Makefile.patch     |  21 ----
 debian/patches/series                              |   1 -
 debian/rules                                       |   2 +-
 doc/README                                         |   7 ++
 doc/README.xml                                     |  10 ++
 doc/ref-html/{c1081.html => c1089.html}            |  12 +-
 doc/ref-html/index.html                            |  12 +-
 doc/ref-html/lib/Findlib.html                      |  22 +++-
 doc/ref-html/lib/Fl_metascanner.html               |  20 +++-
 doc/ref-html/lib/Fl_package_base.html              |  33 ++++-
 doc/ref-html/lib/Topfind.html                      |  22 ++++
 .../{index_classes.html => index_extensions.html}  |   4 +-
 doc/ref-html/lib/index_values.html                 |   5 +
 doc/ref-html/lib/type_Findlib.html                 |   2 +
 doc/ref-html/{p1079.html => p1087.html}            |  16 +--
 doc/ref-html/{p719.html => p727.html}              |  14 +--
 doc/ref-html/{r1021.html => r1029.html}            |  26 ++--
 doc/ref-html/r17.html                              | 133 +++++++++++----------
 doc/ref-html/{r721.html => r729.html}              |  34 +++---
 doc/ref-html/{r825.html => r833.html}              |  26 ++--
 doc/ref-man/ocamlfind.1                            |  31 ++++-
 doc/src/findlib_ocamlfind.mod                      |  13 +-
 doc/src/findlib_reference.xml                      |  13 +-
 site-lib-src/bigarray/interfaces.out               |   1 +
 site-lib-src/dbm/interfaces.out                    |   1 +
 site-lib-src/dynlink/interfaces.out                |   1 +
 site-lib-src/graphics/interfaces.out               |   1 +
 site-lib-src/labltk/interfaces.out                 |   1 +
 site-lib-src/num/interfaces.out                    |   1 +
 site-lib-src/stdlib/interfaces.out                 |   1 +
 site-lib-src/str/interfaces.out                    |   1 +
 site-lib-src/threads/interfaces.out                |   1 +
 site-lib-src/unix/interfaces.out                   |   1 +
 src/findlib/Makefile                               |  21 ++--
 src/findlib/findlib.ml                             |  19 ++-
 src/findlib/findlib.mli                            |   8 +-
 src/findlib/frontend.ml                            |  77 +++++++-----
 src/findlib/topfind_rd1.p                          |  20 +++-
 46 files changed, 430 insertions(+), 241 deletions(-)
 delete mode 100644 debian/patches/0005-Fix-typo-in-Makefile.patch
 rename doc/ref-html/{c1081.html => c1089.html} (93%)
 copy doc/ref-html/lib/{index_classes.html => index_extensions.html} (91%)
 rename doc/ref-html/{p1079.html => p1087.html} (92%)
 rename doc/ref-html/{p719.html => p727.html} (94%)
 rename doc/ref-html/{r1021.html => r1029.html} (96%)
 rename doc/ref-html/{r721.html => r729.html} (98%)
 rename doc/ref-html/{r825.html => r833.html} (98%)
 create mode 100644 site-lib-src/bigarray/interfaces.out
 create mode 100644 site-lib-src/dbm/interfaces.out
 create mode 100644 site-lib-src/dynlink/interfaces.out
 create mode 100644 site-lib-src/graphics/interfaces.out
 create mode 100644 site-lib-src/labltk/interfaces.out
 create mode 100644 site-lib-src/num/interfaces.out
 create mode 100644 site-lib-src/stdlib/interfaces.out
 create mode 100644 site-lib-src/str/interfaces.out
 create mode 100644 site-lib-src/threads/interfaces.out
 create mode 100644 site-lib-src/unix/interfaces.out

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



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