[Pkg-ocaml-maint-commits] [ocamlgraph] branch master updated (44ae697 -> bdd8930)

Mehdi Dogguy mehdi at moszumanska.debian.org
Mon Aug 31 12:18:27 UTC 2015


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

mehdi pushed a change to branch master
in repository ocamlgraph.

      from  44ae697   Release to unstable
       new  b0fc330   Imported Upstream version 1.8.6
       new  5c3b062   Merge tag 'upstream/1.8.6'
       new  2b88c7a   New upstream release.
       new  1af0ad2   Update debian/copyright file.
       new  5ec4a79   Refresh patches
       new  467d4d0   Bump Standards-Version to 3.9.6, no changes required.
       new  bc02289   Fix watch file.
       new  bdd8930   Release 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:
 CHANGES                                            |  24 ++
 Makefile.in                                        |  26 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 debian/copyright                                   |  50 ++-
 ...ry-names-with-ocaml-and-do-not-install-us.patch |   8 +-
 ...referencing-non-existent-icon-ed_icon.xpm.patch |   4 +-
 debian/watch                                       |   2 +-
 dgraph/dGraphTreeLayout.ml                         | 466 +++++++++++----------
 lib/bitv.ml                                        | 230 +++++-----
 lib/heap.ml                                        |   4 +-
 src/blocks.ml                                      |  41 +-
 src/builder.ml                                     |   2 +-
 src/clique.ml                                      |  48 +++
 src/clique.mli                                     |  40 ++
 src/components.ml                                  |   4 +-
 src/delaunay.ml                                    |   2 +-
 src/dominator.ml                                   | 109 +++--
 src/dominator.mli                                  | 125 +++---
 src/flow.ml                                        |  10 +-
 src/graphviz.ml                                    | 188 ++++++---
 src/graphviz.mli                                   | 112 +++--
 src/imperative.ml                                  |  35 +-
 src/mincut.ml                                      |  98 +++++
 lib/unionfind.mli => src/mincut.mli                |  43 +-
 src/minsep.ml                                      |   9 +-
 src/pack.ml                                        |   4 +-
 src/path.ml                                        |  12 +-
 src/path.mli                                       |  10 +-
 src/topological.ml                                 |   2 +-
 src/traverse.ml                                    |  24 +-
 src/traverse.mli                                   |   6 +
 tests/check.ml                                     |  86 +++-
 tests/dot.ml                                       |   2 +-
 tests/test.ml                                      |   4 +-
 tests/test_clique.ml                               |  29 ++
 36 files changed, 1202 insertions(+), 668 deletions(-)
 create mode 100644 src/clique.ml
 create mode 100644 src/clique.mli
 create mode 100644 src/mincut.ml
 copy lib/unionfind.mli => src/mincut.mli (59%)
 create mode 100644 tests/test_clique.ml

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



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