[Pkg-ocaml-maint-commits] [cmdliner] branch master updated (2590fcd -> b417b48)

Mehdi Dogguy mehdi at moszumanska.debian.org
Thu Mar 27 21:32:19 UTC 2014


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

mehdi pushed a change to branch master
in repository cmdliner.

      from  2590fcd   Initial packaging
       new  1f707a3   Imported Upstream version 0.9.4
       new  6969ff6   Merge tag 'upstream/0.9.4'
       new  d9ab0c9   New upstream release.
       new  47352f7   Meh...
       new  b417b48   Release to unstable

The 5 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 => CHANGES.md             |   15 +-
 README                            |   62 -
 README.md                         |   55 +
 TODO.md                           |    1 +
 _oasis                            |   90 -
 _tags                             |   34 +-
 debian/changelog                  |    8 +
 debian/libcmdliner-ocaml-dev.docs |    4 +-
 debian/rules                      |   17 +-
 doc/Cmdliner.Arg.html             |  123 +-
 doc/Cmdliner.Manpage.html         |   15 +-
 doc/Cmdliner.Term.html            |   45 +-
 doc/Cmdliner.html                 |    8 +-
 doc/style.css                     |   11 +-
 myocamlbuild.ml                   |  491 ---
 opam                              |   14 +
 {src => pkg}/META                 |    8 +-
 pkg/build                         |   31 +
 pkg/config                        |    3 +
 pkg/pkg-builder                   |  108 +
 pkg/pkg-git                       |   16 +
 pkg/pkg-varsubsts                 |   24 +
 setup.ml                          | 5948 -------------------------------------
 src/cmdliner.ml                   |   17 +-
 src/cmdliner.mli                  |    8 +-
 src/cmdliner.mllib                |    4 -
 26 files changed, 444 insertions(+), 6716 deletions(-)
 rename CHANGES => CHANGES.md (68%)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 TODO.md
 delete mode 100644 _oasis
 delete mode 100644 myocamlbuild.ml
 create mode 100644 opam
 rename {src => pkg}/META (67%)
 create mode 100755 pkg/build
 create mode 100644 pkg/config
 create mode 100755 pkg/pkg-builder
 create mode 100755 pkg/pkg-git
 create mode 100755 pkg/pkg-varsubsts
 delete mode 100644 setup.ml
 delete mode 100644 src/cmdliner.mllib

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



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