libgd-graph-perl 1.56~ds-1 source package in Ubuntu

Changelog

libgd-graph-perl (1.56~ds-1) unstable; urgency=medium

  * Team upload.

  [ Jonas Smedegaard ]
  * remove myself as uploader

  [ Andrew Ruthven ]
  * New upstream version
  * Remove patch, fixed upstream
  * Update upstream git repository
  * Declare compliance with Debian Policy 4.6.2.
  * Update years of packaging copyright.

  [ gregor herrmann ]
  * debian/watch: use newer uscan features and "default" pattern.
  * Shorten d/copyright.
  * Remove unused lintan overrides.

 -- Andrew Ruthven <email address hidden>  Tue, 25 Apr 2023 12:35:45 +1200

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 main perl
Noble release main perl
Mantic release main perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgd-graph-perl_1.56~ds-1.dsc 2.4 KiB 5e8e5e3d0e441ca0f0ef11b088bc05f6e9b67fe48aafb99d46f20b662635f065
libgd-graph-perl_1.56~ds.orig.tar.gz 160.7 KiB 589afdae39e6c94bfe10ddafebc4afe769b7f1cab598348568482f3358152328
libgd-graph-perl_1.56~ds-1.debian.tar.xz 7.5 KiB 0b888b8f4cfba5347c4c63e55cdc0b0e737bcc3448110b995c093db2c4eb4ad7

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.