debian/0000755000000000000000000000000011633226146007172 5ustar debian/control0000644000000000000000000000233311633226146010576 0ustar Source: libxml-sax-base-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libxml-sax-base-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libxml-sax-base-perl.git Homepage: http://search.cpan.org/dist/XML-SAX-Base/ Package: libxml-sax-base-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Replaces: libxml-sax-perl (<< 0.99+dfsg-1) Breaks: libxml-sax-perl (<< 0.99+dfsg-1) Description: base class for SAX drivers and filters XML::SAX::Base is a base class for PerlSAX drivers and filters. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them. . This package also provides XML::SAX::Exception. debian/copyright0000644000000000000000000000251511633226146011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Grant McLean Source: http://search.cpan.org/dist/XML-SAX-Base/ Name: XML-SAX-Base Files: * Copyright: 2001, Kip Hampton 2001, Robin Berjon 2001, Matt Sergeant 2011, Grant McLean License: Artistic or GPL-1+ Comment: This module does not contain an explicit copyright statement. It is assumed under the Berne convention that the above authors are also copyright holders. Files: debian/* Copyright: 2011, Florian Schlichting 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/watch0000644000000000000000000000016511633226146010225 0ustar version=3 http://search.cpan.org/dist/XML-SAX-Base/ .*/XML-SAX-Base-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211633226146010370 0ustar 8 debian/changelog0000644000000000000000000000026411633226146011046 0ustar libxml-sax-base-perl (1.07-1) unstable; urgency=low * Initial Release. (Closes: #641161) -- Florian Schlichting Sun, 11 Sep 2011 20:15:09 +0000 debian/source/0000755000000000000000000000000011633226146010472 5ustar debian/source/format0000644000000000000000000000001411633226146011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611633226146010251 0ustar #!/usr/bin/make -f %: dh $@