File: control

package info (click to toggle)
libnet-abuse-utils-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 224 kB
  • sloc: perl: 2,128; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,507 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
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 (>= 11~)
Build-Depends-Indep: dh-exec,
                     libemail-address-xs-perl,
                     libnet-dns-perl,
                     libnet-ip-perl,
                     libnet-whois-ip-perl,
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-abuse-utils-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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-xs-perl,
         libnet-dns-perl,
         libnet-ip-perl,
         libnet-whois-ip-perl,
         ${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.