debian/0000755000000000000000000000000011330411002007147 5ustar debian/control0000644000000000000000000000241611330400113010556 0ustar Source: libxml-filter-saxt-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Ansgar Burchardt Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/XML-Filter-SAXT/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-saxt-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-saxt-perl/ Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Package: libxml-filter-saxt-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for replicating events to several event handlers The XML::Filter::SAXT module is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. . The SAXT constructor takes a list of hash references. Each hash specifies an output handler. The hash keys can be: DocumentHandler, DTDHandler, EntityResolver or Handler, where Handler is a combination of the previous three and acts as the default handler. E.g. if DocumentHandler is not specified, it will try to use Handler. debian/copyright0000644000000000000000000000222311330400113011102 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: T.J. Mather Source: http://search.cpan.org/dist/XML-Filter-SAXT/ Name: XML-Filter-SAXT Copyright: © 1999-2000, Enno Derksen License-Alias: Perl License: Artistic | GPL-1+ Files: debian/* Copyright: © 2001-2003, Ardo van Rangelrooij © 2003-2004, Jay Bonci © 2010, Ansgar Burchardt 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/watch0000644000000000000000000000017311330400113010202 0ustar version=3 http://search.cpan.org/dist/XML-Filter-SAXT/ .*/XML-Filter-SAXT-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211330400113010346 0ustar 7 debian/changelog0000644000000000000000000000605011330400113011023 0ustar libxml-filter-saxt-perl (0.01-7) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. * debian/control: Added: ${misc:Depends} to Depends: field. [ Ansgar Burchardt ] * Refresh rules for debhelper 7. * Convert debian/copyright to proposed machine-readable format. * Switch to source format 3.0 (quilt). * debian/control: Mention module name in description. * debian/watch: Use extended regular expression to match upstream releases. * debian/control: Remove duplicate Section, Priority fields from binary package stanza. * debian/control: No longer Conflicts, Replaces libxml-enno-perl (not in Debian). * debian/control: Move debhelper to Build-Depends (instead of B-D-Indep). * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Fri, 29 Jan 2010 02:37:49 +0900 libxml-filter-saxt-perl (0.01-6) unstable; urgency=low * Added debian/watch file so uscan will work -- Jay Bonci Wed, 27 Oct 2004 10:49:33 -0400 libxml-filter-saxt-perl (0.01-5) unstable; urgency=low * New maintainer (Closes: #210525) * Bumped policy-version to 3.6.1.0 (no other changes) * Updated CPAN url to point to actual module page * Clarified license boilerplate to explicate the dual nature of the perl license * Removed upstream README from the distribution as it doesn't contain any info outside of the POD * Removed the install file as it is contained in the build process * Changed over to my standard rules template -- Jay Bonci Mon, 10 Nov 2003 00:26:52 -0500 libxml-filter-saxt-perl (0.01-4) unstable; urgency=low * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * debian/control: updated sections according to latest archive changes: - 'libxml-filter-saxt-perl' from 'interpreters' to 'perl' * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Mon, 1 Sep 2003 11:21:57 -0500 libxml-filter-saxt-perl (0.01-3) unstable; urgency=low * debian/rules: upgraded to debhelper v4 * debian/control: changed build dependency on debhelper accordingly * debian/rules: migrated from 'dh_movefiles' to 'dh_install' * debian/rules: split off 'install' target from 'binary-indep' target * debian/copyright: added pointer to license -- Ardo van Rangelrooij Tue, 6 Aug 2002 20:30:02 -0500 libxml-filter-saxt-perl (0.01-2) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 23 Dec 2001 18:03:17 -0600 libxml-filter-saxt-perl (0.01-1) unstable; urgency=low * Initial release as a separate package -- Ardo van Rangelrooij Mon, 3 Sep 2001 12:06:28 -0500 debian/source/0000755000000000000000000000000011330410727010464 5ustar debian/source/format0000644000000000000000000000001411330410776011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511330400113010226 0ustar #!/usr/bin/make -f %: dh $@