[libperlio-via-timeout-perl] 03/03: control

gregor herrmann gregoa at debian.org
Fri Jan 10 22:43:24 UTC 2014


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

gregoa pushed a commit to branch master
in repository libperlio-via-timeout-perl.

commit f448e25ed9e828b852069192f681a0bf87c58970
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 23:39:33 2014 +0100

    control
---
 debian/compat  |  2 +-
 debian/control | 22 ++++++++++------------
 2 files changed, 11 insertions(+), 13 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 a8d1b8e..041f8d4 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),
- libtest-tcp-perl,
- libtime-out-perl,
- perl
+Build-Depends: debhelper (>= 9.20130630~),
+               libmodule-build-tiny-perl,
+               perl
+Build-Depends-Indep: libtest-tcp-perl,
+                     libtime-out-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperlio-via-timeout-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperlio-via-timeout-perl.git
@@ -16,10 +16,8 @@ Homepage: https://metacpan.org/release/PerlIO-via-Timeout
 Package: libperlio-via-timeout-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libtime-out-perl
-Description: a PerlIO layer that adds read & write timeout to a handle
- This package implements a PerlIO layer, that adds read / write timeout. This
- can be useful to avoid blocking while accessing a handle (file, socket, ...),
- and fail after some time.
- .
- This description was automagically extracted from the module by dh-make-perl.
+         libtime-out-perl
+Description: PerlIO layer that adds read & write timeout to a handle
+ PerlIO::via::Timeout implements a PerlIO layer, that adds read / write
+ timeout. This can be useful to avoid blocking while accessing a handle (file,
+ socket, ...), and fail after some time.

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



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