debian/0000755000000000000000000000000011410172612007161 5ustar debian/control0000644000000000000000000000166311410171552010574 0ustar Source: libpod-tree-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libhtml-stream-perl, libio-string-perl, libtext-template-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves , gregor herrmann Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Pod-Tree/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-tree-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-tree-perl/ Package: libpod-tree-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libhtml-stream-perl, libio-string-perl, libtext-template-perl Description: module for creating a static syntax tree for a POD Pod::Tree parses a POD into a static syntax tree. Applications walk the tree to recover the structure and content of the POD. See Pod::Tree::Node for a description of the tree. debian/copyright0000644000000000000000000000212211410171352011111 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Steven McDougall (swmcd@world.std.com) Source: http://search.cpan.org/dist/Pod-Tree/ Name: Pod-Tree Files: * Copyright: 1999-2010, Steven McDougall (swmcd@world.std.com) License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Dominic Hargreaves 2010, 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 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/libpod-tree-perl.docs0000644000000000000000000000002511410171247013201 0ustar ToDo README ToDo.Not debian/watch0000644000000000000000000000034511330544304010216 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Pod-Tree/ .*/Pod-Tree-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011410172467010620 5ustar debian/patches/spelling.patch0000644000000000000000000000054711410172344013456 0ustar Description: fix a spelling mistake Origin: vendor Forwarded: no Author: gregor herrmann Last-Update: 2010-06-22 --- a/lib/Pod/Tree/HTML.pm +++ b/lib/Pod/Tree/HTML.pm @@ -1215,7 +1215,7 @@ =item * -supported for backwards compatability with +supported for backwards compatibility with older versions of C =back debian/patches/series0000644000000000000000000000001711410172234012023 0ustar spelling.patch debian/compat0000644000000000000000000000000211410171426010361 0ustar 7 debian/changelog0000644000000000000000000000116611410172447011045 0ustar libpod-tree-perl (1.17-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). * Minimize debian/rules. * debian/copyright: reformat (DEP5) and update years of upstream copyright. * Add /me to Uploaders. * Set Standards-Version to 3.8.4; drop version from perl build dependency.. * Switch to debhelper 7. * Add a patch to fix a spelling mistake. -- gregor herrmann Tue, 22 Jun 2010 19:38:46 +0200 libpod-tree-perl (1.16-1) unstable; urgency=low * Initial Release (closes: #561849) -- Dominic Hargreaves Thu, 28 Jan 2010 22:11:34 +0000 debian/source/0000755000000000000000000000000011410172467010471 5ustar debian/source/format0000644000000000000000000000001411410171204011663 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611410171277010246 0ustar #!/usr/bin/make -f %: dh $@