debian/0000755000000000000000000000000012264016131007162 5ustar debian/rules0000755000000000000000000000003612264016131010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000210212264016131010560 0ustar Source: libxml-parser-lite-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-parser-lite-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-parser-lite-perl.git Homepage: https://metacpan.org/release/XML-Parser-Lite Package: libxml-parser-lite-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Breaks: libsoap-lite-perl (<< 1.08-1) Replaces: libsoap-lite-perl (<< 1.08-1) Description: lightweight regexp-based XML parser XML::Parser::Lite implements an XML parser with an interface similar to XML::Parser. Though not all callbacks are supported, you should be able to use it in the same way you use XML::Parser. . Note that you cannot use regular expressions or split in callbacks. This is due to a limitation of perl's regular expression implementation (which is not re-entrant). debian/source/0000755000000000000000000000000012264016131010462 5ustar debian/source/format0000644000000000000000000000001412264016131011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025212264016131011033 0ustar libxml-parser-lite-perl (0.719-1) unstable; urgency=low * Initial release (closes: #734874). -- gregor herrmann Fri, 10 Jan 2014 17:14:02 +0100 debian/compat0000644000000000000000000000000212264016131010360 0ustar 8 debian/copyright0000644000000000000000000000377212264016131011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/XML-Parser-Lite Upstream-Contact: Fred Moyer Upstream-Name: XML-Parser-Lite Files: * Copyright: 2000-2007, Paul Kulchenko 2008, Martin Kutter 2013, Fred Moyer License: Artistic or GPL-1+ Comment: "This parser is based on "shallow parser" http://www.cs.sfu.ca/~cameron/REX.html Copyright (c) 1998, Robert D. Cameron." . REX/Perl 1.0 Robert D. Cameron "REX: XML Shallow Parsing with Regular Expressions", Technical Report TR 1998-17, School of Computing Science, Simon Fraser University, November, 1998. Copyright (c) 1998, Robert D. Cameron. The following code may be freely used and distributed provided that this copyright and citation notice remains intact and that modifications or additions are clearly identified. . Modifications are tracked in upstream VCSes: - http://sourceforge.net/p/soaplite/svn/HEAD/tree/ (soap-lite until 0.71) - https://github.com/redhotpenguin/soaplite (soap-lite until XML-Parser-Lite was splitt off) - https://github.com/redhotpenguin/perl-XML-Parser-Lite (XML-Parser-Lite as its own distribution) Files: debian/* Copyright: 2014, gregor herrmann 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/watch0000644000000000000000000000017312264016131010214 0ustar version=3 https://metacpan.org/release/XML-Parser-Lite .*/XML-Parser-Lite-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$