[libanyevent-termkey-perl] 03/03: control

gregor herrmann gregoa at debian.org
Sat Dec 26 17:11:48 UTC 2015


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

gregoa pushed a commit to branch master
in repository libanyevent-termkey-perl.

commit 8db2a688d6a057785f33a5c46204321824b257e9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 26 18:00:09 2015 +0100

    control
---
 debian/control | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 812d125..73d3451 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               libmodule-build-perl,
+               perl
 Build-Depends-Indep: libanyevent-perl,
- libterm-termkey-perl (>= 0.08),
- perl
+                     libterm-termkey-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-termkey-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-termkey-perl.git
@@ -15,12 +16,13 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libanyevent-termkey-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libanyevent-perl,
- libterm-termkey-perl (>= 0.08)
-Description: terminal key input using C<libtermkey> with C<AnyEvent>
- This class implements an asynchronous perl wrapper around the libtermkey
- library, which provides an abstract way to read keypress events in
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-perl,
+         libterm-termkey-perl
+Description: module for terminal key input using libtermkey with AnyEvent
+ AnyEvent::TermKey implements an asynchronous perl wrapper around the
+ libtermkey library, which provides an abstract way to read keypress events in
  terminal-based programs. It yields structures that describe keys, rather than
  simply returning raw bytes as read from the TTY device.
  .
@@ -31,5 +33,3 @@ Description: terminal key input using C<libtermkey> with C<AnyEvent>
  Proxy methods exist for normal accessors of Term::TermKey, and the usual
  behaviour of the getkey or other methods is instead replaced by the on_key
  event.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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