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

Changelog

libgraph-perl (1:0.9724-1) unstable; urgency=medium

  * Import upstream versions 0.9718, 0.9720, 0.9721, 0.9724.
  * Drop BitMatrix_AdjacencyMatrix_Deleted_Vertex.patch which was the diff
    between 0.9720 and 0.9721.
  * Declare compliance with Debian Policy 4.6.0.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Wed, 29 Sep 2021 20:59:28 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-perl_0.9724-1.dsc 2.4 KiB bca8972af0628cef2cf764d42b47b013804d5202fed614bb7ded7fe7c5ac2919
libgraph-perl_0.9724.orig.tar.gz 144.0 KiB bc65011bc25712d4a4092ecb7bf7f033be9bb083d05b2155cc1d0363f512f78a
libgraph-perl_0.9724-1.debian.tar.xz 3.8 KiB c30f4be9f49e9f5f93b06eaa2ef7ad5f74a5bf4f9398f4d5bf2ba2c02d9d7b81

Available diffs

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.