libcolor-palette-perl 0.100004-1 source package in Ubuntu

Changelog

libcolor-palette-perl (0.100004-1) unstable; urgency=medium

  * Import upstream version 0.100004.
  * Update years of upstream copyright.
  * Update upstream email address.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Add /me to Uploaders.

 -- gregor herrmann <email address hidden>  Sun, 08 Jan 2023 23:07:21 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe perl
Plucky release universe perl
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcolor-palette-perl_0.100004-1.dsc 2.5 KiB aacd530ee6050e34f7cfdcaf315b9fb10f8d640b4d73b74c4e76c4d2f77f609e
libcolor-palette-perl_0.100004.orig.tar.gz 19.9 KiB 102c1dc6e8fdee466c24c74dcfa9902ef8e88cb3a6ba0be4fd7dbe129aee68e4
libcolor-palette-perl_0.100004-1.debian.tar.xz 2.8 KiB b24823d3eb89a7b9872b3481118ff3675e39b6feba757fb5e14b332a67c4bcaa

Available diffs

No changes file available.

Binary packages built by this source

libcolor-palette-perl: module to manipulate sets of named colours

 Color::Palette is a framework of Perl modules designed to construct and
 manipulate sets of named colours. This makes it easy to write applications
 that can define and validate the color names as required. Colours can be
 specified using a Graphics::Color object, a CSS-style hex triple (#RRGGBB),
 an arrayref of RGB values, or as the name of another colour that appears in
 the palette.