libgraph-readwrite-perl 2.10-1 source package in Ubuntu

Changelog

libgraph-readwrite-perl (2.10-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Florian Schlichting ]
  * Import upstream version 2.10.
  * Add myself as Uploader
  * Bump dh compat to level 13
  * Add Rules-Requires-Root: no
  * Annotate test-only build dependencies with <!nocheck>
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <email address hidden>  Sun, 19 Sep 2021 19:51:53 +0800

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-readwrite-perl_2.10-1.dsc 2.2 KiB e224f3dcd0a2a1a8612258b6777bf783015bb28c54852cf6be3e5f9f5095cddf
libgraph-readwrite-perl_2.10.orig.tar.gz 29.3 KiB 516c1ea9facb995dbc38d1735d58974b2399862567e731b729c8d0bc2ee5a14b
libgraph-readwrite-perl_2.10-1.debian.tar.xz 3.0 KiB 30b6bc439754fe3c1ea8c073b986efbfffdd08dd6be1910534f053bd7513c114

Available diffs

No changes file available.

Binary packages built by this source

libgraph-readwrite-perl: module for reading and writing directed graphs

 Graph::ReadWrite is a collection of perl classes for reading and writing
 directed graphs in a variety of file formats. The graphs are represented in
 Perl using Jarkko Hietaniemi's Graph classes.
 .
 There are two base classes, Graph::Reader which is the Base class for classes
 which read a graph file and create an instance of the Graph class, and
 Graph::Writer which is the Base class for classes which take an instance of
 the Graph class and write it out in a specific file format.
 .
 Supported formats: XML, Dot, VCG, daVinci, HTK