debian/0000755000000000000000000000000011634444165007176 5ustar debian/libxml-sax-expat-perl.postinst0000644000000000000000000000120711634442616015141 0ustar #!/bin/sh ## ---------------------------------------------------------------------- ## debian/postinst : postinstallation script for libxml-sax-expat-perl ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- set -e ## ---------------------------------------------------------------------- if [ "$1" = configure ] then update-perl-sax-parsers --add XML::SAX::Expat update-perl-sax-parsers --update fi ## ---------------------------------------------------------------------- ## automatically generated debhelper commands #DEBHELPER# exit 0 debian/lintian-overrides0000644000000000000000000000021011634442616012547 0ustar libxml-sax-expat-perl: manpage-has-errors-from-man usr/share/man/man3/XML::SAX::Expat.3pm.gz 159: warning [p 1, 3.5i]: can't break line debian/watch0000644000000000000000000000016311634442616010226 0ustar version=3 http://search.cpan.org/dist/XML-SAX-Expat/ .*/XML-SAX-Expat-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000014111634443021010240 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: SKIP_SAX_INSTALL=1 dh_auto_configure debian/changelog0000644000000000000000000001110611634444165011047 0ustar libxml-sax-expat-perl (0.40-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Add missing comma in the Uploaders field (Closes: #504446) * debian/control: Convert Vcs-* fields to Git. * Convert debian/copyright to proposed machine-readable format. * Use tiny debian/rules with debhelper 8. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.9.2. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Ansgar Burchardt Thu, 15 Sep 2011 20:46:03 +0200 libxml-sax-expat-perl (0.40-1) unstable; urgency=low * New upstream release. * debian/copyright: update years of copyright. * Set Standards-Version to 3.8.0 (no changes). * Add /me to Uploaders. * Wrap long lines in debian/control. * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep in order to activate additional tests. * debian/watch: extended regexp for matching upstream releases. * Refresh debian/rules, no functional changes; except: install new example script. * Add a lintian-override for a warning about an unbreakable line in a manpage, which is caused by a long URL. -- gregor herrmann Sun, 06 Jul 2008 03:12:03 +0200 libxml-sax-expat-perl (0.39-1) unstable; urgency=low [ Roberto C. Sanchez ] * Update to debhelper compatibility level 6. * Remove OPTIMIZE as we are arch-independent. * debian/rules: clean up [ David Paleino ] * New upstream release * debian/control: - added myself to Uploaders - bumping Standards-Version to 3.7.3 - debhelper dependency moved to Build-Depdends instead of B-D-Indep - removed some unnecessary fields from the binary stanza - wrapped *Depends fields * debian/rules: - don't ignore the return value of $(MAKE) clean - some minor fixes [ 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/rules: delete /usr/lib/perl5 only if it exists. [ Niko Tyni ] * Set SKIP_SAX_INSTALL=1 to avoid trying to modify XML::SAX configuration at build time. * Get the package name from dh_listpackages output instead of looking at the name of the build directory. * Make the debian/rules install target depend on the build target and use stamp files to avoid unnecessary remaking. * Remove an unnecessary dh_strip call and clean debian/rules a bit. * Update debian/copyright and add the upstream URL. -- Niko Tyni Sat, 12 Jan 2008 09:32:31 +0200 libxml-sax-expat-perl (0.37-3) unstable; urgency=low * Adds a debian/watch file so uscan will work -- Jay Bonci Wed, 27 Oct 2004 12:48:23 -0400 libxml-sax-expat-perl (0.37-2) unstable; urgency=low * New Maintainer (Closes: #210541) * Removed .install file as it is no longer needed * Updated copyright to explicate the dual nature of the perl license * Moved debian/rules over to my standard rules template * Bumped to policy-version 3.6.1.0 (No other changes) -- Jay Bonci Thu, 11 Mar 2004 00:46:04 -0500 libxml-sax-expat-perl (0.37-1) unstable; urgency=low * New upstream release - fixed perl warnings caused by uninitialized values (closes: Bug#202737) * 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-sax-expat-perl' from 'interpreters' to 'perl' * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Fri, 25 Jul 2003 22:17:11 -0500 libxml-sax-expat-perl (0.35-1) unstable; urgency=low * New upstream release * 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 Fri, 9 Aug 2002 19:51:50 -0500 libxml-sax-expat-perl (0.30-1) unstable; urgency=low * Initial release -- Ardo van Rangelrooij Mon, 31 Dec 2001 18:48:58 -0600 debian/control0000644000000000000000000000215211634443775010607 0ustar Source: libxml-sax-expat-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Niko Tyni , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/XML-SAX-Expat/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-sax-expat-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-sax-expat-perl.git Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03), libtest-pod-perl, libtest-pod-coverage-perl Package: libxml-sax-expat-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03) Description: Perl module for a SAX2 driver for Expat (XML::Parser) This module is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser). It is still incomplete, though most of the basic SAX2 events should be available. debian/libxml-sax-expat-perl.prerm0000644000000000000000000000117611634442616014410 0ustar #!/bin/sh ## ---------------------------------------------------------------------- ## debian/prerm : preremoval script for libxml-sax-expat-perl ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- set -e ## ---------------------------------------------------------------------- if [ "$1" = remove ] then update-perl-sax-parsers --remove XML::SAX::Expat update-perl-sax-parsers --update fi ## ---------------------------------------------------------------------- ## automatically generated debhelper commands #DEBHELPER# exit 0 debian/compat0000644000000000000000000000000211634443100010360 0ustar 8 debian/source/0000755000000000000000000000000011634442673010500 5ustar debian/source/format0000644000000000000000000000001411634442673011706 0ustar 3.0 (quilt) debian/libxml-sax-expat-perl.examples0000644000000000000000000000000511634443042015061 0ustar eg/* debian/copyright0000644000000000000000000000226511634443710011131 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 Maintainer: Robin Berjon Source: http://search.cpan.org/dist/XML-SAX-Expat/ Name: XML-SAX-Expat Files: * Copyright: 2001-2008, Robin Berjon License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2003, Ardo van Rangelrooij 2004, Jay Bonci 2008, Niko Tyni 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'.