[Pkg-ocaml-maint-commits] [ocaml-csv] branch master updated (4715cbe -> 950478b)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Jan 26 14:31:08 UTC 2016


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

glondu pushed a change to branch master
in repository ocaml-csv.

      from  4715cbe   Prepare upload to unstable
       new  8d1782e   Update debian/watch
       new  111a846   Imported Upstream version 1.4
       new  8cf4d72   Imported Upstream version 1.4.1
       new  825a995   Imported Upstream version 1.4.2
       new  893f1dc   Merge tag 'upstream/1.4.2'
       new  5bbb205   New upstream release
       new  9381146   Update packaging
       new  2dbf151   Update Vcs-*
       new  1df113f   Bump Standards-Version to 3.9.6
       new  950478b   Update changelog and prepare upload to unstable

The 10 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           |   30 +-
 .travis-ci.sh        |   22 +
 .travis.yml          |   20 +
 API.odocl            |    4 -
 AUTHORS.txt          |    9 -
 INSTALL.txt          |    6 +-
 Makefile             |   15 +-
 README.md            |   35 +-
 README.txt           |   17 -
 _oasis               |   52 +-
 _tags                |   27 +-
 debian/changelog     |    8 +
 debian/control       |    7 +-
 debian/rules         |    3 +-
 debian/watch         |    2 +-
 examples/csvtool.ml  |  179 +-
 myocamlbuild.ml      |  569 ----
 setup.ml             | 6977 --------------------------------------------------
 src/META             |   11 -
 src/csv.ml           |  676 +++--
 src/csv.mli          |  287 ++-
 src/csv.mllib        |    4 -
 tests/test.ml        |   28 +-
 tests/test_header.ml |   40 +
 tests/test_write.ml  |   16 +
 tests/testcsv10.csv  |    1 +
 tests/testcsv11.csv  |    2 +
 27 files changed, 1045 insertions(+), 8002 deletions(-)
 create mode 100644 .travis-ci.sh
 create mode 100644 .travis.yml
 delete mode 100644 API.odocl
 delete mode 100644 AUTHORS.txt
 delete mode 100644 README.txt
 delete mode 100644 myocamlbuild.ml
 delete mode 100644 setup.ml
 delete mode 100644 src/META
 delete mode 100644 src/csv.mllib
 create mode 100644 tests/test_header.ml
 create mode 100644 tests/test_write.ml
 create mode 100644 tests/testcsv10.csv
 create mode 100644 tests/testcsv11.csv

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



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