[Pkg-ocaml-maint-commits] [findlib] branch master updated (e7e1d87 -> 429798e)

Stéphane Glondu glondu at moszumanska.debian.org
Mon Dec 2 20:45:26 UTC 2013


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

glondu pushed a change to branch master
in repository findlib.

      from  e7e1d87   Update changelog and prepare upload to unstable
      adds  efd3099   Imported Upstream version 1.3.2
      adds  16d9a47   Merge tag 'upstream/1.3.2'
      adds  b3e2ae3   New upstream release
      adds  25e1768   New experimental branches
      adds  232e120   This version requires ocaml-nox (>= 4.00.0~beta)
      adds  5a193b9   Update changelog and prepare upload to experimental
      adds  83f1a63   Imported Upstream version 1.3.3
      adds  173bb23   Merge tag 'upstream/1.3.3' into experimental/master
      adds  483c2e7   New upstream release
      adds  03c1e20   Refresh patches
      adds  e199978   Prepare upload to experimental
      adds  3826c7d   Imported Upstream version 1.4
      adds  ddb9281   Merge tag 'upstream/1.4' into experimental/master
      adds  8ebc5f4   New upstream release
      adds  62363ca   fl_metascannel.ml is no longer generated
      adds  e2ea87e   Use canonical URLs in Vcs-* fields
      adds  3ade420   Bump Standards-Version to 3.9.4
      adds  8e65754   Update changelog and prepare upload to experimental
       new  54eb7d6   Prepare merge with master
       new  429798e   Update changelog and prepare upload to unstable

The 2 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                                           |   3 +
 configure                                          |  54 +-
 debian/changelog                                   |  27 +
 debian/control                                     |   8 +-
 debian/gbp.conf                                    |   3 -
 ...-depends-on-Dynlink-on-every-architecture.patch |   2 +-
 ...o-not-use-an-absolute-path-in-META.camlp4.patch |   4 +-
 debian/rules                                       |   1 -
 doc/README                                         |  49 +-
 doc/README.xml                                     |  62 ++-
 doc/ref-html/{c1023.html => c1024.html}            |  12 +-
 doc/ref-html/index.html                            |  12 +-
 doc/ref-html/lib/Findlib.html                      |  15 +-
 doc/ref-html/lib/Fl_metascanner.html               |  35 +-
 doc/ref-html/lib/Fl_package_base.html              |  29 +-
 doc/ref-html/lib/Topfind.html                      |  22 +-
 doc/ref-html/lib/index.html                        |  20 +-
 doc/ref-html/lib/index_attributes.html             |   6 +-
 doc/ref-html/lib/index_class_types.html            |   6 +-
 doc/ref-html/lib/index_classes.html                |   6 +-
 doc/ref-html/lib/index_exceptions.html             |   6 +-
 doc/ref-html/lib/index_methods.html                |   6 +-
 doc/ref-html/lib/index_module_types.html           |   6 +-
 doc/ref-html/lib/index_modules.html                |   6 +-
 doc/ref-html/lib/index_types.html                  |  10 +-
 doc/ref-html/lib/index_values.html                 |  17 +-
 doc/ref-html/lib/type_Findlib.html                 |   4 +-
 doc/ref-html/lib/type_Fl_metascanner.html          |   3 +
 doc/ref-html/lib/type_Topfind.html                 |   1 +
 doc/ref-html/{p1021.html => p1022.html}            |  16 +-
 doc/ref-html/{p678.html => p679.html}              |  14 +-
 doc/ref-html/r17.html                              |  57 ++-
 doc/ref-html/{r680.html => r681.html}              |  34 +-
 doc/ref-html/{r774.html => r775.html}              |  26 +-
 doc/ref-html/{r963.html => r964.html}              |  26 +-
 doc/ref-man/ocamlfind.1                            |   7 +-
 doc/src/findlib_ocamlfind.mod                      |   7 +-
 doc/src/findlib_reference.xml                      |   6 +-
 itest-aux/remdir.ml                                |   2 +
 mini/ocamlfind-mini                                |   2 +-
 site-lib-src/camlp4.310/META.in                    |  11 +
 site-lib-src/compiler-libs/META.in                 |  39 ++
 src/findlib-toolbox/make_wizard.ml                 |   2 +-
 src/findlib-toolbox/make_wizard.pattern            |   2 +-
 src/findlib/Makefile                               |  31 +-
 src/findlib/findlib.ml                             |  15 +-
 src/findlib/findlib.mli                            |   5 +-
 src/findlib/fl_args.ml                             |   6 +-
 src/findlib/fl_metascanner.ml                      | 564 +++++++++++++++++++++
 src/findlib/fl_metascanner.mli                     |   6 +-
 src/findlib/fl_metascanner.src                     | 206 +++++++-
 src/findlib/fl_metatoken.ml                        |  19 +-
 src/findlib/fl_topo.ml                             |   2 +-
 src/findlib/fl_topo.mli                            |   2 +-
 src/findlib/frontend.ml                            |  67 ++-
 src/findlib/num_top.ml                             |   2 +-
 src/findlib/num_top.mli                            |   2 +-
 src/findlib/num_top_printers.ml                    |   2 +-
 src/findlib/test_parser.ml                         |  87 ++++
 src/findlib/topfind.ml                             |  10 +-
 src/findlib/topfind.mli                            |   4 +-
 src/findlib/{topfind.p => topfind_rd0.p}           |   2 +-
 src/findlib/{topfind.p => topfind_rd1.p}           |   7 +-
 tools/collect_files                                |   2 +-
 64 files changed, 1438 insertions(+), 289 deletions(-)
 rename doc/ref-html/{c1023.html => c1024.html} (93%)
 rename doc/ref-html/{p1021.html => p1022.html} (92%)
 rename doc/ref-html/{p678.html => p679.html} (94%)
 rename doc/ref-html/{r680.html => r681.html} (97%)
 rename doc/ref-html/{r774.html => r775.html} (98%)
 rename doc/ref-html/{r963.html => r964.html} (96%)
 create mode 100644 itest-aux/remdir.ml
 create mode 100644 site-lib-src/compiler-libs/META.in
 create mode 100644 src/findlib/fl_metascanner.ml
 create mode 100644 src/findlib/test_parser.ml
 copy src/findlib/{topfind.p => topfind_rd0.p} (94%)
 rename src/findlib/{topfind.p => topfind_rd1.p} (84%)

-- 
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