debian/0000755000000000000000000000000012264101260007160 5ustar debian/rules0000755000000000000000000000003612264101260010237 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000223412264101260010564 0ustar Source: libxml-descent-perl Maintainer: Debian Perl Group Uploaders: Bas Couwenberg Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libtest-differences-perl, libtest-pod-perl, libtest-pod-coverage-perl, libxml-tokeparser-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-descent-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-descent-perl.git Homepage: https://metacpan.org/release/XML-Descent Package: libxml-descent-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-tokeparser-perl Description: Perl module for recursive descent XML parsing The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML). . XML grammar is recursive - so it's nice to be able to write recursive parsers for it. XML::Descent allows such parsers to be created. debian/source/0000755000000000000000000000000012264101260010460 5ustar debian/source/format0000644000000000000000000000001412264101260011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024512264101260011033 0ustar libxml-descent-perl (1.04-1) unstable; urgency=low * Initial Release. (Closes: #734934) -- Bas Couwenberg Sat, 11 Jan 2014 00:30:25 +0100 debian/compat0000644000000000000000000000000212264101260010356 0ustar 9 debian/patches/0000755000000000000000000000000012264101260010607 5ustar debian/patches/series0000644000000000000000000000002512264101260012021 0ustar targetted-typo.patch debian/patches/targetted-typo.patch0000644000000000000000000000145012264101260014604 0ustar Description: Fix 'targetted' typo, replace with 'targeted' Author: Bas Couwenberg Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92043 Last-Update: 2014-01-10 --- a/lib/XML/Descent.pm +++ b/lib/XML/Descent.pm @@ -368,7 +368,7 @@ sub _filter { =head2 C Register a handler to be called before the existing handler for an -element. As with C multiple elements may be targetted by providing +element. As with C multiple elements may be targeted by providing an array ref. =cut @@ -386,7 +386,7 @@ sub before { =head2 C Register a handler to be called after the existing handler for an -element. As with C multiple elements may be targetted by providing +element. As with C multiple elements may be targeted by providing an array ref. =cut debian/copyright0000644000000000000000000000204212264101260011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-Descent Upstream-Contact: Andy Armstrong Source: https://metacpan.org/release/XML-Descent Files: * Copyright: 2006-2009, Andy Armstrong License: Artistic or GPL-1+ Files: debian/* Copyright: 2014, Bas Couwenberg 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/watch0000644000000000000000000000016312264101260010211 0ustar version=3 https://metacpan.org/release/XML-Descent .*/XML-Descent-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$