[libterm-extendedcolor-perl] 03/04: control

gregor herrmann gregoa at debian.org
Fri Aug 1 13:22:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libterm-extendedcolor-perl.

commit 63ab8b4e74b0ffda71ed887d2920ef6854301b6a
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 1 15:11:13 2014 +0200

    control
---
 debian/control | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 6771fac..00fbb23 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libterm-extendedcolor-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
@@ -12,11 +12,14 @@ Homepage: https://metacpan.org/release/Term-ExtendedColor
 
 Package: libterm-extendedcolor-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Color screen output using extended escape sequences
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: 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; see the NOTES section for a matrix of terminal emulators currently
- supporting this.
+ terminal.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-extendedcolor-perl.git



More information about the Pkg-perl-cvs-commits mailing list