libgd-graph-perl 1.54~ds-2 source package in Ubuntu

Changelog

libgd-graph-perl (1.54~ds-2) unstable; urgency=medium

  * Team upload.
  * Fix autopkgtest smoke test.
    Add debian/tests/pkg-perl/smoke-files: the tests need also the
    samples/ directory.
  * Activate autopkgtest use.t.
    Add debian/tests/pkg-perl/use-name to tell use.t about the module name.
  * Fix hashbang in example scripts.
  * Remove empty trailing line from debian/changelog.

 -- gregor herrmann <email address hidden>  Thu, 21 Feb 2019 17:48:27 +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
Focal release main perl

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgd-graph-perl_1.54~ds-2.dsc 2.3 KiB efc28cdc63f51b71970ca1dcb7285d1d688d604965f1f0390ec91024b588cf54
libgd-graph-perl_1.54~ds.orig.tar.xz 119.2 KiB 32fb15a9846dbecdb6d494d284574bd1d94740d7f43d1f3d6a89788098c7cce6
libgd-graph-perl_1.54~ds-2.debian.tar.xz 8.3 KiB a09b2cfc47f1db6d7350cb63e44afed8fb8dd5affadc378dd7ccc89022760726

Available diffs

No changes file available.

Binary packages built by this source

libgd-graph-perl: Graph Plotting Module for Perl 5

 GD::Graph is a perl5 module to create charts using the GD module.
 The following classes for graphs with axes are defined:
  * GD::Graph::lines - Create a line chart.
  * GD::Graph::bars - Create a bar chart.
  * GD::Graph::points - Create an chart, displaying the data as points.
  * GD::Graph::linespoints - Combination of lines and points.
  * GD::Graph::area - Create a graph,
    representing the data as areas under a line.
  * GD::Graph::mixed - Create a mixed type graph,
    any combination of the above.
    At the moment this is fairly limited.
    Some of the options that can be used
    with some of the individual graph types won't work very well.
    Multiple bar graphs in a mixed graph won't display very nicely.
  * GD::Graph::pie - Create a pie chart.