libgraphics-gnuplotif-perl 1.8-2 source package in Ubuntu

Changelog

libgraphics-gnuplotif-perl (1.8-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.4.1, no changes needed.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 09 Dec 2022 14:00:27 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraphics-gnuplotif-perl_1.8-2.dsc 2.2 KiB 2676ac626894aa17b78f422d218be618b5deca3921c00ad0e71bd106100d531d
libgraphics-gnuplotif-perl_1.8.orig.tar.gz 16.4 KiB 821b186065767c8fd40d0d1af570be9537aafda55fcfc2c307b50aa9f8ac61e3
libgraphics-gnuplotif-perl_1.8-2.debian.tar.xz 3.0 KiB 4fc3a20bae551067bbb40e511a2b2324d57f0c3cf854f4b317e67916ca4c1f69

Available diffs

No changes file available.

Binary packages built by this source

libgraphics-gnuplotif-perl: dynamic Perl interface to gnuplot

 Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface to
 gnuplot. It enables sending display requests asynchronously to gnuplot
 through simple Perl subroutine calls.
 .
 Several independent plots can be started from one script. Each plot has its
 own pipe. All pipes will be closed automatically by the destructor when the
 script terminates. The gnuplot processes terminate when the corresponding
 pipes are closed. Their graphical output will then disappear (but see
 parameter persist|new).