[libanyevent-cachedns-perl] 04/05: control

gregor herrmann gregoa at debian.org
Fri Oct 17 17:58:07 UTC 2014


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

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

commit 38afb456cf805befb57c2b16045f46c9861823b4
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 17 19:50:47 2014 +0200

    control
---
 debian/control | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 46081b3..529cef7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,29 @@
 Source: libanyevent-cachedns-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl
+               libmodule-build-perl (>= 0.400000),
+               perl
 Build-Depends-Indep: libanyevent-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-cachedns-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-cachedns-perl.git
 Homepage: https://metacpan.org/release/AnyEvent-CacheDNS
+Testsuite: autopkgtest-pkg-perl
 
 Package: libanyevent-cachedns-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libanyevent-perl
-Description: Simple DNS resolver with caching
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-perl
+Description: simple DNS resolver with caching for AnyEvent::DNS
  AnyEvent::CacheDNS provides a very simple DNS resolver that caches its
  results and can improve the connection times to remote hosts.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ It's possible to register this class as AnyEvent's main DNS resolver by
+ passing the tag :register in the use statement.
+ .
+ This module is very basic and has no policies for clearing or invalidating
+ the DNS cache.

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



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