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

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

      from  ceab811   Prepare upload to unstable
       new  78ab265   Imported Upstream version 0.5
       new  e72d4ed   Merge tag 'upstream/0.5'
       new  ee0abc2   New upstream release
       new  80f9419   Remove obsolete patch
       new  1f1f637   debian/copyright in format 1.0
       new  63b7482   Bump debhelper compat to 9
       new  dd33f28   Bump Standards-Version to 3.9.5
       new  fbccf9f   Add liboptcomp-camlp4-dev to Build-Depends
       new  453d1d1   Update Vcs-*
       new  d66eae5   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:
 CHANGES                                            |   9 +
 Makefile                                           |   4 +-
 Makefile.config                                    |  17 +-
 Makefile.filelist                                  |   4 +-
 README => README.md                                |  47 +++--
 VERSION                                            |   2 +-
 debian/changelog                                   |  11 ++
 debian/compat                                      |   2 +-
 debian/control                                     |   9 +-
 debian/copyright                                   |   8 +-
 ...0001-Fix-compatibility-with-type-conv-108.patch | 106 -----------
 debian/patches/series                              |   1 -
 debian/rules                                       |   2 +-
 files/META.in                                      |  27 +--
 lib/.depend                                        |  81 ++++-----
 lib/deriving_util.mli                              |   2 -
 syntax/.depend                                     |  80 ++++----
 syntax/Makefile                                    |   8 +-
 syntax/base.ml                                     | 191 +++++++++++++++----
 syntax/base.mli                                    | 113 ++----------
 syntax/classes/bounded_class.ml                    |  13 +-
 syntax/classes/dump_class.ml                       |  13 +-
 syntax/classes/enum_class.ml                       |  14 +-
 syntax/classes/eq_class.ml                         |  21 ++-
 syntax/classes/functor_class.ml                    |  14 +-
 syntax/classes/pickle_class.ml                     |  13 +-
 syntax/classes/show_class.ml                       |  27 ++-
 syntax/classes/typeable_class.ml                   |  13 +-
 syntax/clusters.ml                                 |  35 +++-
 syntax/defs.mli                                    | 120 +++++++++++-
 syntax/extend.ml                                   |   2 +-
 syntax/pa_deriving_tc.ml                           |   6 +-
 syntax/type.ml                                     | 202 +++++++++++++++++++--
 syntax/type.mli                                    |  10 +-
 syntax/utils.ml                                    |   5 +
 tests/.depend                                      |  52 +++---
 tests/Makefile                                     |  19 +-
 tests/bounded_tests.ml                             |   2 +-
 tests/dump_tests.ml                                |   2 +-
 tests/enum_tests.ml                                |   2 +-
 tests/eq_tests.ml                                  |   2 +-
 tests/functor_tests.ml                             |   2 +-
 tests/pickle_tests.ml                              |   2 +-
 tests/sigs.ml                                      |   6 +-
 tests/tc.ml                                        |   3 +
 tests/{defs.ml => tests_defs.ml}                   |  28 +++
 46 files changed, 855 insertions(+), 497 deletions(-)
 rename README => README.md (58%)
 delete mode 100644 
debian/patches/0001-Fix-compatibility-with-type-conv-108.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 lib/deriving_util.mli
 create mode 100644 tests/tc.ml
 rename tests/{defs.ml => tests_defs.ml} (91%)

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to