libgd-graph-perl 1.48-2 source package in Ubuntu

Changelog

libgd-graph-perl (1.48-2) unstable; urgency=medium


  * Fix explicitly (build-)depend on libgd-perl (with -gd2 fallbacks to
    ease backporting).
  * Update watch file to include metacpan.org URL (replacing
    search.cpan.org URL), in addition to www.cpan.org URL.
  * Update copyright info:
    + Extend packaging to cover recent years.
    + Bump licensing of packaging to GPL-3+.

 -- Jonas Smedegaard <email address hidden>  Sat, 14 Jun 2014 10:42:31 +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
Bionic release main perl
Xenial release main perl

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgd-graph-perl_1.48-2.dsc 2.2 KiB fb7876be560b7179dfa3b34eeee898719c36ba11a393c2fa43de8f1f77e54ece
libgd-graph-perl_1.48.orig.tar.gz 152.7 KiB 4324a104557edaf8925a20f24326af89c08e419989fbaa7380f0c9731bc2ac6c
libgd-graph-perl_1.48-2.debian.tar.xz 7.6 KiB 5d11fca67829c39a56ce59826bf8cd32366fe01316c7ef50c63e9fd0c0bd6cdc

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.