[Pkg-ocaml-maint-commits] [pgocaml] branch master updated (c23970d -> 28c0498)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 6 09:59:41 UTC 2014


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

glondu pushed a change to branch master
in repository pgocaml.

      from  c23970d   Fix FTBFS on !natdynlink
       new  08a772d   Imported Upstream version 2.0
       new  371f622   Imported Upstream version 2.1
       new  bd28d47   Merge tag 'upstream/2.1'
       new  c38a8ad   New upstream release
       new  8730087   Update packaging
       new  28c0498   Prepare upload to unstable

The 6 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                               |    4 +
 CHANGELOG.txt                            |   26 +
 Makefile                                 |   11 +-
 _oasis                                   |   24 +-
 _tags                                    |   78 +-
 configure                                |    4 +-
 debian/changelog                         |    7 +
 debian/control                           |    1 -
 debian/libpgocaml-ocaml-dev.ocamldoc     |    2 +-
 myocamlbuild.ml                          |  440 ++++---
 setup.ml                                 | 2104 ++++++++++++++++++++++--------
 src/APIDOC.odocl                         |    3 +-
 src/META                                 |    8 +-
 src/PGOCaml.ml                           |    1 +
 src/PGOCaml_aux.ml                       |   69 +
 src/PGOCaml_aux.mli                      |   26 +
 src/PGOCaml_generic.ml                   |  187 ++-
 src/PGOCaml_generic.mli                  |   47 +-
 src/pa_pgsql.ml                          |   18 +-
 src/{pa_pgsql.mllib => pa_pgsql.mldylib} |    0
 src/pgocaml.mldylib                      |    7 +
 src/pgocaml.mllib                        |    3 +-
 tests/test_pgocaml_lowlevel.ml           |   10 -
 utils/pgocaml_prof.ml                    |    4 +-
 24 files changed, 2181 insertions(+), 903 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 src/PGOCaml_aux.ml
 create mode 100644 src/PGOCaml_aux.mli
 copy src/{pa_pgsql.mllib => pa_pgsql.mldylib} (100%)
 create mode 100644 src/pgocaml.mldylib

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



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