[Pkg-ocaml-maint-commits] [cppo] branch master updated (fa16d70 -> 665565c)

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


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

glondu pushed a change to branch master
in repository cppo.

      from  fa16d70   Fix compilation on bytecode architectures
       new  e883d94   Update debian/watch
       new  6f86be1   Imported Upstream version 1.2.0
       new  e0454ff   Imported Upstream version 1.2.1
       new  553831e   Imported Upstream version 1.2.2
       new  9ed803e   Imported Upstream version 1.3.0
       new  1283a0a   Imported Upstream version 1.3.1
       new  4903f55   Merge tag 'upstream/1.3.1'
       new  cbf441c   New upstream release
       new  67afff6   Update packaging
       new  20c9bf9   Update Vcs-*
       new  665565c   Update changelog and prepare upload to unstable

The 11 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:
 INSTALL.md                           | 23 ++++++++++
 Makefile                             |  6 +--
 README.md                            | 11 ++++-
 cppo_eval.ml                         |  4 +-
 cppo_lexer.mll                       | 27 +++++++++++-
 cppo_main.ml                         |  6 +--
 cppo_parser.mly                      | 82 +++++++++++++++++++++++-------------
 cppo_types.ml                        |  8 ++++
 debian/changelog                     |  8 ++++
 debian/control                       |  4 +-
 debian/rules                         |  4 +-
 debian/watch                         |  2 +-
 ocamlbuild_plugin/ocamlbuild_cppo.ml | 24 ++++++-----
 test.cppo                            |  8 ++--
 test/Makefile                        | 16 ++++++-
 test/cond.ref                        | 17 ++++++++
 test/loc.cppo                        |  8 ++++
 test/loc.ref                         | 21 +++++++++
 test/paren_arg.cppo                  |  3 ++
 test/paren_arg.ref                   |  4 ++
 test/tuple.ref                       | 20 +++++++++
 test/unmatched.cppo                  | 14 ++++++
 test/unmatched.ref                   | 15 +++++++
 23 files changed, 273 insertions(+), 62 deletions(-)
 create mode 100644 INSTALL.md
 create mode 100644 test/cond.ref
 create mode 100644 test/loc.cppo
 create mode 100644 test/loc.ref
 create mode 100644 test/paren_arg.cppo
 create mode 100644 test/paren_arg.ref
 create mode 100644 test/tuple.ref
 create mode 100644 test/unmatched.cppo
 create mode 100644 test/unmatched.ref

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



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