debian/0000755000000000000000000000000011620447437007176 5ustar debian/changelog0000644000000000000000000000110511620447437011045 0ustar libpod-pseudopod-perl (0.18-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release. * debian/control: Convert Vcs-* fields to Git. * Refresh patch pod.patch. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Wed, 10 Aug 2011 11:25:58 +0200 libpod-pseudopod-perl (0.17-1) unstable; urgency=low * Initial release (closes: #633114). -- gregor herrmann Fri, 08 Jul 2011 17:12:56 +0200 debian/compat0000644000000000000000000000000211620447032010363 0ustar 8 debian/control0000644000000000000000000000242211620447032010570 0ustar Source: libpod-pseudopod-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) Build-Depends-Indep: libhtml-parser-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-pseudopod-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libpod-pseudopod-perl.git Homepage: http://search.cpan.org/dist/Pod-PseudoPod/ Package: libpod-pseudopod-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl Description: framework for parsing PseudoPod PseudoPod is an extended set of Pod tags used for book manuscripts. Standard Pod doesn't have all the markup options you need to mark up files for publishing production. PseudoPod adds a few extra tags for footnotes, tables, sidebars, etc. . Pod::PseudoPod adds parsing support for the PseudoPod tags. It also overrides Pod::Simple's _handle_element_start, _handle_text, and _handle_element_end methods so that parser events are turned into method calls. . In general, you'll only want to use this module as the base class for a PseudoPod formatter/processor. debian/copyright0000644000000000000000000000231211620447032011116 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: chromatic Source: http://search.cpan.org/dist/Pod-PseudoPod/ Name: Pod-PseudoPod Files: * Copyright: 2003-2009, Allison Randal (allison@perl.org) License: Artistic or GPL-1+ Files: lib/Pod/PseudoPod/Text.pm lib/Pod/PseudoPod/Checker.pm Copyright: 2002-2004, Sean M. Burke 2002-2004, Allison Randal License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, gregor herrmann 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/libpod-pseudopod-perl.docs0000644000000000000000000000000511620447032014243 0ustar Todo debian/libpod-pseudopod-perl.examples0000644000000000000000000000002111620447032015127 0ustar examples/* bin/* debian/patches/0000755000000000000000000000000011620447407010622 5ustar debian/patches/series0000644000000000000000000000001211620447032012022 0ustar pod.patch debian/patches/pod.patch0000644000000000000000000000067111620447407012431 0ustar Description: fix pod(2man) glitches Origin: vendor Forwarded: no Author: gregor herrmann Last-Update: 2011-07-08 --- libpod-pseudopod-perl.orig/lib/Pod/PseudoPod/Tutorial.pod +++ libpod-pseudopod-perl/lib/Pod/PseudoPod/Tutorial.pod @@ -1,8 +1,8 @@ =pod -=head1 PseudoPod +=head1 NAME -A Pod Extension for Authoring Large Documents +PseudoPod - A Pod Extension for Authoring Large Documents =head2 Introduction debian/rules0000755000000000000000000000030711620447032010245 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # installed as examples $(RM) -rv $(TMP)/usr/bin debian/source/0000755000000000000000000000000011620447032010465 5ustar debian/source/format0000644000000000000000000000001411620447032011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016711620447032010222 0ustar version=3 http://search.cpan.org/dist/Pod-PseudoPod/ .*/Pod-PseudoPod-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$