[Pkg-ocaml-maint-commits] [ocaml-sqlite3] branch master updated (48fe439 -> caaec19)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 3 13:55:23 UTC 2016


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

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

      from  48fe439   Update watch file
       new  97fda96   Fix debian/watch
       new  558f183   Imported Upstream version 2.0.7
       new  5878591   Imported Upstream version 2.0.8
       new  832fee4   Imported Upstream version 2.0.9
       new  4bbaf48   Imported Upstream version 3.0.0
       new  3aa4faf   Imported Upstream version 4.0.0
       new  9307de9   Imported Upstream version 4.0.1
       new  0088c1e   Imported Upstream version 4.0.2
       new  caf779a   Imported Upstream version 4.0.3
       new  a8f5df0   Imported Upstream version 4.0.4
       new  c2e710a   Imported Upstream version 4.0.5
       new  cc8d800   Merge tag 'upstream/4.0.5'
       new  3e67244   New upstream release
       new  70a50fa   Update Homepage
       new  edf9eac   Update Vcs-*
       new  a18787b   Bump Standards-Version to 3.9.8
       new  10e98d9   Bump debhelper compat to 9
       new  d371c2d   Update packaging
       new  caaec19   Update changelog and prepare upload to unstable

The 19 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                             |   9 +-
 .hg_archival.txt                       |   4 -
 .hgignore                              |   5 -
 .hgtags                                |  29 --
 AUTHORS.txt                            |  20 +-
 CHANGES.txt                            |  42 ++
 INSTALL.txt                            |  12 +-
 Makefile                               |   5 +-
 README.md                              |  55 ++-
 _oasis                                 |  56 ++-
 _opam                                  |   9 +
 _tags                                  |  15 +-
 debian/changelog                       |  10 +
 debian/compat                          |   2 +-
 debian/control                         |  10 +-
 debian/libsqlite3-ocaml-dev.install.in |   4 +-
 debian/watch                           |   2 +-
 lib/META                               |   6 +-
 lib/sqlite3.ml                         |   2 +-
 lib/sqlite3.mldylib                    |   3 +
 lib/sqlite3.mli                        |   6 +-
 lib/sqlite3_stubs.c                    | 117 +++--
 myocamlbuild.ml                        | 469 ++++++++++++++----
 setup.ml                               | 878 ++++++++++++++++++++++-----------
 test/test_error.ml                     |  12 +
 25 files changed, 1279 insertions(+), 503 deletions(-)
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 create mode 100644 _opam
 create mode 100644 test/test_error.ml

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



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