libxml-xpath-perl 1.13-7 source package in Ubuntu

Changelog

libxml-xpath-perl (1.13-7) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza).
  * Set Maintainer to Debian Perl Group.
  * Use dist-based URL in debian/watch.
  * Remove changes in upstream Makefile.PL.
  * Split out remaining changes in upstream code into patches.
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ David Paleino ]
  * debian/control:
    - added myself to Uploaders
    - moved debhelper to Build-Depends, needed by clean target
    - added quilt to Build-Depends
  * debian/patches/:
    - 01-fix_comparison_bug_RT6363.patch added (Closes: #374672)

  [ Ansgar Burchardt ]
  * Refresh debian/rules for debhelper 7.
  * Convert debian/copyright to proposed machine-readable format.
  * Add missing newline to error message in patches/example.patch.
    (Closes: #515248) (LP: #291119)
  * debian/control: Mention module name in description.
  * Bump Standards-Version to 3.8.3.
  * debian/control: Remove duplicate fields Section, Priority from binary
    package stanza.
  * Add myself to Uploaders.
  * Add patch spelling.patch: Fix several spelling errors reported by lintian.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  18 Jan 2010 07:31:45 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release main perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-xpath-perl_1.13.orig.tar.gz 38.9 KiB 2a49c2df34007588397bdf7ae5f122df72a9499df5cbec8fbc6ad4a31a775576
libxml-xpath-perl_1.13-7.diff.gz 6.8 KiB 9ef1695648da75e6bb2d309c9ca4529a9e1f197a2ec4f97199cafc6fa7b265f0
libxml-xpath-perl_1.13-7.dsc 2.0 KiB 1fc1d93790252df65114453962ce09dd9766a40bb92dfd318047771a28402080

Available diffs

View changes file

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.