[Pkg-ocaml-maint-commits] [ocaml-fileutils] branch master updated (8933a95 -> b77af50)

Stéphane Glondu glondu at moszumanska.debian.org
Sun Jul 16 11:44:57 UTC 2017


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

glondu pushed a change to branch master
in repository ocaml-fileutils.

      from  8933a95   Update changelog
       new  3de55c2   New upstream version 0.5.1
       new  2615c53   New upstream version 0.5.2
       new  bbfdc47   Updated version 0.5.2 from 'upstream/0.5.2'
       new  cb4c534   New upstream release
       new  df3c00b   Bump debhelper compat to 10
       new  19c4f9a   Bump Standards-Version to 4.0.0
       new  11062ad   Add ocamlbuild to Build-Depends
       new  b77af50   Update changelog and prepare upload to unstable

The 8 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:
 .boring                      |  120 -
 .gitignore                   |   10 +
 .merlin                      |    7 +
 CHANGELOG.txt                |   14 +
 Makefile                     |    3 +-
 _oasis                       |   12 +-
 _tags                        |   19 +-
 ardivink.lua                 |    4 +-
 debian/changelog             |    9 +-
 debian/compat                |    2 +-
 debian/control               |   10 +-
 debian/copyright             |    2 +-
 doc-dist.sh                  |    0
 myocamlbuild.ml              |  706 +++--
 setup.ml                     | 7095 +++++++++++++++++++++++-------------------
 src/ExtensionPath.ml         |    3 -
 src/FilePath.ml              |   20 +-
 src/FilePath_type.ml         |    9 +-
 src/FileUtil.mli             |    2 +-
 src/FileUtilCP.ml            |  128 +-
 src/FileUtilMV.ml            |    4 +-
 src/FileUtilMode.ml          |   20 +-
 src/FileUtilPWD.ml           |    6 +-
 src/FileUtilREADLINK.ml      |   15 +-
 src/FileUtilRM.ml            |    6 +-
 src/FileUtilSTAT.ml          |   26 +-
 src/FileUtilStr.ml           |   12 +-
 src/FileUtilTEST.ml          |  257 +-
 src/FileUtilTOUCH.ml         |   26 +-
 src/FileUtilUMASK.ml         |   13 +-
 src/FileUtilWHICH.ml         |  112 +-
 src/META                     |    6 +-
 src/MacOSPath.ml             |   79 +-
 src/UnixPath.ml              |  106 +-
 src/Win32Path.ml             |   62 +-
 test/test.ml                 |  107 +-
 website/Makefile             |    2 +-
 website/Makefile.scrape.tmpl |    2 +-
 38 files changed, 4933 insertions(+), 4103 deletions(-)
 delete mode 100644 .boring
 create mode 100644 .gitignore
 create mode 100644 .merlin
 mode change 100644 => 100755 doc-dist.sh

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



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