[Pkg-ocaml-maint-commits] [ocaml-deriving-ocsigen] branch master updated (2a21157 -> f04f452)

Stéphane Glondu glondu at moszumanska.debian.org
Fri Sep 4 11:11:46 UTC 2015


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  2a21157   Drop versioned Build-Depends to camlp4-extra
       new  6e25289   Imported Upstream version 0.7
       new  04dee94   Merge tag 'upstream/0.7'
       new  c664a20   New upstream release
       new  ed85546   Update packaging
       new  0418c34   Bump Standards-Version to 3.9.6
       new  f04f452   Update changelog and 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                                      |   2 +-
 .jenkins.sh                                     |  15 +
 CHANGES                                         |   6 +
 Makefile                                        |  82 +++---
 _oasis                                          |  19 +-
 configure                                       |   7 +-
 debian/changelog                                |   6 +-
 debian/control                                  |   2 +-
 debian/libderiving-ocsigen-ocaml-dev.install.in |   1 +
 debian/rules                                    |  12 +-
 doc/apiref-intro                                |  40 +++
 doc/manual-wiki/classes.wiki                    | 230 +++++++++++++++
 doc/manual-wiki/intro.wiki                      | 367 ++++++++++++++++++++++++
 lib/META.ab                                     |  16 +-
 lib/deriving_Dump.ml                            |  14 +-
 lib/deriving_Eq.ml                              |   7 +
 lib/deriving_Eq.mli                             |   1 +
 lib/deriving_interned.ml                        |  22 +-
 myocamlbuild.ml                                 |  41 +++
 opam                                            |  26 ++
 opam/descr                                      |   1 -
 opam/opam                                       |  16 --
 opam/url                                        |   1 -
 setup.ml                                        |  11 +-
 syntax/common/extend.ml                         |  38 ++-
 syntax/common/utils.ml                          |   9 +-
 26 files changed, 873 insertions(+), 119 deletions(-)
 create mode 100644 .jenkins.sh
 create mode 100644 doc/apiref-intro
 create mode 100644 doc/manual-wiki/classes.wiki
 create mode 100644 doc/manual-wiki/intro.wiki
 create mode 100644 opam
 delete mode 100644 opam/descr
 delete mode 100644 opam/opam
 delete mode 100644 opam/url

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



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