[libio-pager-perl] 03/03: control

gregor herrmann gregoa at debian.org
Thu Jul 17 23:17:19 UTC 2014


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

gregoa pushed a commit to branch master
in repository libio-pager-perl.

commit ee1d4a635d3baeba035f827ddc8aac720ccc9162
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 18 01:16:59 2014 +0200

    control
---
 debian/control | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 6f3fe7f..da91804 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: libio-pager-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: libfile-which-perl,
- perl
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-pager-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-pager-perl.git
@@ -13,9 +13,14 @@ Homepage: https://metacpan.org/release/IO-Pager
 
 Package: libio-pager-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfile-which-perl
-Description: Select a pager and pipe text to it if destination is a TTY
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-which-perl
+Description: module to select a pager and pipe text to it
+ IO::Pager is lightweight and can be used to locate an available pager and set
+ the PAGER environment variable sanely or as a factory for creating objects
+ defined elsewhere such as IO::Pager::Buffered and IO::Pager::Unbuffered.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ IO::Pager subclasses are designed to programmatically decide whether or not
+ to pipe a filehandle's output to a program specified in PAGER. Subclasses may
+ inherit from IO::Pager, and implement the IO handle methods desired.

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



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