[Pkg-ocaml-maint-commits] [ocamlgraph] branch master updated (33eecf1 -> 983e06c)

Johannes Schauer josch-guest at moszumanska.debian.org
Mon Mar 24 19:30:31 UTC 2014


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

josch-guest pushed a change to branch master
in repository ocamlgraph.

      from  33eecf1   Release to unstable
       new  985eaea   Imported Upstream version 1.8.4
       new  adcdb1b   Merge tag 'upstream/1.8.4'
       new  f765bab   Refreshed patches and deleted those which were merged upstream
       new  983e06c   Updated debian/changelog

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:
 CHANGES                                            |  28 +-
 Makefile.in                                        |  72 ++++-
 README                                             |  16 +-
 configure                                          |   5 +
 configure.in                                       |   4 +
 debian/changelog                                   |   8 +
 ...ry-names-with-ocaml-and-do-not-install-us.patch |   7 +-
 ...referencing-non-existent-icon-ed_icon.xpm.patch |   3 -
 ...fixed-compilation-issue-with-OCaml-3.12.1.patch |  35 ---
 ...fixed-compilation-issue-with-OCaml-3.12.1.patch |  87 ------
 debian/patches/series                              |   2 -
 dgraph/dGraphTreeLayout.ml                         |  30 +-
 dgraph/dGraphTreeModel.ml                          |   4 +-
 examples/compare_prim_kruskal.ml                   | 123 +++++++++
 examples/demo.ml                                   | 302 ++++++++++++++++++---
 examples/demo_planar.ml                            |  78 +++---
 examples/demo_prim.ml                              | 132 +++++++++
 lib/bitv.ml                                        |  12 +-
 src/components.ml                                  |  16 +-
 src/components.mli                                 |  13 +-
 src/dominator.ml                                   |   2 +-
 src/flow.ml                                        |   8 +-
 src/graphml.ml                                     |   2 +-
 src/graphviz.ml                                    | 145 ++++++----
 src/graphviz.mli                                   |  13 +-
 src/kruskal.ml                                     |   2 +-
 src/merge.ml                                       |  41 ++-
 src/merge.mli                                      |   5 +-
 src/oper.ml                                        |  67 +++--
 src/oper.mli                                       |  10 +
 src/prim.ml                                        | 106 ++++++++
 src/{kruskal.mli => prim.mli}                      |  45 ++-
 src/rand.ml                                        |  96 ++++---
 src/rand.mli                                       |  59 ++--
 src/sig_pack.mli                                   |  21 ++
 tests/test.ml                                      |  40 +--
 36 files changed, 1153 insertions(+), 486 deletions(-)
 delete mode 100644 debian/patches/0003-fixed-compilation-issue-with-OCaml-3.12.1.patch
 delete mode 100644 debian/patches/0004-Merge-bug-fixed-compilation-issue-with-OCaml-3.12.1.patch
 create mode 100644 examples/compare_prim_kruskal.ml
 create mode 100644 examples/demo_prim.ml
 create mode 100644 src/prim.ml
 copy src/{kruskal.mli => prim.mli} (62%)

-- 
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