debian/0000755000000000000000000000000011641602543007170 5ustar debian/watch0000644000000000000000000000030411641602231010210 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/HTML-TreeBuilder-XPath/ .*/HTML-TreeBuilder-XPath-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000003611641602231010241 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000535611641602543011053 0ustar libhtml-treebuilder-xpath-perl (0.14-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Update years of copyright. * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Sat, 01 Oct 2011 14:19:27 +0200 libhtml-treebuilder-xpath-perl (0.13-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.2 (no changes). -- Ansgar Burchardt Sat, 09 Jul 2011 00:17:16 +0200 libhtml-treebuilder-xpath-perl (0.12-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update jawnsy's email address [ Ansgar Burchardt ] * New upstream release. * Use minimal debian/rules. * Use source format 3.0 (quilt). * debian/copyright: Formatting changes; refer to "Debian systems" instead of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1. * debian/control: Make build-dep on perl unversioned. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Thu, 28 Oct 2010 16:23:40 +0200 libhtml-treebuilder-xpath-perl (0.11-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Removed quilt patch as this issue is fixed upstream :-) (Closes: RT#46203) -> Remove README.source and quilt-related stuff * Upstream has updated docs * Added new dependencies for XML::XPathEngine * Upgraded to Standards-Version 3.8.1 * Added machine-readable copyright file * Forwarded patch upstream (see RT#46203) * Clarified the description [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). -- Jonathan Yu Tue, 19 May 2009 12:26:18 -0400 libhtml-treebuilder-xpath-perl (0.09-3) unstable; urgency=low * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #468038). * debian/watch: improved regexp for matching upstream releases. * Add /me to Uploaders. -- gregor herrmann Sat, 08 Mar 2008 22:01:28 +0100 libhtml-treebuilder-xpath-perl (0.09-2) unstable; urgency=medium * Fix depends: s/xmlpath/xpath/. Urgency medium, as the package is uninstallable. -- Damyan Ivanov Tue, 11 Dec 2007 09:49:05 +0200 libhtml-treebuilder-xpath-perl (0.09-1) unstable; urgency=low [ Jeremiah C. Foster ] * Initial Release. (closes: #441850). -- Damyan Ivanov Tue, 04 Dec 2007 22:52:35 +0200 debian/control0000644000000000000000000000262311641602231010570 0ustar Source: libhtml-treebuilder-xpath-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libtest-pod-perl, libhtml-tree-perl, libtest-pod-coverage-perl, libxml-xpathengine-perl (>= 0.12) Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Jonathan Yu , Ansgar Burchardt Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-treebuilder-xpath-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-treebuilder-xpath-perl.git Homepage: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/ Package: libhtml-treebuilder-xpath-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tree-perl, libxml-xpathengine-perl (>= 0.12) Description: Perl module to add XPath support to HTML::TreeBuilder HTML::TreeBuilder::XPath is a drop-in replacement for HTML::TreeBuilder (see libhtml-treebuilder-perl) that adds typical XPath methods, making it easy to query a document and extract information about nodes and values. . It is also capable of generating two representations of the XML output: a compact version, intended for machine readable output and minimal space requirements (in terms of disk space and network bandwidth); and a human readable, indented version. debian/compat0000644000000000000000000000000211641602231010360 0ustar 7 debian/source/0000755000000000000000000000000011641602231010462 5ustar debian/source/format0000644000000000000000000000001411641602231011670 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000216711641602437011133 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/HTML-TreeBuilder-XPath/ Name: HTML-TreeBuilder-XPath Files: * Copyright: 2006-2011, Michel Rodriguez License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2007, Jeremiah C. Foster 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'.