libxml-xpath-perl 1.30-1 source package in Ubuntu

Changelog

libxml-xpath-perl (1.30-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 1.30.
  * Drop patches merged upstream.
    (fix_comparison_bug_RT6363.patch, make-and-commutative.patch)
  * Refresh xpath-option-to-work-without-internet-connection.patch.
  * Add build dependency on libpath-tiny-perl.
  * Declare compliance with Debian Policy 3.9.7.
  * debian/rules: adjust hashbang in example scripts.
  * Add debian/tests/pkg-perl/smoke-skip.

 -- gregor herrmann <email address hidden>  Sun, 14 Feb 2016 16:32:37 +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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-xpath-perl_1.30-1.dsc 2.2 KiB 9a305a908ca631e07387d311312bfec7968a1b71ed8405cc941ca48eface6484
libxml-xpath-perl_1.30.orig.tar.gz 51.5 KiB 157b2bbc295f70c757f4377337453bd5b34df4b6bbc4c3363964a534fa664997
libxml-xpath-perl_1.30-1.debian.tar.xz 8.1 KiB 73acf7459ff7e69f82bf914434ca19f005bf8af5eb7994747792630c0196a8ae

Available diffs

No changes file available.

Binary packages built by this source

libxml-xpath-perl: Perl module for processing XPath

 The XML::XPath module implements the W3C's XPath specification. It aims to
 be completely correct to the letter of the spec, and yet still allow
 extensions through the use of functions and variables, such as are
 provided by XSLT and XPointer.
 .
 Besides the Perl modules it also provides a command line tool named
 "xpath" to query XPath statements in XML documents.