File: control

package info (click to toggle)
libalien-gnuplot-perl 1.034-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 120 kB
  • sloc: perl: 153; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: libalien-gnuplot-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: gnuplot-qt <!nocheck> | gnuplot-x11 <!nocheck> | gnuplot-nox <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalien-gnuplot-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalien-gnuplot-perl.git
Homepage: https://metacpan.org/release/Alien-Gnuplot
Rules-Requires-Root: no

Package: libalien-gnuplot-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         gnuplot-qt | gnuplot-x11 | gnuplot-nox
Description: 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.