File: control

package info (click to toggle)
w3c-linkchecker 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 432 kB
  • sloc: perl: 2,498; sh: 62; javascript: 34; makefile: 12
file content (62 lines) | stat: -rw-r--r-- 2,548 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: w3c-linkchecker
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-apache2
Build-Depends-Indep: libcgi-pm-perl <!nocheck>,
                     libconfig-general-perl <!nocheck>,
                     libcss-dom-perl <!nocheck>,
                     libencode-locale-perl <!nocheck>,
                     libencode-perl <!nocheck>,
                     libhtml-parser-perl <!nocheck>,
                     libhttp-cookies-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     liblocale-codes-perl <!nocheck>,
                     libnet-http-perl <!nocheck>,
                     libnet-ip-perl <!nocheck>,
                     libsocket-perl <!nocheck>,
                     libterm-readkey-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     perl,
                     po-debconf
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/w3c-linkchecker
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/w3c-linkchecker.git
Homepage: https://validator.w3.org/checklink
Rules-Requires-Root: no

Package: w3c-linkchecker
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl,
         libconfig-general-perl,
         libcss-dom-perl,
         libencode-locale-perl,
         libencode-perl,
         libhtml-parser-perl,
         libhttp-cookies-perl,
         libhttp-message-perl,
         liblocale-codes-perl,
         libnet-http-perl,
         libnet-ip-perl,
         libsocket-perl,
         libterm-readkey-perl,
         liburi-perl,
         libwww-perl,
         ucf
Recommends: apache2 | httpd-cgi,
            w3c-markup-validator
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
 https://validator.w3.org/checklink .