libgraph-perl 1:0.96-1.1 source package in Ubuntu

Changelog

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


  * Non-maintainer upload.
  * Fix "FTBFS: make: *** [clean] Error 1":
    invert logic of test for Makefile existence, so that it returns true in
    debian/rules' clean target.
    (Closes: #724080)

 -- gregor herrmann <email address hidden>  Sat, 09 Nov 2013 15:32:45 +0100

Upload details

Uploaded by:
Steinar H. Gunderson
Uploaded to:
Sid
Original maintainer:
Steinar H. Gunderson
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgraph-perl_0.96-1.1.dsc 1.7 KiB d52a50c310ae38eeb67045514ef26c19831fe54b9a25c3201d81fbd3befb3032
libgraph-perl_0.96.orig.tar.gz 144.2 KiB 832efa8d483a484f2543a001a3996fcc04c9b37cfc2178d63f603fb0cf8f9727
libgraph-perl_0.96-1.1.diff.gz 2.2 KiB e9dac1f311e7c558f4ec31ece1d145ab5c87b2f26e4ea18ca8c1b8f9aa87a97e

No changes file available.

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.