debian/0000755000000000000000000000000011403225430007160 5ustar debian/control0000644000000000000000000000165111403225177010576 0ustar Source: libpod-sax-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/Pod-SAX/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-sax-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-sax-perl/ Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libxml-sax-perl, libxml-sax-writer-perl Package: libpod-sax-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl, libxml-sax-writer-perl Description: Perl module for generating SAX events from POD The Pod::SAX module parses POD and generates corresponding SAX events. The aim of this module is not round trip data preservation, but rather standards compliance, while maintaining simple access to the underlying data. debian/libpod-sax-perl.examples0000644000000000000000000000002011402757467013735 0ustar pod2axpoint.xsl debian/copyright0000644000000000000000000000220311402757467011133 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Matt Sergeant Source: http://search.cpan.org/dist/Pod-SAX/ Name: Pod-SAX Copyright: © 2002, AxKit.com Ltd License: Artistic or GPL-1+ Files: debian/* Copyright: © 2002-2003, Ardo van Rangelrooij © 2003-2004, Jay Bonci © 2010, 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 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/watch0000644000000000000000000000015311402757467010233 0ustar version=3 http://search.cpan.org/dist/Pod-SAX/ .*/Pod-SAX-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211402757467010401 0ustar 7 debian/changelog0000644000000000000000000000510411403225236011036 0ustar libpod-sax-perl (0.14-5) 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. * debian/control: remove version from (build) dependencies on libxml-sax-perl and libxml-sax-writer-perl. [ Ansgar Burchardt ] * Use debhelper 7. * No longer install man page for pod2axpoint.xsl which is only an example. * Use source format 3.0 (quilt). * Convert debian/copyright to proposed machine-readable format. * debian/control: Move debhelper to Build-Depends. * debian/control: Mention module name in description. * debian/control: Remove duplicated Priority and Section fields from binary package stanza. * debian/watch: Use extended regular expression to match upstream releases. * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Sun, 06 Jun 2010 17:25:01 +0900 libpod-sax-perl (0.14-4) unstable; urgency=low * Fixes debian/watch file so that uscan will actually work -- Jay Bonci Wed, 6 Oct 2004 01:16:06 -0400 libpod-sax-perl (0.14-3) unstable; urgency=low * New Maintainer (Closes: #210215) * Bumped debian-policy version to 3.6.1.0. No changes * Included the xsl file in the distribution, since the man file: .3pm was already there * Changed over to my standard rules template * Added watch file * Expanded long description with text snippets from the POD documentation -- Jay Bonci Wed, 24 Sep 2003 23:11:03 -0400 libpod-sax-perl (0.14-2) 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: - 'libpod-sax-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 Sat, 26 Jul 2003 21:22:46 -0500 libpod-sax-perl (0.14-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.5.8 (no changes) -- Ardo van Rangelrooij Fri, 31 Jan 2003 22:50:24 -0600 libpod-sax-perl (0.10-1) unstable; urgency=low * Initial Release (closes: Bug#157182) -- Ardo van Rangelrooij Sun, 18 Aug 2002 13:19:02 -0500 debian/source/0000755000000000000000000000000011403225372010465 5ustar debian/source/format0000644000000000000000000000001411402757463011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000030711402757467010263 0ustar #!/usr/bin/make -f PACKAGE := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/man/man3/pod2axpoint.xsl.3*