libxml-xpath-perl 1.22-1 source package in Ubuntu
Changelog
libxml-xpath-perl (1.22-1) unstable; urgency=low * Team upload [ gregor herrmann ] * Remove David Paleino from Uploaders on his request. * debian/rules: switch order of arguments to dh. * debian/control: update {versioned,alternative} (build) dependencies. [ Ansgar Burchardt ] * Update my email address. * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" * Install test suite files into /u…/s…/doc/libxml-xpath-perl/examples because XML::XPath(3pm) refers to them as examples. * Switch to source format "3.0 (quilt)". - Remove debian/README.source. - Remove build-dependency on quilt. - Remove "--with quilt" from debian/rules. * Declare compliance with Debian Policy 3.9.6 - Refer to file GPL-1 instead of symlink GPL in debian/copyright. * Add a description to debian/patches/test.patch, stating that this patch is likely present since the initial upload. * Add a "Testsuite: autopkgtest-pkg-perl" header. * Mention "xpath" commandline tool in long package description. * Import upstream version 1.22 + Remove spelling.patch, applied upstream. + Refresh debian/patches/fix_comparison_bug_RT6363.patch. + New, laborious upstream maintainer. (Closes: #458713) * Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch. * Add "fallback => 1" to "use overload" in XML::XPath::Literal to fix broken stringification as suggested by Niko Tyni. (Closes: #315628) * Add patch (plus test, yay!) by Niko Tyni to make "and" in XPath commutative. (Closes: #187583) * Add patch by Niko Tyni to make xpath work without internet connection. (Closes: #337584) * Bump debhelper compatibility to 9 as recommended. * Add lintian overrides for library-package-name-for-application and application-in-library-section: /usr/bin/xpath is more a goodie. * Rename debian/libxml-xpath-perl.docs to debian/docs for consistency. -- Axel Beckert <email address hidden> Sat, 16 Jan 2016 00:15:50 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxml-xpath-perl_1.22-1.dsc | 2.1 KiB | 3f8fb70dd2b57325dc77d79943afa6bdbbc28cf6a0608133a2effaf7f4b59c2c |
libxml-xpath-perl_1.22.orig.tar.gz | 48.4 KiB | 5a35f84768f5a4033cd97d847eca9fb61385f6c4b96bcfb996e1466282566621 |
libxml-xpath-perl_1.22-1.debian.tar.xz | 8.7 KiB | 7dc6294a35b6a5d0a30e0b9eb1f676f4c117dee5f3641c870827e7fd8d56fd2e |
Available diffs
- diff from 1.13-7 (in Ubuntu) to 1.22-1 (77.9 KiB)
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.