File: control

package info (click to toggle)
libcolor-spectrum-multi-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 72; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,122 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
Source: libcolor-spectrum-multi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcolor-spectrum-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcolor-spectrum-multi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcolor-spectrum-multi-perl.git
Homepage: https://metacpan.org/release/Color-Spectrum-Multi
Rules-Requires-Root: no

Package: libcolor-spectrum-multi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcolor-spectrum-perl
Description: simple Color::Spectrum wrapper to handle fading
 Color::Spectrum provides an easy way to fade between two colours in a given
 number of steps. Color::Spectrum::Multi is a simple wrapper around
 Color::Spectrum, making it easy to fade between an arbitrary number of
 colours.