debian/0000755000000000000000000000000011533121247007165 5ustar debian/copyright0000644000000000000000000000315311532410312011113 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/PPI/ Name: PPI Files: * Copyright: 2001-2011, Adam Kennedy License: Artistic or GPL-1+ Files: t/data/24_v6/Grammar.pm Copyright: 2006-2007, Flávio Soibelmann Glock , Audrey Tang and others License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2011, Jonathan Yu 2008-2010, gregor herrmann 2008, Rene Mayorga 2007, Damyan Ivanov 2007, Joey Hess 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 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/watch0000644000000000000000000000014111335066711010216 0ustar version=3 http://search.cpan.org/dist/PPI/ .*/PPI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000323311533110653010570 0ustar Source: libppi-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, liblist-moreutils-perl, libparams-util-perl, libtask-weaken-perl, libclone-perl (>= 0.30), libio-string-perl, libfile-remove-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.86), libtest-subcalls-perl, libtest-nowarnings-perl, libclass-inspector-perl, libtest-object-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Rene Mayorga , gregor herrmann , Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/PPI/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libppi-perl Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libppi-perl/ Package: libppi-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libio-string-perl, libtask-weaken-perl, libclone-perl (>= 0.30), libparams-util-perl, liblist-moreutils-perl Description: module to parse, analyze and manipulate Perl code PPI provides the ability to parse, analyze and manipulate Perl code without actually executing the code, by implementing a lexer similar to what perl has itself internally. . The purpose of PPI is not to parse Perl Code, but to parse Perl Documents. By making this distinction and treating the problem this way, one could analyze files containing Perl source code in isolation from any other resources and without executing it, including other libraries. A significant feature of PPI is the ability to analyze Perl source code without requiring an instance of perl to run alongside or inside the parser. debian/changelog0000644000000000000000000001523611533110653011045 0ustar libppi-perl (1.215-1) unstable; urgency=low * New upstream release * Standards-Version 3.9.1 (indicate GPL-1+ explicitly) * Bump to debhelper 8 * Refresh copyright information * Drop version dependencies satisfied in oldstable -- Jonathan Yu Mon, 28 Feb 2011 23:59:41 -0500 libppi-perl (1.213-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.9.0 (no changes). * Update years of packaging copyright. -- gregor herrmann Thu, 08 Jul 2010 17:53:03 +0200 libppi-perl (1.212-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new 3.0 (quilt) source format [ gregor herrmann ] * Remove an unused environment variable (debian/rules) and obsolete build dependencies (debian/control). -- Jonathan Yu Thu, 13 May 2010 22:37:02 -0400 libppi-perl (1.209-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update Module::Install copyright info * Standards-Version 3.8.4 (no changes) * Drop B-D-I on Test::ClassAPI per upstream * Add Class::Inspector to B-D-I [ gregor herrmann ] * debian/watch: use extended regexp for matching upstream versions. -- Jonathan Yu Sat, 06 Feb 2010 20:09:49 -0500 libppi-perl (1.208-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update dependency alternatives with Perl 5.10.1 * Update copyright to DEP5 format * Refresh copyright per upstream [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Thu, 14 Jan 2010 21:55:55 -0500 libppi-perl (1.206-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Performance optimisation release (1-2% speedup) * Standards-Version 3.8.3 (no changes) * Rewrote control description to remove first-person "we" * Remove manpages for _QuoteEngine::{Full|Simple}.3pm since they're not really useful and don't contain whatis entries * Changed Homepage to the CPAN page rather than SourceForge, since it is probably more appropriate for a Perl distribution * Updated copyright information (Module::Install, t/data/24_v6/Grammar.pm) [ gregor herrmann ] * Build depend on libpod-simple-perl (>= 3.06), otherwise the generated manpages are broken. -- Jonathan Yu Fri, 21 Aug 2009 09:26:33 -0400 libppi-perl (1.205-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Added myself to Uploaders and Copyright * Now use debhelper 7 + overrides, move to short format * Standards-Version 3.8.2 (no changes) * Rewrote control description * Change to new copyright file format [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Remove Florian Ragwitz from Uploaders (closes: #523256). [ Rene Mayorga ] * debian/control: update my email address. [ Damyan Ivanov ] * add libtest-subcalls-perl to B-D-I * add explicit build-dependency on libtest-simple 0.86 * stop removing no longer installed empty man pages * bump perl (build-)dependency to 5.10 due to Storable 2.17 -- Damyan Ivanov Tue, 18 Aug 2009 10:47:38 +0300 libppi-perl (1.203-1) unstable; urgency=low * New upstream release. * debian/copyright: update years of copyright. * Refresh debian/rules, no functional changes. * Remove patch t-14_charsets.t-is-utf8.patch, applied upstream; remove quilt framework as there are no other patches. * debian/control: - add a (build) dependency on libtask-weaken-perl - add a build dependency on libfile-remove-perl - bump versioned (build) dependencies on libclone-perl, liblist-moreutils-perl, and libparams-util-perl - add /me to Uploaders -- gregor herrmann Fri, 16 May 2008 17:31:56 +0200 libppi-perl (1.201-2) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467851) [ Rene Mayorga ] * debian/rules + use $@ when touching -stamp files + Don't install README File * debian/control + Raise debhelper version to 5 + Set standards-version to 3.7.3 (No changes needed) + Add myself to uploaders * debian/copyright: Remove references to LICENSE file -- Rene Mayorga Mon, 03 Mar 2008 10:04:51 -0600 libppi-perl (1.201-1) unstable; urgency=low * Taking over the package for the Debian Perl Group with Florian's consent Moving him to Uploaders. * debian/watch: Use by-dist URL, do not capture extension; even uscan works now :) Closes: #450307 -- debian/watch fails to report upstream's version * New upstream release (closes: #451411) * debian/copyright + update copyright years + Add upstream URL * debian/control + add Homepage and Vcs-* fields + Wrap long fields * Add libtest-object-perl to B-D-I. Closes: #444550 -- FTBFS: tests failed: Can't locate Test/Object/Test.pm. Thanks to Lucas Nussbaum for reporting and Cyril Brulebois for the patch. * debian/rules: clean-up + do not ignore distclean errors [Peter Makholm] + remove boiler plate manpages for internal modules + move stamp-removal before distclean + fix inter-target dependencies to allow parallel build + move test suite from install to build target * Add libtest-pod-perl to B-D-I allowing POD tests during build * Add patch t-14_charsets.t-is-utf8.patch to let this test run + brought up quilt to Depends:/rules -- Damyan Ivanov Fri, 16 Nov 2007 11:18:50 +0200 libppi-perl (1.118-0.1) unstable; urgency=low * NMU * New upstream release. Closes: #437963 -- Joey Hess Fri, 24 Aug 2007 22:50:01 -0400 libppi-perl (1.115-1) unstable; urgency=low * New upstream release (Closes: #369943). * (Build-)Depend on libio-string-perl instead of libio-stringy-perl. * Use debhelper compat level 5. * Bump up Standards-Version to 3.7.2 (no changes). * Improved Description. -- Florian Ragwitz Mon, 3 Jul 2006 16:19:41 +0200 libppi-perl (1.110-1) unstable; urgency=low * New Maintainer with acknowledgement from the former one. * New upstream release (Closes: #329648). * Bumped up Standards-Version to 3.6.2 (no changes). * Cleaned up debian/rules. * Updated (build-?)dependencies for the new upstream release. -- Florian Ragwitz Thu, 9 Feb 2006 23:00:31 +0100 libppi-perl (0.903-2) unstable; urgency=low * Remove spurious dependency on libmodule-build-perl. -- Chip Salzenberg Fri, 8 Apr 2005 17:16:56 -0400 libppi-perl (0.903-1) unstable; urgency=low * Initial Release. -- Chip Salzenberg Thu, 7 Apr 2005 17:45:28 -0400 debian/rules0000755000000000000000000000043011375300324010241 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/PPI::Token::_QuoteEngine::Full.3pm rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Simple.3pm debian/source/0000755000000000000000000000000011533121116010460 5ustar debian/source/format0000644000000000000000000000001411374175225011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211532410312010354 0ustar 8