debian/0000755000000000000000000000000011634447743007203 5ustar debian/watch0000644000000000000000000000021611634447252010226 0ustar version=3 http://search.cpan.org/dist/XML-SAX-Expat-Incremental/ .+/XML-SAX-Expat-Incremental-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003511634447252010254 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000370011634447743011055 0ustar libxml-sax-expat-incremental-perl (0.05-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * Remove Florian Ragwitz from Uploaders (closes: #523155). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. * debian/control: Make build-dep on perl unversioned. * Convert debian/copyright to proposed machine-readable format. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Thu, 15 Sep 2011 21:19:13 +0200 libxml-sax-expat-incremental-perl (0.05-1) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. * Add libxml-parser-perl and libxml-sax-expat-perl to Depends [ Damyan Ivanov ] * New upstream release * minimize debian/rules using debhelper 7 * add myself to Uploaders * Standards-Version: 3.8.0 (no changes needed) -- Damyan Ivanov Tue, 24 Jun 2008 09:45:51 +0300 libxml-sax-expat-incremental-perl (0.04-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: Don't fail when perl is smart enough not to create empty directories. (Closes: #467772) -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 17:33:14 +0200 libxml-sax-expat-incremental-perl (0.04-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Wed, 7 Sep 2005 00:16:46 +0200 debian/control0000644000000000000000000000233311634447637010611 0ustar Source: libxml-sax-expat-incremental-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libxml-parser-perl, libxml-sax-expat-perl, libtest-exception-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/XML-SAX-Expat-Incremental/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-sax-expat-incremental-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-sax-expat-incremental-perl.git Package: libxml-sax-expat-incremental-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl, libxml-sax-expat-perl Description: XML::SAX::Expat subclass for non-blocking (incremental) parsing Most XML parsers give a callback interface within an encapsulated loop and eventually, when the XML source is depleted by the parser, the parse function will return. . Sometimes you don't want the parser to control the loop for you. For example, if you need to retrieve your XML in chunks in a funny way, you might need to use a kind of iterator to get your XML data. . This module provides this possibility. debian/compat0000644000000000000000000000000211634447252010374 0ustar 7 debian/source/0000755000000000000000000000000011634447323010475 5ustar debian/source/format0000644000000000000000000000001411634447321011701 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000240111634447560011130 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 Maintainer: Yuval Kogman Source: http://search.cpan.org/dist/XML-SAX-Expat-Incremental/ Name: XML-SAX-Expat-Incremental Files: * Copyright: 2005, Yuval Kogman License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Florian Ragwitz 2008, Marc 'HE' Brockschmidt 2008, Damyan Ivanov 2008, gregor herrmann 2011, Ansgar Burchardt 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'.