File: control

package info (click to toggle)
libnet-abuse-utils-perl 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 40
  • sloc: perl: 2,125; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,518 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
31
32
33
34
35
36
Source: libnet-abuse-utils-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: dh-exec,
                     libemail-address-perl,
                     libnet-dns-perl,
                     libnet-ip-perl,
                     libnet-whois-ip-perl (>= 1.11),
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-abuse-utils-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-abuse-utils-perl.git
Homepage: https://metacpan.org/release/Net-Abuse-Utils
Testsuite: autopkgtest-pkg-perl

Package: libnet-abuse-utils-perl
Architecture: all
Depends: libemail-address-perl,
         libnet-dns-perl,
         libnet-ip-perl,
         libnet-whois-ip-perl (>= 1.11),
         ${misc:Depends},
         ${perl:Depends}
Description: Routines useful for processing network abuse
 Net::Abuse::Utils provides several functions useful for determining
 information about an IP address including contact/reporting addresses,
 ASN/network info, reverse DNS, and DNSBL listing status. Functions which take
 an IP accept either IPv6 or IPv4 IPs unless indicated otherwise.
 .
 It also contains a small command-line tool called ip-info which on
 the one hand show-cases the capabilities of this Perl module, but is
 also useful in general for gathering information about some IP
 address.