File: control

package info (click to toggle)
libnet-dns-perl 1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,608 kB
  • sloc: perl: 19,379; makefile: 9
file content (47 lines) | stat: -rw-r--r-- 1,891 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
37
38
39
40
41
42
43
44
45
46
47
Source: libnet-dns-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdigest-bubblebabble-perl <!nocheck>,
                     libdigest-hmac-perl <!nocheck>,
                     libdigest-sha-perl <!nocheck>,
                     libencode-perl <!nocheck>,
                     libio-socket-ip-perl (>= 0.38) <!nocheck>,
                     libnet-dns-sec-perl <!nocheck>,
                     libnet-ip-perl <!nocheck>,
                     libnet-libidn-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     netbase <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-dns-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-dns-perl.git
Homepage: https://www.net-dns.org/
Rules-Requires-Root: no

Package: libnet-dns-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdigest-hmac-perl,
         libdigest-sha-perl,
         libencode-perl,
         libio-socket-ip-perl (>= 0.38),
         libnet-ip-perl,
         libscalar-list-utils-perl,
         libtest-simple-perl
Recommends: libdigest-bubblebabble-perl,
            libnet-dns-sec-perl,
            libnet-libidn-perl,
            libperl4-corelibs-perl
Breaks: libnet-dns-sec-perl (<< 1.01)
Replaces: libnet-dns-sec-perl (<< 1.01)
Description: Perform DNS queries from a Perl script
 Net::DNS is a DNS resolver implemented in Perl supporting IPv6.
 It allows the  programmer to perform nearly any type of DNS query
 from a Perl script.