libgraph-perl 1:0.91-1 source package in Ubuntu

Changelog

libgraph-perl (1:0.91-1) unstable; urgency=low

  * New upstream release.
    * Fixes a bug where connected components could be wrong with unionfind=>1.
      (Closes: #542679)
  * Updated Standards-Version to 3.8.3 (no changes needed).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 06:05:44 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Steinar H. Gunderson
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgraph-perl_0.91.orig.tar.gz 140.1 KiB c92ad9c28e072f9b76393bb595de5fd01cc57f8b13df5842a4fb088204bd329a
libgraph-perl_0.91-1.diff.gz 1.8 KiB 035006fc739b41c1be5b668cdae1891372b8979d273e0680cb4f7aa19cb3b027
libgraph-perl_0.91-1.dsc 1011 bytes 5d6bc07a9fd69a1a861575ce84bc63f0bdd11d39b268ba4bffabf1475b7f54bd

Available diffs

View changes file

Binary packages built by this source

libgraph-perl: Perl module for graph data structures and algorithms

 This module contains the Graph module for Perl, a framework for
 creating abstract data structures called graphs and hypergraphs.
 (It is not for drawing any sort of graphics; for that, see the
 GD:: or Graphics:: set of modules.) It also contains implementations
 of several well-known algorithms that operate on graphs, such as
 finding transitive closures, strongly connected components
 (SCCs) and articulation points.