[libtime-out-perl] 03/03: control
gregor herrmann
gregoa at debian.org
Fri Jan 10 22:34:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtime-out-perl.
commit b5fb87c12b698ba4979ccdbada6db964b33a693c
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jan 10 23:31:13 2014 +0100
control
---
debian/control | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 246ce2d..ca7c138 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ 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: perl
+Build-Depends-Indep: libtest-pod-perl,
+ perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtime-out-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtime-out-perl.git
@@ -12,8 +13,8 @@ Homepage: https://metacpan.org/release/Time-Out
Package: libtime-out-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+ ${perl:Depends}
+Description: module to easily timeout long running operations
+ The Time::Out module provides an easy interface to alarm(2) based timeouts.
+ Nested timeouts are supported.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-out-perl.git
More information about the Pkg-perl-cvs-commits
mailing list