libhtml-lint-perl 2.22+dfsg-2 source package in Ubuntu

Changelog

libhtml-lint-perl (2.22+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Remove Antonio Radici from Uploaders. Thanks for your work!
  * Change repacking framework to use Files-Excluded.
  * debian/rules: update txt2man invocation in order to make build
    reproducible. Thanks to Daniel Shahaf for the bug report and patch.
    (Closes: #844236)
  * Use HTTPS for some URLs in debian/*.
  * Bump debhelper compatibility level to 9.
  * debian/control: use canonical URL for Vcs-Git.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Tue, 01 Aug 2017 12:57:46 -0400

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-lint-perl_2.22+dfsg-2.dsc 2.5 KiB 7c1539f8353fbf4cac1516edb9d8bf9a00a671810e41387029ef07f60e8aa5cc
libhtml-lint-perl_2.22+dfsg.orig.tar.gz 23.1 KiB 9b8492970f5e0fad324dd91fb916094942d68da824446f026a9e7a1617c62dc8
libhtml-lint-perl_2.22+dfsg-2.debian.tar.xz 9.7 KiB 1fd67ed334c25e98f712a0458aa2ac716f13eed0e55d075399cf7a0a02afc690

Available diffs

No changes file available.

Binary packages built by this source

libhtml-lint-perl: checker of HTML errors in strings or files

 HTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy.
 .
 The "weblint" script - provided in the separate package "weblint-perl" -
 is a wrapper around the HTML::Lint.
 .
 You can also look into Apache::Lint which is a mod_perl wrapper around
 HTML::Lint.
 .
 Finally, for those of you doing automated testing with Test::More and
 its brethren, Test::HTML::Lint lets you automate HTML checking.

weblint-perl: syntax and minimal style checker for HTML

 weblint is a perl script which picks fluff off html pages, much in the same
 way traditional lint picks fluff off C programs.
 .
 The script is a complete rewrite of Neil Bowers' original weblint script.
 It currently supports HTML 4.0 (and only HTML 4.0).