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: ruby-github-pages-health-check
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper-compat (= 13), gem2deb
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-github-pages-health-check.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-github-pages-health-check
Homepage: https://github.com/github/pages-health-check
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-github-pages-health-check
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-addressable (<< 3~),
ruby-addressable,
ruby-dnsruby (<< 2~),
ruby-dnsruby (>= 1.60),
ruby-octokit (<< 5~),
ruby-octokit,
ruby-public-suffix (<< 5~),
ruby-public-suffix,
ruby-typhoeus (<< 2~),
ruby-typhoeus,
${misc:Depends},
${shlibs:Depends}
Description: check GitHub Pages for common DNS configuration issues
The plugin checks a GitHub Pages site for common DNS configuration
issues.
|