[libio-socket-timeout-perl] 03/03: control

gregor herrmann gregoa at debian.org
Fri Jan 10 22:51:21 UTC 2014


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

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

commit 23d6492d261df87be8e3f26aeac96d83096a0d07
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 23:47:14 2014 +0100

    control
---
 debian/compat  |  2 +-
 debian/control | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5dc520f..89a15fd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +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 (>= 8)
-Build-Depends-Indep: libmodule-build-tiny-perl (>= 0.030),
- libperlio-via-timeout-perl (>= 0.28),
- libtest-tcp-perl,
- perl
+Build-Depends: debhelper (>= 9.20130630~),
+               libmodule-build-tiny-perl,
+               perl
+Build-Depends-Indep: libperlio-via-timeout-perl,
+                     libtest-tcp-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-timeout-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-socket-timeout-perl.git
@@ -16,8 +16,12 @@ Homepage: https://metacpan.org/release/IO-Socket-Timeout
 Package: libio-socket-timeout-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libperlio-via-timeout-perl (>= 0.28)
+         libperlio-via-timeout-perl
 Description: IO::Socket with read/write timeout
- (no description was found)
+ IO::Socket provides a way to set a timeout on the socket, but the timeout
+ will be used only for connection, not for reading / writing operations.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ IO::Socket::Timeout provides a way to set a timeout on read / write
+ operations on an IO::Socket instance, or any IO::Socket::* modules, like
+ IO::Socket::INET.
+

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



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