[libauthen-radius-perl] 07/09: Add new (build) dependencies.

gregor herrmann gregoa at debian.org
Wed Dec 28 20:36:34 UTC 2016


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

gregoa pushed a commit to branch master
in repository libauthen-radius-perl.

commit c07350963d8eea9cafee0b52d1b9ecbc0daabc58
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 28 21:33:03 2016 +0100

    Add new (build) dependencies.
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index bdc1f25..cc2ee51 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: extra
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     libnet-ip-perl (>= 1.26),
+                     libtest-nowarnings-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-radius-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libauthen-radius-perl.git
@@ -16,7 +18,8 @@ Homepage: https://metacpan.org/release/Authen-Radius
 Package: libauthen-radius-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         libnet-ip-perl (>= 1.26)
 Description: module to authenticate users using RADIUS
  Authen::Radius is a Perl module that supports authentication of credentials
  against a RADIUS database. It also permits retrieval and modification of a

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



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