[libio-sessiondata-perl] 04/04: control

gregor herrmann gregoa at debian.org
Wed Jan 8 17:16:32 UTC 2014


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

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

commit 06cd0f64cc7d8605ba91bb3bfea690126dff5b1e
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 8 18:13:25 2014 +0100

    control
---
 debian/control | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a8034d6..997cc26 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,14 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Breaks: libsoap-lite-perl (<< 0.716-1)
 Replaces: libsoap-lite-perl (<< 0.716-1)
-Description: supporting module for SOAP::Lite
- (no description was found)
+Description: set of modules for non-blocking I/O
+ This package contains the modules IO::SessionData and IO::SessionSet which
+ deal with non-blocking I/O.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ IO::SessionData is a wrapper around IO::Socket handling e.g. partial writes.
+ IO::SessionSet is similar to IO::Select. It handles multiple IO::SessionData
+ objects offers the ability to buffer partial writes.
+ .
+ For a detailed documentation, cf. the original author's book:
+  Lincoln D. Stein: Network Programming with Perl.
+  Addison-Wesley, 2001, pp. 371.

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



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