File: control

package info (click to toggle)
libnet-address-ip-local-perl 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 120 kB
  • ctags: 14
  • sloc: perl: 82; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libnet-address-ip-local-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Julián Moreno Patiño <darkjunix@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-address-ip-local-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-address-ip-local-perl.git
Homepage: https://metacpan.org/release/Net-Address-IP-Local

Package: libnet-address-ip-local-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         liberror-perl,
         libio-socket-inet6-perl
Description: Perl module for discovering the local system's IP address
 Net::Address::IP::Local discovers the local system's IP address that would
 be used as the source address when contacting "the internet" or a certain
 specified remote IP address.