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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Remove Xavier Oswald from Uploaders. (Closes: #824316)
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Lucas Kanashiro ]
  * Import upstream version 2.09
  * Declare compliance with Debian policy 3.9.8

 -- Lucas Kanashiro <email address hidden>  Mon, 08 Aug 2016 18:15:05 -0300

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
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-readwrite-perl_2.09-1.dsc 2.2 KiB 65668672cd8c6cd6ebb00c570377c8c97908cebcf5ad2e66c8fe8cf8a19e7d84
libgraph-readwrite-perl_2.09.orig.tar.gz 29.6 KiB b01ef06ce922eea12d5ce614d63ddc5f3ee7ad0d05f9577051d3f87a89799a4a
libgraph-readwrite-perl_2.09-1.debian.tar.xz 2.7 KiB 0cedd395d560239fac77c4e7f27e1ee4d5719e342efb7cb1cd0c7ec3147d367e

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