File: control

package info (click to toggle)
libalien-gnuplot-perl 1.043-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 171; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,773 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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),
                gnuplot-qt | gnuplot-x11 | gnuplot-nox,
                libalien-build-perl,
                libfile-which-perl,
                libhttp-tiny-perl,
                libio-socket-ssl-perl,
                libmozilla-ca-perl,
                libnet-ssleay-perl,
                libtest-exception-perl <!nocheck>,
                libtest-simple-perl <!nocheck>,
                liburi-perl,
                libversion-perl,
                perl
Standards-Version: 4.7.0
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: any
Depends: ${misc:Depends},
         ${perl:Depends},
         gnuplot-qt | gnuplot-x11 | gnuplot-nox,
         libalien-build-perl,
         libfile-which-perl,
         libhttp-tiny-perl,
         libio-socket-ssl-perl,
         libmozilla-ca-perl,
         libnet-ssleay-perl,
         liburi-perl
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.