File: control

package info (click to toggle)
libconvert-color-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: perl: 1,760; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,527 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
Source: libconvert-color-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: liblist-utilsby-perl <!nocheck>,
                     libmeta-perl (>= 0.008) <!nocheck>,
                     libmodule-pluggable-perl <!nocheck>,
                     libtest-number-delta-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest2-suite-perl <!nocheck>,
                     perl,
                     x11-common <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconvert-color-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconvert-color-perl.git
Homepage: https://metacpan.org/release/Convert-Color
Rules-Requires-Root: no

Package: libconvert-color-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
         liblist-utilsby-perl,
         libmeta-perl (>= 0.008),
         libmodule-pluggable-perl
Recommends: x11-common
Description: Perl module for color space conversions and named lookups
 Convert::Color provides conversions between commonly used ways to express
 colors. It provides conversions between color spaces such as RGB and HSV, and
 it provides ways to look up colors by a name.