[libgraph-perl] branch master updated (d2aec90 -> 84cd919)

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Nov 3 17:45:11 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libgraph-perl.

      from  d2aec90   releasing package libgraph-perl version 1:0.96-2
       new  bf55b3d   Add debian/upstream/metadata
       new  ef03030   Update debian/changelog
      adds  7e8a35c   Imported Upstream version 0.9704
       new  b80374c   Merge tag 'upstream/0.9704'
       new  e0d81c1   Update debian/changelog
       new  ef98074   Update year of upstream copyright and upstream contact
       new  f17e44a   Drop all unnecessary patches, applied by upstream
       new  82dbee6   Update contact in upstream metadata
       new  84cd919   Releasing libgraph-perl version 1:0.9704-1

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                                            | 979 ++++++++++-----------
 MANIFEST                                           |   3 +-
 META.json                                          |  31 +-
 META.yml                                           |  20 +-
 Makefile.PL                                        |  47 +-
 README                                             |  26 +-
 debian/changelog                                   |  10 +
 debian/copyright                                   |   5 +-
 ...Don-t-compare-version-numbers-numerically.patch |  39 -
 debian/patches/fix-pod.patch                       |  18 -
 debian/patches/series                              |   3 -
 debian/patches/spelling.patch                      |  18 -
 debian/upstream/metadata                           |   6 +
 lib/Graph.pm                                       | 119 ++-
 lib/Graph.pod                                      | 125 ++-
 lib/Graph/AdjacencyMap/Heavy.pm                    |   2 +
 lib/Graph/AdjacencyMap/Light.pm                    |   1 +
 lib/Graph/MSTHeapElem.pm                           |   2 -
 lib/Graph/SPTHeapElem.pm                           |   2 -
 lib/Graph/TransitiveClosure.pm                     |   7 +-
 lib/Graph/Traversal.pm                             |   4 +-
 lib/Heap071/Elem.pm                                |   5 +-
 lib/Heap071/Fibonacci.pm                           |   3 -
 t/07_gen.t                                         |   2 +-
 t/08_stringify.t                                   |  26 +-
 t/13_add_vertex.t                                  |   2 +-
 t/18_add_edge.t                                    |   4 +-
 t/22_refvertexed.t                                 |  19 +-
 t/26_multiedged.t                                  |  34 +-
 t/65_ref.t                                         |   4 +-
 t/73_diameter.t                                    |  25 +-
 t/74_random.t                                      |  10 +-
 t/85_subgraph.t                                    |  25 +
 33 files changed, 919 insertions(+), 707 deletions(-)
 delete mode 100644 debian/patches/0001-Don-t-compare-version-numbers-numerically.patch
 delete mode 100644 debian/patches/fix-pod.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/85_subgraph.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraph-perl.git



More information about the Pkg-perl-cvs-commits mailing list