libalien-gnuplot-perl 1.034-1 source package in Ubuntu

Changelog

libalien-gnuplot-perl (1.034-1) unstable; urgency=medium

  * Team upload.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 1.034.
  * Add new test dependencies.
  * Refresh 0001-declawed-Makefile.PL.patch.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * debian/rules: unset PAGER for dh_auto_test. If PAGER is set and the
    pager doesn't exists, gnuplot outputs a warning which trips up the
    tests.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Tue, 24 May 2022 18:00:47 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libalien-gnuplot-perl_1.034-1.dsc 2.5 KiB 0cec62e7b3401b0a04952c31eddec72619a336301e087f9ce80066adc57a2503
libalien-gnuplot-perl_1.034.orig.tar.gz 8.5 KiB b9e7c3bd730f9115ff93a5047b762468e9d42d60ca5bbbd65974ef794f73ac68
libalien-gnuplot-perl_1.034-1.debian.tar.xz 4.5 KiB 91044b7da125c783a1591b47f1d6dbd0f2f494af5e6daf6de78878fbb1567a17

Available diffs

No changes file available.

Binary packages built by this source

libalien-gnuplot-perl: module to find and validate the gnuplot executable

 Alien::Gnuplot verifies existence and sanity of the gnuplot external
 application. It only declares one access method, Alien::Gnuplot::load_gnuplot,
 which does the actual work and is called automatically at load time.
 Alien::Gnuplot doesn't have any actual plotting methods - making use of
 gnuplot, once it is found and verified, is up to you or your client module.