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-net-dns
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Philippe Thierry <phil@reseau-libre.net>
Build-Depends:
debhelper-compat (= 13),
gem2deb (>= 2.1~),
rake,
ruby-minitest-reporters
Standards-Version: 4.6.2
Homepage: https://gitlab.com/gitlab-org/gitlab-net-dns
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-net-dns.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-net-dns
Testsuite: autopkgtest-pkg-ruby
Package: ruby-net-dns
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends}
Provides: ruby-gitlab-net-dns (=${source:Version})
Multi-Arch: foreign
Description: Pure Ruby DNS library
This package contains a pure Ruby DNS library, with a clean OO interface and
an extensible API.
.
It started as a port of Perl Net::DNS module, but it evolved in time into a
full Ruby library.
.
This package ships fork of net-dns by gitlab.
|