debian/0000755000000000000000000000000012203421171007157 5ustar debian/libpod-coverage-perl.examples0000644000000000000000000000002111671750335014731 0ustar examples/* bin/* debian/watch0000644000000000000000000000016312101266036010214 0ustar version=3 https://metacpan.org/release/Pod-Coverage/ .*/Pod-Coverage-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000243412203421003011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Pod-Coverage Upstream-Contact: Richard Clamp Source: https://metacpan.org/release/Pod-Coverage/ Files: * Copyright: 2001, 2003, 2004, 2006, 2007, 2009 Richard Clamp, Michael Stevens. 2003, 2004 some contributions from David Cantrell License: Artistic or GPL-1+ Files: debian/* Copyright: 2003, Jay Bonci 2007, Damyan Ivanov 2007, 2009, Gregor Herrmann 2009, Antonio Radici 2012, Fabrizio Regalli 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/control0000644000000000000000000000211012203421144010554 0ustar Source: libpod-coverage-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Damyan Ivanov , Antonio Radici , gregor herrmann , Ansgar Burchardt , Fabrizio Regalli Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdevel-symdump-perl, libtest-pod-perl Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Pod-Coverage/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-coverage-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-coverage-perl.git Package: libpod-coverage-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdevel-symdump-perl Description: checker for comprehensiveness of perl module documentation POD::Coverage provides a mechanism for determining if the pod for a given module is comprehensive. It checks on a function by function basis and is useful for finding holes in module documentation. debian/compat0000644000000000000000000000000211717014123010361 0ustar 8 debian/changelog0000644000000000000000000001536612203421171011044 0ustar libpod-coverage-perl (0.23-1) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.23. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0). -- Florian Schlichting Fri, 16 Aug 2013 15:00:28 +0200 libpod-coverage-perl (0.22-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Fabrizio Regalli ] * Imported Upstream version 0.22 * Bump Standards-Version to 3.9.2 (no changes needed) * Update d/compat to 8 * Update debhelper version to (>= 8) * Added myself to Uploaders and Copyright * Update d/copyright using latest .174 revision * Removed 'GNU/Linux' from license text in d/copyright * Added missing Files: stanza at the beginning of d/copyright * Removed no more necessary --buildsystem=perl_build from d/rules -- Fabrizio Regalli Fri, 10 Feb 2012 17:39:25 +0100 libpod-coverage-perl (0.21-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release. * Use tiny debian/rules and Build.PL. * Use source format 3.0 (quilt). * Make build-dep on perl unversioned. * debian/copyright: Formatting change for current DEP-5 proposal. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Wed, 28 Jul 2010 13:30:56 +0900 libpod-coverage-perl (0.20-1) unstable; urgency=low [ Antonio Radici ] * debian/control: + added myself to the Uploaders + Standers-Version updated to 3.8.0 + moved libmodule-build-perl to B-D-I * debian/copyright: + switched to the new format [ gregor herrmann ] * debian/rules: remove /usr/bin only if it exists. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/watch: extended regexp for matching upstream releases. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * debian/control: remove libmodule-build-perl, dh7 prefers ExtUtils::MakeMaker. * Add /me to Uploaders. * debian/control: improve short and long description. -- Antonio Radici Fri, 20 Feb 2009 19:34:45 +0000 libpod-coverage-perl (0.19-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. * debian/copyright: update with current contents of README. * Remove debian/docs and don't install README any more, which is just the pod. * Remove debian/libpod-coverage-perl.examples and install examples directly with dh_installexamples from debian/rules. * Set debhelper compatibility level to 5. * Set Standards-Version to 3.7.3 (no changes required). * Split build dependencies into Build-Depends and Build-Depends-Indep, add libtest-pod-perl. * Revert changes to Build.PL that were contained in the .diff.gz, and remove usr/bin/pod_cover (which is installed as an example) directly from debian/rules. * debian/rules: - use dh_installpackages instead of pwd/sed - move building and testing to build-target - don't create .packlist file - use $(PERL) instead of perl or calling ./Build directly - introduce build-stamp and install-stamp and inter-target dependencies - remove unneeded calls to dh_link and dh_strip - exchange binary-arch and binary-indep, this package is arch:all after all - make examples/pod_cover executable, too [ Damyan Ivanov ] * Remove unneeded dh_installdirs and dh_installman * debian/copyright + added trailing slash to upstream URL + added a bit of indentation + added contributor David Cantrell * Add myself to Uploaders -- Damyan Ivanov Mon, 10 Dec 2007 12:21:58 +0200 libpod-coverage-perl (0.18-1) unstable; urgency=low * New upstream release * Standards version bump to 3.7.2 (No other changes) * Changed rules file to only conditionally ignore make clean errors * Architecture from any to all -- Jay Bonci Sun, 08 Jul 2007 04:06:11 -0400 libpod-coverage-perl (0.17-1) unstable; urgency=low * New upstream verison -- Jay Bonci Wed, 29 Dec 2004 01:08:29 -0500 libpod-coverage-perl (0.16-1) unstable; urgency=low * New upstream version -- Jay Bonci Wed, 27 Oct 2004 15:39:14 -0400 libpod-coverage-perl (0.14-2) unstable; urgency=low * Add debian/watch file so uscan will work -- Jay Bonci Wed, 6 Oct 2004 01:04:05 -0400 libpod-coverage-perl (0.14-1) unstable; urgency=low * New upstream version -- Jay Bonci Wed, 21 Jul 2004 16:01:09 -0400 libpod-coverage-perl (0.13-1) unstable; urgency=low * New upstream version * pod_cover now comes from bin/ -- Jay Bonci Fri, 2 Jan 2004 15:29:04 -0500 libpod-coverage-perl (0.12-4) unstable; urgency=low * Rebuild for perl 5.8.2 * Adds -fPIC compiler flag for hppa / mips (Closes: #216179) -- Jay Bonci Tue, 11 Nov 2003 21:28:16 -0500 libpod-coverage-perl (0.12-3) unstable; urgency=low * binary-arch vs. binary-indep, again. (Closes: #215760) -- Jay Bonci Fri, 17 Oct 2003 00:33:18 -0400 libpod-coverage-perl (0.12-2) unstable; urgency=low * Fixes missing build-depends (Closes: #215056) - Needs to depend on libmodule-build-perl -- Jay Bonci Fri, 10 Oct 2003 16:42:14 -0400 libpod-coverage-perl (0.12-1) unstable; urgency=low * New upstream version * Updated maintainer address * Changed CPAN URL to not be dependant on the dist version -- Jay Bonci Mon, 6 Oct 2003 14:05:18 -0400 libpod-coverage-perl (0.11-2) unstable; urgency=low * binary-arch vs. binary-indep. Fixes buildd problems (Closes: #207184) * Added example from CPAN distribution in doc/examples * debian-policy version 3.6.1.0 -- Jay Bonci Mon, 18 Aug 2003 00:45:00 -0400 libpod-coverage-perl (0.11-1) unstable; urgency=low * Initial Release. (Closes: #178029) -- Jay Bonci Tue, 5 Aug 2003 15:02:16 -0400 debian/source/0000755000000000000000000000000011671750335010476 5ustar debian/source/format0000644000000000000000000000001411671750335011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000031111717014123010236 0ustar #!/usr/bin/make -f PACKAGE := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # installed as an example rm -rfv $(TMP)/usr/bin