[libauthen-libwrap-perl] 04/07: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Fri May 27 21:43:18 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libauthen-libwrap-perl.

commit 66c44c09f5d8def3edc04e3b81c55ce98ba5ccee
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri May 27 22:01:50 2016 +0100

    d/control
---
 debian/control | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index cd80f4e..1e137ff 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,10 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9.20120312~),
- libmodule-build-perl,
- libtest-exception-perl,
- perl
+               libmodule-build-perl,
+               libtest-exception-perl,
+               libwrap0-dev,
+               perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-libwrap-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libauthen-libwrap-perl.git
@@ -15,14 +16,14 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libauthen-libwrap-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: access to Wietse Venema's TCP Wrappers library
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: module providing access to the TCP Wrappers library
  The Authen::Libwrap module allows you to access the hosts_ctl() function from
- the popular TCP Wrappers security package. This allows validation of network
- access from perl programs against the system-wide hosts.allow file.
+ Wietse Venema's popular TCP Wrappers security package. This allows validation
+ of network access from Perl programs against the system-wide hosts.allow file.
  .
  If any of the parameters to hosts_ctl() are not known (i.e. username due to
  lack of an identd server), the constant STRING_UNKNOWN may be passed to the
  function.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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