debian/0000755000000000000000000000000011646565332007201 5ustar debian/control0000644000000000000000000000257211646565332010612 0ustar Source: libxml-xpathengine-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , gregor herrmann , Damyan Ivanov , Ryan Niebur Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/XML-XPathEngine/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-xpathengine-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-xpathengine-perl.git Package: libxml-xpathengine-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: re-usable XPath engine for DOM-like trees XML::XPathEngine provides an XPath engine, that can be re-used by other module/classes that implement trees. . In order to use the XPath engine, nodes in the user module need to mimic DOM nodes. The degree of similarity between the user tree and a DOM dictates how much of the XPath features can be used. A module implementing all of the DOM should be able to use this module very easily (you might need to add the cmp method on nodes in order to get ordered result sets). . This module is derived from Matt Sergeant's XML::XPath. debian/copyright0000644000000000000000000000235711646565332011143 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Michel Rodriguez Source: http://search.cpan.org/dist/XML-XPathEngine/ Name: XML-XPathEngine Files: * Copyright: 2006, Michel Rodriguez 2000, AxKit.com Ltd License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Jeremiah C. Foster 2008, Damyan Ivanov 2008, Roberto C. Sanchez 2008-2011, gregor herrmann 2009, Ryan Niebur > License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016711646565332010236 0ustar version=3 http://search.cpan.org/dist/XML-XPathEngine/ .*/XML-XPathEngine-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011646565332010630 5ustar debian/patches/fix-pod.patch0000644000000000000000000000105311646565332013216 0ustar Author: gregor herrmann Bugs-Debian: #537720 Description: fix POD, whitespace in L<> is significant --- a/lib/XML/XPathEngine.pm +++ b/lib/XML/XPathEngine.pm @@ -1169,7 +1169,7 @@ L for a similar module for non-XML trees. -L for background +L for background information. The last section of the article summarizes how to reuse XML::XPath. As XML::XPathEngine offers the same API it should help you debian/patches/series0000644000000000000000000000001611646565332012042 0ustar fix-pod.patch debian/compat0000644000000000000000000000000211646565332010377 0ustar 8 debian/changelog0000644000000000000000000000636111646565332011061 0ustar libxml-xpathengine-perl (0.13-1) unstable; urgency=low [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Build depend on Test::More 0.88. * Switch to source format 3.0 (quilt); remove quilt framework. * debian/copyright: update formatting. * Set Standards-Version to 3.9.2, remove version from perl build dependency. * Bump debhelper compatibility level to 8. * Remove runtime dependency on libtest-simple-perl. -- gregor herrmann Sun, 16 Oct 2011 16:31:24 +0200 libxml-xpathengine-perl (0.12-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * New patch fix-pod.patch (closes: #537720). Add quilt framework. * Set Standards-Version to 3.8.2 (no further changes). * debian/copyright: adjust years for packaging copyright, add License-Alias. -- gregor herrmann Sun, 09 Aug 2009 18:30:20 +0200 libxml-xpathengine-perl (0.12-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Ryan Niebur ] * New upstream release * Add myself to Uploaders * Debian Policy 3.8.1 * debhelper 7 * machine readable copyright format [ gregor herrmann ] * debian/{control,copyright}: change my email address. * debian/control: remove leading article from short description. -- Ryan Niebur Mon, 18 May 2009 22:36:29 -0700 libxml-xpathengine-perl (0.11-1) unstable; urgency=low [ gregor herrmann ] * New upstream release, closes two Debian bugs: - stringification overload broken (closes: #460297) - "and" in Xpath(Engine) should be commutative (closes: #460281) [ Damyan Ivanov ] * another new upstream release * add myself to Uploaders -- Damyan Ivanov Tue, 15 Apr 2008 23:09:08 +0300 libxml-xpathengine-perl (0.09-1) unstable; urgency=low * New upstream release. * Refresh debian/rules, no functional changes. * Add /me to Uploaders. -- gregor herrmann Sat, 12 Apr 2008 13:30:14 +0200 libxml-xpathengine-perl (0.08-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists - let install-stamp target depend on build-stamp - don't install README, doesn't provide real information - remove dh_installexamples, didn't install anything * Set Standards-Version to 3.7.3 (no changes needed). * Set debhelper compatibility level to 6. * debian/watch: use dist-based URL. * debian/copyright: use generic upstream URL and clarify the copyright. -- Roberto C. Sanchez Mon, 21 Jan 2008 15:22:50 -0500 libxml-xpathengine-perl (0.08-1) unstable; urgency=low * Initial Release. (closes: #441851). -- Jeremiah C. Foster Tue, 11 Sep 2007 12:13:24 +0000 debian/source/0000755000000000000000000000000011646565332010501 5ustar debian/source/format0000644000000000000000000000001411646565332011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611646565332010260 0ustar #!/usr/bin/make -f %: dh $@