libgraph-easy-perl 0.76-2 source package in Ubuntu

Changelog

libgraph-easy-perl (0.76-2) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 22:08:01 +0100

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-easy-perl_0.76-2.dsc 2.1 KiB 165017cf88b736d18b301bf3651ec68c52854129e611afeb73ff354f1258fd76
libgraph-easy-perl_0.76.orig.tar.gz 456.2 KiB d4a2c10aebef663b598ea37f3aa3e3b752acf1fbbb961232c3dbe1155008d1fa
libgraph-easy-perl_0.76-2.debian.tar.xz 4.4 KiB 5d191c7b3a0bd2921d24f3c42f022c44c948456bc3f1b4acb623bc4fa2f24158

Available diffs

No changes file available.

Binary packages built by this source

libgraph-easy-perl: Perl module to convert or render graphs (as ASCII, HTML, SVG or via Graphviz)

 Graph::Easy lets you generate graphs consisting of various shaped nodes
 connected by edges (with optional labels).
 .
 It can read and write graphs in a variety of formats, as well as render
 them via its own grid-based layouter. It has export filters for Graphviz,
 VCG (Visualizing Compiler Graphs), GDL (Graph Description Language) and
 GraphML. Import filters are for Graphviz, VCG and GDL.
 .
 Since the layouter works on a grid (manhattan layout), the output is
 most useful for flow charts, network diagrams, or hierarchy trees.
 .
 Graph::Easy has an easy-to-understand, compact and human readable graph
 description language.