[Pkg-ocaml-maint-commits] [ocp-indent] branch master updated (33f5ce8 -> a345916)

Johannes Schauer josch at moszumanska.debian.org
Sun Jan 31 10:56:17 UTC 2016


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

josch pushed a change to branch master
in repository ocp-indent.

      from  33f5ce8   upload 1.5-2
       new  9162402   do not delete META
       new  40be3e3   Imported Upstream version 1.5.2
       new  e475af2   Merge tag 'upstream/1.5.2'
       new  a345916   Release 1.5.2-1 to unstable

The 4 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                                         |   3 +
 CHANGELOG                                          |  22 +
 META                                               |  26 +
 Makefile                                           |  26 +-
 Makefile.simple                                    |  70 ++-
 configure                                          |  18 +-
 configure.ac                                       |   2 +-
 debian/changelog                                   |  23 +
 debian/libocp-indent-lib-ocaml-dev.install.in      |   4 +-
 debian/patches/fix-Makefile.simple-clean-symlinks  |  10 +
 .../patches/fix-Makefile.simple-install-cmo-and-o  |  14 +
 debian/patches/fix-Makefile.simple-install-cmx     |  11 +
 .../fix-Makefile.simple-install-ocp-indent-bin     |  14 +
 debian/patches/fix-Makefile.simple-install-target  |   8 +
 .../fix-Makefile.simple-install-vim-emacs-indent   |   8 +
 debian/patches/fix-Makefile.simple-libname         |  28 ++
 debian/patches/fix-Makefile.simple-syntax-error    |  16 -
 debian/patches/fix-spelling                        |  11 +
 ...let-Makefile.simple-respect-OCAML_HAVE_OCAMLOPT |  60 ---
 .../remove-approx_common-from-Makefile.simple      |  33 --
 debian/patches/series                              |  11 +-
 debian/rules                                       |  22 +-
 doc/ocp-indent.md                                  |  30 +-
 install.sh                                         | 114 +++++
 ocp-indent.install                                 |   6 +-
 opam                                               |  26 +-
 src/approx_lexer.mll                               |  14 +-
 src/approx_tokens.ml                               |   3 +
 src/indentBlock.ml                                 |  55 ++-
 src/indentConfig.ml                                |   2 +-
 src/indentConfig.mli                               |   3 +-
 src/indentExtend.ml                                |   5 -
 src/ocp-indent-lib.mllib                           |   1 -
 tests/{passing => failing-output}/edge-cases.ml    |  10 +
 tests/failing-output/js-args.ml                    |  15 +-
 tests/{passing => failing-output}/js-begin.ml      |   0
 tests/{passing => failing-output}/js-default.ml    |   3 +-
 tests/{passing => failing-output}/js-fun.ml        |   0
 tests/failing-output/js-functor.ml                 |  30 ++
 tests/{passing => failing-output}/js-pattern.ml    |   6 +
 tests/failing-output/js-syntax.ml                  |  15 +
 tests/failing.html                                 | 530 ++++++++++++++++++---
 tests/{passing => failing}/edge-cases.ml           |  10 +
 tests/failing/js-args.ml                           |  15 +-
 tests/{passing => failing}/js-begin.ml             |   2 +-
 tests/{passing => failing}/js-begin.ml.opts        |   0
 tests/{passing => failing}/js-default.ml           |   3 +-
 tests/{passing => failing}/js-default.ml.opts      |   0
 tests/{passing => failing}/js-fun.ml               |   4 +-
 tests/{passing => failing}/js-fun.ml.opts          |   0
 tests/failing/js-functor.ml                        |  44 +-
 tests/{passing => failing}/js-pattern.ml           |  10 +-
 tests/{passing => failing}/js-pattern.ml.opts      |   0
 tests/failing/js-syntax.ml                         |  15 +
 tests/{passing => failing}/js-syntax.ml.opts       |   0
 tests/passing/extensible.ml                        |  39 ++
 tests/passing/ifand.ml                             |   8 +-
 tests/passing/js-applicative.ml                    |  12 +
 .../js-applicative.ml.opts}                        |   0
 tests/passing/js-model.ml                          |   6 -
 tests/passing/js-poly.ml                           |   3 +-
 tests/passing/js-sexp.ml                           |  10 +-
 tests/passing/js-syntax.ml                         |  12 -
 tests/passing/js-test.ml                           |  50 +-
 tests/passing/pattern.ml                           |   2 +-
 tools/ocp-indent.el                                |   8 +-
 tools/ocp-indent.vim                               |  18 +-
 uninstall.sh                                       | 118 +++++
 68 files changed, 1307 insertions(+), 390 deletions(-)
 create mode 100644 META
 create mode 100644 debian/patches/fix-Makefile.simple-clean-symlinks
 create mode 100644 debian/patches/fix-Makefile.simple-install-cmo-and-o
 create mode 100644 debian/patches/fix-Makefile.simple-install-cmx
 create mode 100644 debian/patches/fix-Makefile.simple-install-ocp-indent-bin
 create mode 100644 debian/patches/fix-Makefile.simple-install-target
 create mode 100644 debian/patches/fix-Makefile.simple-install-vim-emacs-indent
 create mode 100644 debian/patches/fix-Makefile.simple-libname
 delete mode 100644 debian/patches/fix-Makefile.simple-syntax-error
 create mode 100644 debian/patches/fix-spelling
 delete mode 100644 debian/patches/let-Makefile.simple-respect-OCAML_HAVE_OCAMLOPT
 delete mode 100644 debian/patches/remove-approx_common-from-Makefile.simple
 create mode 100755 install.sh
 copy tests/{passing => failing-output}/edge-cases.ml (81%)
 copy tests/{passing => failing-output}/js-begin.ml (100%)
 copy tests/{passing => failing-output}/js-default.ml (89%)
 copy tests/{passing => failing-output}/js-fun.ml (100%)
 copy tests/{passing => failing-output}/js-pattern.ml (90%)
 create mode 100644 tests/failing-output/js-syntax.ml
 rename tests/{passing => failing}/edge-cases.ml (81%)
 rename tests/{passing => failing}/js-begin.ml (88%)
 rename tests/{passing => failing}/js-begin.ml.opts (100%)
 rename tests/{passing => failing}/js-default.ml (90%)
 rename tests/{passing => failing}/js-default.ml.opts (100%)
 rename tests/{passing => failing}/js-fun.ml (96%)
 rename tests/{passing => failing}/js-fun.ml.opts (100%)
 rename tests/{passing => failing}/js-pattern.ml (85%)
 rename tests/{passing => failing}/js-pattern.ml.opts (100%)
 create mode 100644 tests/failing/js-syntax.ml
 rename tests/{passing => failing}/js-syntax.ml.opts (100%)
 create mode 100644 tests/passing/extensible.ml
 create mode 100644 tests/passing/js-applicative.ml
 copy tests/{failing/js-args.ml.opts => passing/js-applicative.ml.opts} (100%)
 delete mode 100644 tests/passing/js-syntax.ml
 create mode 100755 uninstall.sh

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



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