[Pkg-ocaml-maint-commits] [zed] branch master updated (ffdd812 -> afe7168)

Hilko Bengen bengen at moszumanska.debian.org
Wed Jan 6 13:37:29 UTC 2016


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

bengen pushed a change to branch master
in repository zed.

      from  ffdd812   Prepare upload to unstable.
       new  35c3744   Imported Upstream version 1.4
       new  11df2ff   Merge tag 'upstream/1.4'
       new  88aa897   Add myself to uploaders, copyright
       new  6cded3f   Bump Standards-Version
       new  a36f83c   Install *.annot, *.cmt, *.cmti to -dev package
       new  9210490   Update watch file
       new  afe7168   1.4-1

The 7 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                         |    6 +
 .project                           |    1 -
 CHANGES                            |   18 -
 CHANGES.darcs                      |  169 --
 CHANGES.md                         |   35 +
 Makefile                           |   71 +-
 README.md                          |   61 +
 _oasis                             |   16 +-
 _tags                              |   12 +-
 configure                          |    4 +-
 debian/changelog                   |    4 +-
 debian/control                     |    5 +-
 debian/copyright                   |    1 +
 debian/libzed-ocaml-dev.install.in |    3 +
 debian/watch                       |    5 +-
 myocamlbuild.ml                    |  514 +++---
 setup.ml                           | 3229 ++++++++++++++++++++++++------------
 src/META                           |    6 +-
 src/{zed.mllib => zed.mldylib}     |    0
 src/zed_cursor.ml                  |   84 +-
 src/zed_cursor.mli                 |    8 +
 src/zed_edit.ml                    |    9 +-
 src/zed_edit.mli                   |    4 +
 src/zed_lines.ml                   |    9 +
 src/zed_lines.mli                  |    8 +
 src/zed_rope.ml                    |   12 +-
 src/zed_utf8.ml                    |   26 +-
 27 files changed, 2778 insertions(+), 1542 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 .project
 delete mode 100644 CHANGES
 delete mode 100644 CHANGES.darcs
 create mode 100644 CHANGES.md
 create mode 100644 README.md
 copy src/{zed.mllib => zed.mldylib} (100%)

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



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