[libsys-hostip-perl] 01/02: we need net-tools (for ifconfig) at runtime as well

gregor herrmann gregoa at debian.org
Sat Jun 4 01:57:50 UTC 2016


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

gregoa pushed a commit to branch master
in repository libsys-hostip-perl.

commit 9ddeb1751ef64c923ede764bbd7e11d868cf1da4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 4 03:52:28 2016 +0200

    we need net-tools (for ifconfig) at runtime as well
    
    Gbp-Dch: Ignore
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 92c8cca..c6fe153 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libsys-hostip-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, net-tools
 Description: Perl module to determine local machine's IP address
  Sys::HostIP determines the IP address of the local machine by parsing
  ifconfig(8) (ipconfig on Win32/Cygwin) output.

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



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