libhtml-treebuilder-libxml-perl 0.25-1 source package in Ubuntu

Changelog

libhtml-treebuilder-libxml-perl (0.25-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update package relations:
    + Stop explicitly build-depend on libtest-simple-perl: Needed
      version provided by perl(-modules) even in oldstable.
    + Relax to (build-)depend unversioned on
      libhtml-treebuilder-xpath-perl: Needed version satisfied even in
      oldstable.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend copyright of packaging to cover current year.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Fix Vcs-Git URL.

 -- Jonas Smedegaard <email address hidden>  Mon, 26 Oct 2015 21:53:21 +0100

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-treebuilder-libxml-perl_0.25-1.dsc 2.3 KiB 102fed658c246449bba2deeccad1bc2e06cb400dd860842a5d386b4276889d02
libhtml-treebuilder-libxml-perl_0.25.orig.tar.gz 22.0 KiB 0abdd1606a60c9d79610f9732aab81f29db3445ec4c77ec567dd849ca6681430
libhtml-treebuilder-libxml-perl_0.25-1.debian.tar.xz 4.2 KiB 7981d867fdd55bd65da4bf333f49f6ab6c04a1a4d1a31b9545b77a490048d2c4

Available diffs

No changes file available.

Binary packages built by this source

libhtml-treebuilder-libxml-perl: HTML::TreeBuilder and XPath compatible interface with libxml

 HTML::TreeBuilder::XPath is libxml based compatible interface to
 HTML::TreeBuilder, which could be slow for a large document.
 .
 HTML::TreeBuilder::LibXML is drop-in-replacement for
 HTML::TreeBuilder::XPath.
 .
 This module doesn't implement all of HTML::TreeBuilder and
 HTML::Element APIs, but enough methods are defined so modules like
 Web::Scraper work.