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
|
Source: ruby-domain-name
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>,
Lucas Nussbaum <lucas@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
ruby-shoulda,
ruby-test-unit,
ruby-unf
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-domain-name.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-domain-name
Homepage: https://github.com/knu/ruby-domain_name
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-domain-name
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends},
ruby-unf
Description: Domain Name manipulation library for Ruby
This is a Domain Name manipulation library for Ruby.
.
It can also be used for cookie domain validation based on the Public
Suffix List.
|