--- libppi-html-perl-1.08.orig/debian/control +++ libppi-html-perl-1.08/debian/control @@ -0,0 +1,24 @@ +Source: libppi-html-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libcss-tiny-perl, libtest-cpan-meta-perl, + libparams-util-perl, libppi-perl, libtest-minimumversion-perl, + perl (>= 5.10.1) | libpod-simple-perl (>= 3.07), + libtest-pod-perl (>= 1.26), libperl-minimumversion-perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/PPI-HTML/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libppi-html-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libppi-html-perl/ + +Package: libppi-html-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libcss-tiny-perl, + libfile-slurp-perl, libparams-util-perl, libppi-perl +Description: module to highlight Perl code using PPI + PPI::HTML is a Perl module which uses the PPI (a Perl Parsing Interface, see + libppi-perl) module to create syntax-highlighted HTML documents from Perl + code. It supports extensibility through stylesheets and provides an easy + facility to change colours of your output. --- libppi-html-perl-1.08.orig/debian/copyright +++ libppi-html-perl-1.08/debian/copyright @@ -0,0 +1,38 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Adam Kennedy +Source: http://search.cpan.org/dist/PPI-HTML/ +Name: PPI-HTML + +Files: * +Copyright: 2005-2009, Adam Kennedy +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, Gunnar Wolf + 2008, Mark Hymers + 2006, Florian Ragwitz + 2005, Chip Salzenberg +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' --- libppi-html-perl-1.08.orig/debian/watch +++ libppi-html-perl-1.08/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 2; this line is compulsory! +version=3 +http://search.cpan.org/dist/PPI-HTML/ .*/PPI-HTML-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libppi-html-perl-1.08.orig/debian/compat +++ libppi-html-perl-1.08/debian/compat @@ -0,0 +1 @@ +7 --- libppi-html-perl-1.08.orig/debian/changelog +++ libppi-html-perl-1.08/debian/changelog @@ -0,0 +1,79 @@ +libppi-html-perl (1.08-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Update to new short debhelper rules format + * Standards-Version 3.8.3 (drop perl version dep) + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders (Closes: #523240) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * debian/control: remove versions from (build) dependencies on libppi-perl + and libcss-tiny-perl, even oldstable has newer versions. + + -- Jonathan Yu Mon, 16 Nov 2009 21:02:31 -0500 + +libppi-html-perl (1.07-2) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved to + Uploaders. + * debian/watch: use dist-based URL. + + [ Gunnar Wolf ] + * Fixed typo in short description (Closes: #467433) + * Updated standards-version to 3.8.0 (no changes needed) + * Updated debhelper compat level to 5 + * Added myself as an uploader + * No longer ignores the result of 'make distclean' + + -- Gunnar Wolf Tue, 01 Jul 2008 17:02:35 -0500 + +libppi-html-perl (1.07-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #467991 + + -- Mark Hymers Sat, 05 Apr 2008 21:09:15 +0100 + +libppi-html-perl (1.07-1) unstable; urgency=low + + * New upstream release. + + -- Florian Ragwitz Thu, 3 Aug 2006 18:38:04 +0200 + +libppi-html-perl (0.05-1) unstable; urgency=low + + * New upstream release (Closes: #329649). + * New Maintainer with acknowledgement from the former one. + * Bumped up Standards-Version to 3.6.2 (no changes). + * Moved build-deps that aren't needed in the clean target to + build-dep-indep. + * Cleaned up debian/rules. + * Added libparams-util-perl to build-dep-indep and depends. + * Updated version numbers for all (build-)dependencies. + * Added dependency to libfile-slurp-perl because ppi2html needs it. + * Added a manpage for ppi2html and generate it from pod in debian/rules. + + -- Florian Ragwitz Sat, 11 Feb 2006 09:41:04 +0100 + +libppi-html-perl (0.03-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Thu, 7 Apr 2005 22:20:42 -0400 + --- libppi-html-perl-1.08.orig/debian/ppi2html.pod +++ libppi-html-perl-1.08/debian/ppi2html.pod @@ -0,0 +1,27 @@ +=pod + +=head1 NAME + +ppi2html - generate syntax-hightlighted HTML for Perl using PPI + +=head1 SYNOPSIS + +B I [I] + +=head1 DESCRIPTION + +Generate syntax-hightlighted HTML for Perl using PPI. + +I + +Specifies the file to read the perl code from. + +I + +Specifies the output file for the generated HTML. If none is given it appends '.html' to the input-file. + +=head1 AUTHOR + +This manpage was written by Florian Ragwitz Erafl@debian.orgE for the Debian GNU/Linux distribution, but may be used by others under the same terms as perl. + +=cut --- libppi-html-perl-1.08.orig/debian/rules +++ libppi-html-perl-1.08/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 dh_auto_test + +override_dh_installman: + dh_installman + mkdir $(TMP)/usr/share/man/man1 + pod2man --release="Debian Project" --center="Debian GNU/Linux manual" \ + --section=1 debian/ppi2html.pod \ + $(TMP)/usr/share/man/man1/ppi2html.1