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
|
Source: ruby-public-suffix
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
rake,
ruby-minitest-reporters,
ruby-mocha,
locales,
publicsuffix
Build-Conflicts: locales-all
Standards-Version: 4.2.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-public-suffix.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-public-suffix
Homepage: https://simonecarletti.com/code/publicsuffix-ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-public-suffix
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby (>= 1:2.1) | ruby-interpreter,
publicsuffix,
${misc:Depends},
${shlibs:Depends}
Description: Domain name parser based on the Public Suffix List
PublicSuffix can parse and decompose a domain name into top level domain,
domain and subdomains.
.
The Public Suffix List is a catalog of certain Internet domain names.
The term is also known by the form effective top-level domain (eTLD).
This list is used for the security and privacy policies of web application.
|