[Pkg-ocaml-maint-commits] [fieldslib] branch master updated (febf378 -> 7ee3879)

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


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

glondu pushed a change to branch master
in repository fieldslib.

      from  febf378   Update changelog and prepare upload to unstable
      adds  4e1ca65   debian/gbp.conf: experimental branches.
      adds  e8b28d8   Imported Upstream version 108.07.00
      adds  7624b40   Imported Upstream version 108.07.01
      adds  76c5a19   Imported Upstream version 108.08.00
      adds  0c305ee   Imported Upstream version 108.09.00
      adds  6c5be61   Imported Upstream version 108.10.00
      adds  b9da67f   Imported Upstream version 109.00.00
      adds  9385de5   Imported Upstream version 109.01.00
      adds  e73532d   Imported Upstream version 109.02.00
      adds  232756b   Imported Upstream version 109.03.00
      adds  4b27bb3   Imported Upstream version 109.04.00
      adds  d3f8ad6   Imported Upstream version 109.05.00
      adds  185508c   Imported Upstream version 109.06.00
      adds  c65fbf9   Imported Upstream version 109.07.00
      adds  82411ef   Imported Upstream version 109.08.00
      adds  6eea431   Imported Upstream version 109.09.00
      adds  14aef22   Imported Upstream version 109.10.00
      adds  ec9d9f2   Imported Upstream version 109.11.00
      adds  9990799   Imported Upstream version 109.12.00
      adds  bb56dfb   Imported Upstream version 109.13.00
      adds  4dbb6b7   Imported Upstream version 109.14.00
      adds  c111a54   Imported Upstream version 109.15.00
      adds  f6cfb28   Imported Upstream version 109.19.00
      adds  3535f19   Imported Upstream version 109.20.00
      adds  c3c25f9   Merge branch 'experimental/upstream' into experimental/master
      adds  9aec1a6   Add myself to Uploaders.
      adds  5f098d1   Bump versions of build-dep packages.
      adds  af725ce   Update debian/watch.
      adds  f61a694   Update changelog and prepare upload to experimental.
       new  7ee3879   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               |   7 +
 INSTALL.txt              |   8 +-
 Makefile                 |  65 +++++----
 README.txt               |   2 +-
 THIRD-PARTY.txt          |   4 +-
 _oasis                   |  37 +++--
 debian/changelog         |  14 ++
 debian/control           |  10 +-
 debian/watch             |   2 +-
 lib/META                 |   6 +-
 lib/field.ml             |  66 +++++++--
 lib/field.mli            |  42 ++++--
 lib_test/fields_test.ml  |  58 +++++++-
 lib_test/should_fail     |  15 ++
 lib_test/test1.ml        |   5 +
 lib_test/test2.ml        |   5 +
 lib_test/test3.ml        |   5 +
 lib_test/test4.ml        |   5 +
 lib_test/test5.ml        |   6 +
 lib_test/test6.ml        |   6 +
 lib_test/test7.ml        |   6 +
 lib_test/test8.ml        |   6 +
 myocamlbuild.ml          | 176 ++---------------------
 sample/.hgignore.in      |   2 -
 sample/test.ml           |  27 +++-
 sample/test.mli          |  27 ++++
 setup.ml                 | 365 +++++++++++++++++++++++++++++++++--------------
 syntax/pa_fields_conv.ml | 324 ++++++++++++++++++++++-------------------
 syntax/run.sh            |   3 -
 29 files changed, 799 insertions(+), 505 deletions(-)
 create mode 100644 .gitignore
 create mode 100755 lib_test/should_fail
 create mode 100644 lib_test/test1.ml
 create mode 100644 lib_test/test2.ml
 create mode 100644 lib_test/test3.ml
 create mode 100644 lib_test/test4.ml
 create mode 100644 lib_test/test5.ml
 create mode 100644 lib_test/test6.ml
 create mode 100644 lib_test/test7.ml
 create mode 100644 lib_test/test8.ml
 delete mode 100644 sample/.hgignore.in
 delete mode 100755 syntax/run.sh

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