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

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on libcapture-tiny-perl and
      libtest-exception-perl.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Add patch from upstream pull request for GD compatibility.
    (Closes: #1004926)
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Fri, 04 Feb 2022 20:27:47 +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
Jammy release main perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgd-graph-perl_1.54~ds-3.dsc 2.4 KiB 3e6407085ffa35ada598515d192051bb075aa06b488c768ad40cb9c133530d80
libgd-graph-perl_1.54~ds.orig.tar.xz 119.2 KiB 32fb15a9846dbecdb6d494d284574bd1d94740d7f43d1f3d6a89788098c7cce6
libgd-graph-perl_1.54~ds-3.debian.tar.xz 9.5 KiB dfb7872c6e29a71bccc2e4863689e365ab36cb5b0e9932b529da642ba2ad0be9

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.