[Pkg-ocaml-maint-commits] [fieldslib] branch master updated (aaf986b -> 7a987b3)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jul 28 14:58:01 UTC 2016


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

glondu pushed a change to branch master
in repository fieldslib.

      from  aaf986b   113.00.00-1
      adds  66fca55   Imported Upstream version 113.24.00
       new  c4ca27f   Imported Upstream version 113.33.03
       new  48f86c8   Merge tag 'upstream/113.33.03'
       new  52e3668   New upstream release
       new  0c59f85   Update Vcs-*
       new  cb8044c   Bump Standards-Version to 3.9.8
       new  1329d9f   Update packaging
       new  7a987b3   Update changelog and prepare upload to experimental

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:
 COPYRIGHT.txt                                      |   11 -
 INSTALL.txt                                        |   39 -
 META.ab                                            |    8 +
 Makefile                                           |   55 +-
 README.txt                                         |  153 -
 _oasis                                             |   59 +-
 _tags                                              |   29 +-
 configure                                          |   24 +-
 debian/changelog                                   |   11 +
 debian/clean                                       |    1 +
 debian/control                                     |   38 +-
 debian/docs                                        |    1 -
 ...4-dev.ocamldoc => libfields-ocaml-dev.ocamldoc} |    0
 debian/libfieldslib-ocaml-dev.install.in           |    6 +
 debian/libfieldslib-ocaml.install.in               |    3 +
 debian/rules                                       |   27 +-
 descr                                              |    5 +
 example/input.mli                                  |    9 -
 example/test.ml                                    |   30 -
 example/test.mli                                   |   51 -
 install.ml                                         |    9 +
 lib/META                                           |   21 -
 lib/fieldslib.mldylib                              |    4 -
 lib/fieldslib.mllib                                |    4 -
 lib/fieldslib.mlpack                               |    4 -
 myocamlbuild.ml                                    |  630 +-
 opam                                               |   18 +
 setup.ml                                           | 6828 +-------------------
 {lib => src}/field.ml                              |    0
 {lib => src}/field.mli                             |   10 +-
 {lib => src}/fieldslib.odocl                       |    0
 syntax/pa_fields_conv.ml                           |  656 --
 syntax/pa_fields_conv.mldylib                      |    4 -
 syntax/pa_fields_conv.mli                          |    0
 syntax/pa_fields_conv.mllib                        |    4 -
 test/fields_test.ml                                |   57 -
 test/should_fail                                   |   15 -
 test/test1.ml                                      |    5 -
 test/test2.ml                                      |    5 -
 test/test3.ml                                      |    5 -
 test/test4.ml                                      |    5 -
 test/test5.ml                                      |    6 -
 test/test6.ml                                      |    6 -
 test/test7.ml                                      |    6 -
 test/test8.ml                                      |    6 -
 45 files changed, 174 insertions(+), 8694 deletions(-)
 delete mode 100644 COPYRIGHT.txt
 delete mode 100644 INSTALL.txt
 create mode 100644 META.ab
 delete mode 100644 README.txt
 create mode 100644 debian/clean
 delete mode 100644 debian/docs
 rename debian/{libfields-camlp4-dev.ocamldoc => libfields-ocaml-dev.ocamldoc} (100%)
 create mode 100644 debian/libfieldslib-ocaml-dev.install.in
 create mode 100644 debian/libfieldslib-ocaml.install.in
 create mode 100644 descr
 delete mode 100644 example/input.mli
 delete mode 100644 example/test.ml
 delete mode 100644 example/test.mli
 create mode 100644 install.ml
 delete mode 100644 lib/META
 delete mode 100644 lib/fieldslib.mldylib
 delete mode 100644 lib/fieldslib.mllib
 delete mode 100644 lib/fieldslib.mlpack
 create mode 100644 opam
 rename {lib => src}/field.ml (100%)
 rename {lib => src}/field.mli (75%)
 rename {lib => src}/fieldslib.odocl (100%)
 delete mode 100644 syntax/pa_fields_conv.ml
 delete mode 100644 syntax/pa_fields_conv.mldylib
 delete mode 100644 syntax/pa_fields_conv.mli
 delete mode 100644 syntax/pa_fields_conv.mllib
 delete mode 100644 test/fields_test.ml
 delete mode 100755 test/should_fail
 delete mode 100644 test/test1.ml
 delete mode 100644 test/test2.ml
 delete mode 100644 test/test3.ml
 delete mode 100644 test/test4.ml
 delete mode 100644 test/test5.ml
 delete mode 100644 test/test6.ml
 delete mode 100644 test/test7.ml
 delete mode 100644 test/test8.ml

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



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