File: control

package info (click to toggle)
libmozilla-publicsuffix-perl 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: perl: 251; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,414 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
Source: libmozilla-publicsuffix-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl,
Build-Depends-Indep: libtest-simple-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     publicsuffix <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmozilla-publicsuffix-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmozilla-publicsuffix-perl.git
Homepage: https://metacpan.org/release/Mozilla-PublicSuffix
Rules-Requires-Root: no

Package: libmozilla-publicsuffix-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liburi-perl,
         publicsuffix
Description: Perl interface to the Mozilla Public Suffix List
 Mozilla::PublicSuffix provides a single function that returns the public
 suffix of a domain name by referencing a parsed copy of Mozilla's Public
 Suffix List. From the official website at https://publicsuffix.org/:
 .
 A "public suffix" is one under which Internet users can directly register
 names. Some examples of public suffixes are com, co.uk and pvt.k12.wy.us. The
 Public Suffix List is a list of all known public suffixes.