debian/0000755000000000000000000000000011452206165007170 5ustar debian/control0000644000000000000000000000233411451746406010603 0ustar Source: libxml-tokeparser-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.6.0-12), libxml-parser-perl (>= 2) Maintainer: Nathan Scott Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/XML-TokeParser/ Package: libxml-tokeparser-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libxml-parser-perl (>= 2) Description: Simplified interface to XML::Parser XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event. . A token is a bless'd|"XML::TokeParser::Token" reference to an array whose first element is an event-type string and whose last element is the literal text of the XML input that generated the event, with intermediate elements varying according to the event type. . Each token is an object of type XML::TokeParser::Token|"XML::TokeParser::Token". Read "XML::TokeParser::Token"|"XML::TokeParser::Token" to learn what methods are available for inspecting the token, and retrieving data from it. debian/changelog0000644000000000000000000000101611452206145011036 0ustar libxml-tokeparser-perl (0.05-3) unstable; urgency=low * Updates for inclusion in Debian (closes: #598905) -- Nathan Scott Sun, 3 Oct 2010 11:00:36 +1100 libxml-tokeparser-perl (0.05-2) gutsy; urgency=low * Add build-dep for libxml-parser-perl -- Mark A. Hershberger Mon, 14 Jan 2008 14:26:50 -0500 libxml-tokeparser-perl (0.05-1) gutsy; urgency=low * Initial Release. -- Mark A. Hershberger Sun, 13 Jan 2008 14:54:42 -0500 debian/rules0000755000000000000000000000045311451743653010261 0ustar #!/usr/bin/make -f build: build-stamp build-stamp: dh build touch $@ clean: dh $@ install: install-stamp install-stamp: build-stamp dh install touch $@ binary-arch: binary-indep: install dh $@ binary: binary-arch binary-indep .PHONY: binary binary-arch binary-indep install clean build debian/compat0000644000000000000000000000000211451743653010375 0ustar 7 debian/watch0000644000000000000000000000036111451743653010230 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/XML-TokeParser/ .*/XML-TokeParser-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000343711451747517011144 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: Copyright (c) 2003 D.H. aka PodMaster (current maintainer). Copyright (c) 2001 Eric Bohlman (original author). . All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you don't know what this means, visit or . Upstream-Source: http://search.cpan.org/dist/XML-TokeParser/ Upstream-Name: XML-TokeParser Files: * Copyright: Copyright (c) 2003 D.H. aka PodMaster (current maintainer). Copyright (c) 2001 Eric Bohlman (original author). . All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you don't know what this means, visit or . License: Files: debian/* Copyright: 2010, Nathan Scott Copyright: 2008, Mark A. Hershberger License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/libxml-tokeparser-perl.docs0000644000000000000000000000001411451743653014450 0ustar README TODO debian/source/0000755000000000000000000000000011451750030010462 5ustar debian/source/format0000644000000000000000000000001411451750030011670 0ustar 3.0 (quilt)