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 Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-minitest-reporters,
               ruby-mocha,
               locales,
               publicsuffix
Build-Conflicts: locales-all
Standards-Version: 4.6.1
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
Rules-Requires-Root: no
Package: ruby-public-suffix
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: publicsuffix,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Breaks: ruby-github-pages-health-check (<< 1.16.1-3~)
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.
 
     |