libterm-extendedcolor-perl 0.504-2 source package in Ubuntu

Changelog

libterm-extendedcolor-perl (0.504-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 12:44:57 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libterm-extendedcolor-perl_0.504-2.dsc 2.2 KiB aba33f6f1ea58fce9ad5a13529b2540e2fda5533c7b3f1cde66f3dc6e5619d2a
libterm-extendedcolor-perl_0.504.orig.tar.gz 19.6 KiB 8965f8f032a27df755b92b27a07901b0dbb2ee0178c0f6fa38c7f5c4d3c00380
libterm-extendedcolor-perl_0.504-2.debian.tar.xz 2.6 KiB b4ea441ce4dcacf17d09a25ef207d251c9ac15e388918098b08e360975cd7040

Available diffs

No changes file available.

Binary packages built by this source

libterm-extendedcolor-perl: module to color screen output using extended escape sequences

 Term::ExtendedColor provides functions for sending so called extended escape
 sequences to the terminal. This ought to be used with a 256-color compatible
 terminal.
 .
 The codes generated by this module comply to the extension of the ANSI colors
 standard first implemented in xterm in 1999. The first 16 color indexes (0 -
 15) are the regular ANSI colors, while index 16 - 255 are the extendes ones.
 Most terminal emulators support this extension.