[Pkg-ocaml-maint-commits] [bin-prot] branch master updated (b7b7f2a -> d0103fa)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Dec 3 21:25:37 UTC 2013


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

glondu pushed a change to branch master
in repository bin-prot.

      from  b7b7f2a   (Closes: #713357)
      adds  7f6641e   debian/gbp.conf: experimental branch.
      adds  9b543f0   Imported Upstream version 109.30.00
      adds  2c7c806   Merge tag 'upstream/109.30.00' into experimental/master
      adds  baf3971   Add myself to Uploaders.
      adds  65304ec   debian/docs: replace README.txt with README.md.
      adds  73315d8   Bump versions of build-dep packages.
      adds  b6e4c76   debian/rules: export OCAMLFIND_LDCONF=ignore.
      adds  de83b93   Update debian/watch.
      adds  7d2dd14   Update changelog and prepare to upload to experimental.
       new  d0103fa   Prepare upload to unstable

The 1 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:
 .gitignore                                       |    8 +-
 .hg_archival.txt                                 |    4 -
 .hgignore                                        |    7 -
 .hgtags                                          |   36 -
 Changelog => CHANGES.txt                         |    4 +
 COPYRIGHT => COPYRIGHT.txt                       |    4 +-
 INRIA-DISCLAIMER.txt                             |   12 +
 INSTALL => INSTALL.txt                           |    6 +-
 LICENSE                                          |  520 ----
 LICENSE.Tywith => LICENSE-Tywith.txt             |    0
 LICENSE.txt                                      |  202 ++
 Makefile                                         |   65 +-
 README.md                                        |  376 +++
 README.txt                                       |  435 ---
 THIRD-PARTY.txt                                  |   18 +
 lib/TODO => TODO.txt                             |    0
 _oasis                                           |   44 +-
 _tags                                            |   50 +-
 config/arch.sh                                   |   25 +
 config/test.c                                    |    6 +
 debian/changelog                                 |   14 +
 debian/control                                   |    7 +-
 debian/docs                                      |    2 +-
 debian/rules                                     |    1 +
 debian/watch                                     |    2 +-
 doc/Makefile                                     |   10 -
 doc/README.tex                                   |  408 ---
 doc/custom.hva                                   |    9 -
 doc/hevea.sty                                    |   78 -
 lib/META                                         |   12 +-
 lib/binable.ml                                   |   84 +-
 lib/common.ml                                    |   24 -
 lib/common.mli                                   |   26 +-
 lib/common_stubs.c                               |   24 -
 lib/common_stubs.h                               |   25 +-
 lib/int64_emul.h                                 |   27 -
 lib/int64_native.h                               |   27 -
 lib/{libbin_prot.clib => libbin_prot_stubs.clib} |    0
 lib/map_to_safe.ml                               |   24 -
 lib/nat0.ml                                      |   24 -
 lib/nat0.mli                                     |   24 -
 lib/read_c.ml                                    |   26 -
 lib/read_c.mli                                   |   26 +-
 lib/read_ml.ml                                   |   28 +-
 lib/read_ml.mli                                  |   28 +-
 lib/read_stubs.c                                 |   24 -
 lib/size.ml                                      |   27 +-
 lib/size.mli                                     |   27 +-
 lib/std.ml                                       |  148 +-
 lib/type_class.ml                                |  106 +-
 lib/type_class.mli                               |   44 +-
 lib/unsafe_common.ml                             |   24 -
 lib/unsafe_common.mli                            |   26 +-
 lib/unsafe_read_c.ml                             |   27 +-
 lib/unsafe_read_c.mli                            |   26 +-
 lib/unsafe_write_c.ml                            |   26 -
 lib/unsafe_write_c.mli                           |   26 +-
 lib/utils.ml                                     |   76 +-
 lib/utils.mli                                    |   54 +-
 lib/write_c.ml                                   |   24 -
 lib/write_c.mli                                  |   26 +-
 lib/write_ml.ml                                  |   26 -
 lib/write_ml.mli                                 |   28 +-
 lib/write_stubs.c                                |   24 -
 lib_test/bin_prot_test.ml                        |   28 +-
 lib_test/bin_prot_test_nonrec.ml                 |   27 +
 lib_test/example.ml                              |   24 -
 lib_test/mac_test.ml                             |   30 +-
 lib_test/microbench.ml                           |   36 +-
 lib_test/qtest.ml                                |    5 +
 lib_test/test.ml                                 |   24 -
 lib_test/test_runner.ml                          |   24 -
 myocamlbuild.ml                                  |  294 +-
 setup.ml                                         | 3446 +++++++++++++---------
 syntax/pa_bin_prot.ml                            |  206 +-
 syntax/pa_bin_prot.mli                           |   32 -
 76 files changed, 3274 insertions(+), 4473 deletions(-)
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 rename Changelog => CHANGES.txt (95%)
 rename COPYRIGHT => COPYRIGHT.txt (72%)
 create mode 100644 INRIA-DISCLAIMER.txt
 rename INSTALL => INSTALL.txt (84%)
 delete mode 100644 LICENSE
 rename LICENSE.Tywith => LICENSE-Tywith.txt (100%)
 create mode 100644 LICENSE.txt
 create mode 100644 README.md
 delete mode 100644 README.txt
 create mode 100644 THIRD-PARTY.txt
 rename lib/TODO => TODO.txt (100%)
 create mode 100755 config/arch.sh
 create mode 100644 config/test.c
 delete mode 100644 doc/Makefile
 delete mode 100644 doc/README.tex
 delete mode 100644 doc/custom.hva
 delete mode 100644 doc/hevea.sty
 rename lib/{libbin_prot.clib => libbin_prot_stubs.clib} (100%)
 create mode 100644 lib_test/bin_prot_test_nonrec.ml
 create mode 100644 lib_test/qtest.ml

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



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