libhtml-html5-parser-perl 0.301-2 source package in Ubuntu

Changelog

libhtml-html5-parser-perl (0.301-2) unstable; urgency=medium

  [ Jonas Smedegaard ]
  * Build-depend on libmoo-perl libwww-perl: Optionally needed for
    testsuite.
  * Fix recommend libwww-perl.
  * Modernize Vcs-* fields:
    + Use https protocol.
    + Use git (not gitweb) in path.
  * Declare compliance with Debian Policy 4.1.0.
  * Use debhelper compatibility level 9 (not 8).
  * Update git-buildpackage config: Filter any .git* files.
  * Update watch file:
    + Use format version 4.
    + Watch MetaCPAN URL.
    + Mention gbp --uscan in usage comment.
    + Tighten version regex.
  * Modernize cdbs:
    + Drop upstream-tarball hints: Use gbp import-orig --uscan.
    + Do copyright-check in maintainer script (not during build).
      Stop build-depend on devscripts.
  * Relax to (build-)depend unversioned on libxml-libxml-perl: Needed
    version satisfied even in oldstable.
  * Build-depend unversioned on perl (not (build-)depend explicitly on
    (recent perl or) libhttp-tiny-perl): Needed version included with
    perl even in oldstable.
  * Update copyright info:
    + Use https protocol in file format URL.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend coverage for myself.
  * Add lintian overrides regarding License-Reference.

 -- Jonas Smedegaard <email address hidden>  Fri, 01 Sep 2017 01:28:06 +0200

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
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-html5-parser-perl_0.301-2.dsc 2.3 KiB 3fbcfd8d499b77a09168a8f0944d062990b37b53dc78784bba1194d15cfa5da2
libhtml-html5-parser-perl_0.301.orig.tar.gz 184.9 KiB e8ec2f933f1965a8a7939a5bfc020bce8ac7d6766d7f0d5a83f9887842623e22
libhtml-html5-parser-perl_0.301-2.debian.tar.xz 7.4 KiB 32194463a7f542e0f25d3cca246086bcf622ba67dda8d0e74c75377b665d6107

Available diffs

No changes file available.

Binary packages built by this source

libhtml-html5-parser-perl: parse HTML reliably

 HTML::HTML5::Parser is an HTML parser,
 similar to the non-CPAN module Whatpm::HTML
 with some changes including:
 .
  * Provides an XML::LibXML-like DOM interface.
    If you usually use XML::LibXML's DOM parser,
    this should be a drop-in solution for tag soup HTML.
 .
  * Constructs an XML::LibXML::Document as the result of parsing.
 .
  * Via bundling and modifications,
    removed external dependencies on non-CPAN packages.