File: control

package info (click to toggle)
libsys-hostip-perl 2.120-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 487; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: libsys-hostip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: iproute2 <!nocheck> | net-tools <!nocheck>,
                     libcapture-tiny-perl <!nocheck>,
                     libtest-cpan-meta-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsys-hostip-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsys-hostip-perl.git
Homepage: https://metacpan.org/release/Sys-HostIP
Rules-Requires-Root: no

Package: libsys-hostip-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
         iproute2 | net-tools
Description: Perl module to determine local machine's IP address
 Sys::HostIP determines the IP address of the local machine by parsing
 ip(8) or ifconfig(8) output.
 .
 For convenience, Sys::HostIP offers both object-oriented and functional
 interfaces.