debian/0000755000000000000000000000000012206727676007205 5ustar debian/libxml-sax-expatxs-perl.postinst0000644000000000000000000000023411672204030015477 0ustar #!/bin/sh set -e if [ "$1" = "configure" ]; then update-perl-sax-parsers --add XML::SAX::ExpatXS update-perl-sax-parsers --update fi #DEBHELPER# debian/patches/0000755000000000000000000000000012206727676010634 5ustar debian/patches/dont-install-sax0000644000000000000000000000056212206727676013763 0ustar # the update-perl-sax-parsers command is used in postinst instead --- a/Makefile.PL +++ b/Makefile.PL @@ -111,7 +111,7 @@ $script .= <<"INSTALL"; install_expat_xs : -\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()" +#\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()" INSTALL debian/patches/series0000644000000000000000000000006411672204030012025 0ustar dont-install-sax remove-generated-file-in-realclean debian/patches/remove-generated-file-in-realclean0000644000000000000000000000055612206727676017263 0ustar # make sure the created lib/XML/SAX/ExpatXS/Preload.pm is removed in realclean --- a/Makefile.PL +++ b/Makefile.PL @@ -99,7 +99,8 @@ ABSTRACT => 'Perl SAX 2 XS extension to Expat parser', AUTHOR => 'Petr Cimprich ', LICENSE => 'perl', - @extras + @extras, + clean => { FILES => 'lib/XML/SAX/ExpatXS/Preload.pm' }, ); debian/watch0000644000000000000000000000036312101267573010225 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/XML-SAX-ExpatXS/ .*/XML-SAX-ExpatXS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000252712206727676011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-SAX-ExpatXS Upstream-Contact: Petr Cimprich Source: https://metacpan.org/release/XML-SAX-ExpatXS/ Files: * Copyright: 2004-2011, Petr Cimprich and 2002-2004, Matt Sergeant License: Artistic or GPL-1+ Comment: Derived from the original Expat.xs file written for XML::Parser by Larry Wall and Clark Cooper. Files: encoding.h Copyright: 1998, Clark Cooper License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Ryan Niebur 2011, Nicholas Bamber 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/control0000644000000000000000000000175112206727676010614 0ustar Source: libxml-sax-expatxs-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libexpat1-dev, libxml-sax-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Nicholas Bamber Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/XML-SAX-ExpatXS/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-sax-expatxs-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-sax-expatxs-perl.git Package: libxml-sax-expatxs-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libxml-sax-perl Description: Perl SAX 2 XS extension to Expat parser XML::SAX::ExpatXS is a direct XS extension to Expat XML parser. It implements Perl SAX 2.1 interface. See http://perl-xml.sourceforge.net/perl-sax/ for Perl SAX API description. Any deviations from the Perl SAX 2.1 specification are considered as bugs. debian/compat0000644000000000000000000000000212206727676010403 0ustar 9 debian/changelog0000644000000000000000000000321512206727676011060 0ustar libxml-sax-expatxs-perl (1.33-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 1.33 * Update upstream copyright years * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0) * Switch dh compatibility to level 9 to enable passing of hardening flags * Refresh patches -- Florian Schlichting Mon, 26 Aug 2013 21:41:27 +0200 libxml-sax-expatxs-perl (1.32-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release * Upped standards version to 3.9.2 * Removed quilt cruft and added debian/source/format * Refreshed debian/rules and debian/copyright * Removed useless README * Adding debian/clean -- Nicholas Bamber Thu, 21 Apr 2011 22:24:58 +0100 libxml-sax-expatxs-perl (1.31-1) unstable; urgency=low * Initial release (closes: #509567). -- Ryan Niebur Tue, 23 Dec 2008 01:15:38 -0800 debian/source/0000755000000000000000000000000011672204030010461 5ustar debian/source/format0000644000000000000000000000001411672204030011667 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672204030010240 0ustar #!/usr/bin/make -f %: dh $@ debian/libxml-sax-expatxs-perl.prerm0000644000000000000000000000026011672204030014740 0ustar #!/bin/sh set -e if [ "$1" = "remove" -o "$1" = "upgrade" ]; then update-perl-sax-parsers --remove XML::SAX::ExpatXS update-perl-sax-parsers --update fi #DEBHELPER# debian/clean0000644000000000000000000000006511672204030010167 0ustar Makefile.old Makefile lib/XML/SAX/ExpatXS/Preload.pm