debian/0000755000000000000000000000000012223311332007156 5ustar debian/patches/0000755000000000000000000000000012223311332010605 5ustar debian/patches/fix-whatis-entry.patch0000644000000000000000000000143012223311332015046 0ustar Description: fix manpage-has-bad-whatis-entry lintian warning by putting NAME section back into POD Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89233 --- a/lib/Parse/ErrorString/Perl/ErrorItem.pm +++ b/lib/Parse/ErrorString/Perl/ErrorItem.pm @@ -36,6 +36,10 @@ __END__ +=head1 NAME + +Parse::ErrorString::Perl::ErrorItem - a Perl error item object + =head1 Parse::ErrorString::Perl::ErrorItem Each object contains the following accessors (only C, C, --- a/lib/Parse/ErrorString/Perl/StackItem.pm +++ b/lib/Parse/ErrorString/Perl/StackItem.pm @@ -25,6 +25,10 @@ __END__ +=head1 NAME + +Parse::ErrorString::Perl::StackItem - a Perl stack item object + =head1 Parse::ErrorString::Perl::StackItem =over debian/patches/series0000644000000000000000000000002712223311332012021 0ustar fix-whatis-entry.patch debian/watch0000644000000000000000000000040112101265736010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Parse-ErrorString-Perl/ .*/Parse-ErrorString-Perl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000306112223311332011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Parse-ErrorString-Perl Upstream-Contact: Petar Shangov Source: https://metacpan.org/release/Parse-ErrorString-Perl/ Files: * Copyright: 2010 Petar Shangov , all rights reserved. License: Artistic or GPL-1+ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Damyan Ivanov 2013, Florian Schlichting License: Artistic or GPL-1+ Packaging of libparse-errorstring-perl-perl is free software; you can redistribute it and/or modify it under the same terms as Perl itself. 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/control0000644000000000000000000000211612223311332010561 0ustar Source: libparse-errorstring-perl-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-xsaccessor-perl, libpod-pom-perl, libtest-differences-perl, perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Rene Mayorga , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Parse-ErrorString-Perl/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-errorstring-perl-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-errorstring-perl-perl.git Package: libparse-errorstring-perl-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-xsaccessor-perl, libpod-pom-perl Description: module for parsing error messages from the Perl interpreter Parse::ErrorString::Perl is aimed primarily at those developing integrated development environments, allowing them to have a nice object oriented interface to parsed error messges of the Perl interpreter. debian/compat0000644000000000000000000000000212223301207010354 0ustar 8 debian/changelog0000644000000000000000000000375512223311332011042 0ustar libparse-errorstring-perl-perl (0.19-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.19 * Improve short and long description a bit * Add copyright paragraph for newly included M::I in inc/ * Update stand-alone license paragraphs for Artistic and GPL-1+ to their commonly used versions * Bump dh compatibility to level 8 (no changes necessary) * Switch to source format 3.0 (quilt) * Switch to short-form debian/rules * Bump Standards-Version to 3.9.4 * Sort and wrap dependencies and uploaders * New fix-whatis-entry.patch * Add myself to uploaders and copyright -- Florian Schlichting Thu, 03 Oct 2013 16:46:45 +0200 libparse-errorstring-perl-perl (0.15-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Damyan Ivanov ] * New upstream release * update years of upstream copyright * claim conformance with policy 3.9.1 -- Damyan Ivanov Sat, 11 Dec 2010 12:53:37 +0200 libparse-errorstring-perl-perl (0.13-1) unstable; urgency=low * New upstream release * debian/control: + add myself to uploaders + remove libmodule-build-perl from B-D-I, dh7 prefers MakeMaker -- Rene Mayorga Fri, 13 Feb 2009 20:35:54 -0600 libparse-errorstring-perl-perl (0.11-1) unstable; urgency=low * Initial Release. (Closes: #511486) -- Damyan Ivanov Mon, 12 Jan 2009 20:35:49 +0200 debian/source/0000755000000000000000000000000012223116154010463 5ustar debian/source/format0000644000000000000000000000001412223116154011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003712223301263010240 0ustar #!/usr/bin/make -f %: dh $@