Source: w3c-linkchecker
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libcgi-pm-perl | perl (<< 5.19),
                     libcss-dom-perl,
                     po-debconf,
                     libhtml-parser-perl,
                     libwww-perl,
                     liburi-perl,
                     libencode-locale-perl,
                     dh-apache2
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/w3c-linkchecker.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/w3c-linkchecker.git
Homepage: https://metacpan.org/release/W3C-LinkChecker

Package: w3c-linkchecker
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl | perl (<< 5.19),
         libcss-dom-perl,
         libhtml-parser-perl,
         libwww-perl,
         liburi-perl,
         libconfig-general-perl,
         libnet-ip-perl,
         libterm-readkey-perl,
         libencode-locale-perl,
         ucf
Recommends: w3c-markup-validator,
            apache2 | httpd-cgi
Description: tool to verify the links in a web page are still valid
 The checklink tool is a program that reads an HTML or XHTML document,
 extracts a list of anchors and links and checks that no anchor is defined twice
 and that all the links are dereferenceable, including the fragments. It warns
 about HTTP redirects, including directory redirects, and can check recursively
 a part of a web site. The program can be used either as a command line tool or
 as a CGI script. The official site is available as
 http://validator.w3.org/checklink.
