debian/0000755000000000000000000000000012265763434007202 5ustar debian/libdevel-cover-perl.docs0000644000000000000000000000002412217607137013704 0ustar docs/TODO docs/BUGS debian/watch0000644000000000000000000000016312217607137010225 0ustar version=3 https://metacpan.org/release/Devel-Cover/ .+/Devel-Cover-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000057512217607137010263 0ustar #!/usr/bin/make -f PERL_CURRENT := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}.$$Config{subversion}"') PERL_NEXT := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}." . ($$Config{subversion} + 1)') %: dh $@ override_dh_gencontrol: dh_gencontrol -- -V'sameperl:Depends=perl (>= $(PERL_CURRENT)), perl (<< $(PERL_NEXT)~)' debian/copyright0000644000000000000000000000244412217607137011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-Cover Upstream-Contact: Paul Johnson Source: https://metacpan.org/release/Devel-Cover/ Files: * Copyright: 2001-2013, Paul Johnson (paul@pjcj.net) License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2007, Florian Ragwitz 2008, Damyan Ivanov 2008, Marc 'HE' Brockschmidt 2009, Jonathan Yu 2010-2013, gregor herrmann 2010-2012, Nicholas Bamber 2013, Florian Schlichting 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000012217607137010474 5ustar debian/source/format0000644000000000000000000000001412217607137011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212217607137010372 0ustar 9 debian/control0000644000000000000000000000431412231210451010562 0ustar Source: libdevel-cover-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libpod-coverage-perl, perltidy | libppi-html-perl, libtemplate-perl, libtest-differences-perl, libtest-warn-perl Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Jonathan Yu , gregor herrmann , Nicholas Bamber , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Devel-Cover/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-cover-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-cover-perl.git Package: libdevel-cover-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${sameperl:Depends} Suggests: libbrowser-open-perl, libjson-xs-perl, libpod-coverage-perl, libppi-html-perl | perltidy, libtemplate-perl, libtest-differences-perl Description: Perl tool for determining code coverage metrics Devel::Cover is a Perl module that helps collect and display code coverage information. Code coverage information is collected using a pluggable runops function which counts how many times each op is executed. This data is then mapped back to reality using the B compiler modules. There is also a another statement profiler which needs a better backend to be really useful. . Statement, branch, condition, subroutine, pod and time coverage information is reported. Statement coverage data should be reasonable, although there may be some statements which are not reported. Branch and condition coverage data should be mostly accurate too, although not always what one might initially expect. Subroutine coverage should be as accurate as statement coverage. Pod coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available it will be used instead. Coverage data for path coverage are not yet collected. . The cover program can be used to generate coverage reports. Another included program, gcov2perl, can convert gcov files to Devel::Cover databases. debian/changelog0000644000000000000000000003056712265763434011067 0ustar libdevel-cover-perl (1.08-1ubuntu2) trusty; urgency=medium * Rebuild for Perl 5.18.2. -- Colin Watson Thu, 16 Jan 2014 14:05:16 +0000 libdevel-cover-perl (1.08-1ubuntu1) trusty; urgency=low * Resynchronise with Debian. Remaining changes: - Prefer perltidy over libppi-html-perl in build dependencies. -- Colin Watson Mon, 21 Oct 2013 12:34:21 +0100 libdevel-cover-perl (1.08-1) unstable; urgency=low * New upstream release. * Drop patch pod-encoding.patch, merged upstream. -- gregor herrmann Sun, 22 Sep 2013 17:35:45 +0200 libdevel-cover-perl (1.07-2) unstable; urgency=low * Add patch that adds encoding to the POD. * Update years of packaging copyright. -- gregor herrmann Thu, 22 Aug 2013 14:33:59 +0200 libdevel-cover-perl (1.07-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * Refresh patch keep-non-existent-dirs-in-INC.patch. * Bump Standards-Version to 3.9.4 (no changes). [ 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 1.07 (closes: #702847) * Bump years of upstream copyright * Drop keep-non-existent-dirs-in-INC.patch, fixed upstream (but differently) * Add myself to uploaders and copyright -- Florian Schlichting Thu, 22 Aug 2013 14:10:04 +0200 libdevel-cover-perl (0.96-1ubuntu1) raring; urgency=low * Resynchronise with Debian. Remaining changes: - Prefer perltidy over libppi-html-perl in build dependencies. -- Colin Watson Wed, 31 Oct 2012 08:34:01 +0000 libdevel-cover-perl (0.96-1) unstable; urgency=low * New upstream release * Updated debian/copyright -- Nicholas Bamber Sun, 30 Sep 2012 20:34:40 +0100 libdevel-cover-perl (0.93-1ubuntu1) quantal; urgency=low * Resynchronise with Debian. Remaining changes: - Prefer perltidy over libppi-html-perl in build dependencies. -- Colin Watson Fri, 17 Aug 2012 17:27:31 +0100 libdevel-cover-perl (0.93-1) unstable; urgency=low * Team upload. [ Nuno Carvalho ] * Drop whatis.patch, fixed upstream. * Refresh keep-non-existent-dirs-in-INC.patch. * New upstream release. [ gregor herrmann ] * Remove alternative libjson-pp-perl from Suggests:. We are already depending on perl >= 5.14.2 which contains JSON::PP. -- Nuno Carvalho Sun, 05 Aug 2012 00:36:55 +0100 libdevel-cover-perl (0.89-1) unstable; urgency=low * New upstream release. * Drop path-regexp.patch, merged upstream. * Refresh whatis.patch, which was partly applied upstream. -- gregor herrmann Sat, 16 Jun 2012 15:53:07 +0200 libdevel-cover-perl (0.88-1ubuntu1) quantal; urgency=low * Resynchronise with Debian. Remaining changes: - Prefer perltidy over libppi-html-perl in build dependencies. -- Colin Watson Mon, 11 Jun 2012 19:21:53 +0100 libdevel-cover-perl (0.88-1) unstable; urgency=low * New upstream release. * debian/copyright: update upstream's email address. * Refresh patches. * Add libbrowser-open-perl to Suggests. -- gregor herrmann Sat, 09 Jun 2012 15:28:09 +0200 libdevel-cover-perl (0.87-1) unstable; urgency=low * New upstream release. * Drop spelling.patch, refresh path-regexp.patch and whatis.patch. -- gregor herrmann Sat, 02 Jun 2012 19:10:55 +0200 libdevel-cover-perl (0.86-1ubuntu1) quantal; urgency=low * Resynchronise with Debian. Remaining changes: - Prefer perltidy over libppi-html-perl in build dependencies. -- Colin Watson Wed, 02 May 2012 11:57:06 +0100 libdevel-cover-perl (0.86-1) unstable; urgency=low * New upstream release. * Update years of upstream copyright. * Refresh 2 patches (offset, version numbers). -- gregor herrmann Tue, 10 Apr 2012 19:54:07 +0200 libdevel-cover-perl (0.85-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nicholas Bamber ] * New upstream release 0.79 [ gregor herrmann ] * Unify "sameperl" substvar generation across packages. * New upstream release 0.85. * Drop whatis.patch, refresh remaining patches. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Use debhelper 9.20120312 to get all hardening flags. * Add libjson-xs-perl to Suggests. * Add a new whatis.patch. -- gregor herrmann Sat, 07 Apr 2012 15:20:29 +0200 libdevel-cover-perl (0.77-1ubuntu3) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 23:35:34 +0000 libdevel-cover-perl (0.77-1ubuntu2) oneiric; urgency=low * No-change upload to build against Perl 5.14. -- Martin Pitt Tue, 05 Jul 2011 12:21:28 +0200 libdevel-cover-perl (0.77-1ubuntu1) oneiric; urgency=low * Resynchronise with Debian. Remaining changes: - Prefer perltidy over libppi-html-perl in build dependencies. -- Colin Watson Wed, 18 May 2011 11:36:18 +0100 libdevel-cover-perl (0.77-1) unstable; urgency=low * New upstream release * Refreshed path-regex.patch -- Nicholas Bamber Tue, 17 May 2011 01:33:27 +0100 libdevel-cover-perl (0.76-1ubuntu2) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Tue, 10 May 2011 05:29:33 +0100 libdevel-cover-perl (0.76-1ubuntu1) oneiric; urgency=low * Merge with Debian; remaining changes: - Prefer perltidy over libppi-html-perl in build dependencies. -- Matthias Klose Wed, 04 May 2011 13:52:14 +0200 libdevel-cover-perl (0.76-1) unstable; urgency=low * New upstream release * Adding Suggests clause for libjson-pp-perl to allow database to be written as JSON * Refreshed patches: path-regexp.patch -- Nicholas Bamber Tue, 19 Apr 2011 09:18:58 +0100 libdevel-cover-perl (0.74-1) unstable; urgency=low * New upstream release * Upped standards version to 3.9.2 * Updated copyright -- Nicholas Bamber Sun, 17 Apr 2011 19:57:34 +0100 libdevel-cover-perl (0.73-1ubuntu1) natty; urgency=low * Prefer perltidy over libppi-html-perl in build dependencies. -- Matthias Klose Mon, 14 Mar 2011 18:52:19 +0100 libdevel-cover-perl (0.73-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release 0.72 * Added dependency on libtest-warn-perl [ gregor herrmann ] * New upstream release 0.73. * Refresh path-regexp.patch. * Add libtemplate-perl, libtest-differences-perl to Build-Depends (used in tests). -- gregor herrmann Wed, 06 Oct 2010 17:51:21 +0200 libdevel-cover-perl (0.71-1) unstable; urgency=low * New upstream release * Added myself to Uploaders * Updated copyright: added myself, removed 'GNU/Linux', date ranges * Updated location of documentation files * Reviewed patches -- Nicholas Bamber Sat, 25 Sep 2010 21:36:10 +0100 libdevel-cover-perl (0.68-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 0.67 [ gregor herrmann ] * New upstream release 0.68. * debian/copyright: point to /usr/share/common-licenses/GPL-1. * Set Standards-Version to 3.9.1 (no changes). -- gregor herrmann Sun, 22 Aug 2010 20:09:45 +0200 libdevel-cover-perl (0.66-2) unstable; urgency=low * Add new patch to fix build issues when the build path contains regexp metacharacters; thanks to Niko Tyni for bug report and patch (closes: #579577). -- gregor herrmann Wed, 28 Apr 2010 23:52:50 +0200 libdevel-cover-perl (0.66-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * New upstream release (Closes: #578809). * Convert to source format 3.0 (quilt). Remove quilt framework. * debian/copyright: update years of upstream copyright and formatting according to current version of DEP5. * Add /me to Uploaders. * Set Standards-Version to 3.8.4 (no changes). * Add new patch to fix a spelling mistake. [ Niko Tyni ] * add a dependency on the current Perl upstream version. (Closes: #562214) -- gregor herrmann Wed, 28 Apr 2010 18:47:51 +0200 libdevel-cover-perl (0.65-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Ensure correct line numbers (RT#37302, fixed by RT#33710) * Use short rules format (--with quilt) * Rewrote control description * Standards-Version 3.8.3 (drop version dependency on perl) * Added myself to Uploaders and Copyright * Drop version dependencies on versions available in oldstable * Updated copyright file to new machine-readable format [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Remove Florian Ragwitz from Uploaders (closes: #523262). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: add libtemplate-perl to Suggests. -- Jonathan Yu Sat, 22 Aug 2009 16:31:08 -0400 libdevel-cover-perl (0.64-1) 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. * Add debian/watch. * add whatis.patch fixing missing whatis entry for Devel::Cover::Tutorial manual page [ Damyan Ivanov ] * trim down debian/rules using debhelper 7 * add keep-non-existent-dirs-in-INC.patch preventing ommission of non-existing at build-time directories from Devel::Cover::Inc's @inc. Examples of such directories are the /usr/local parts of Perl's @INC. Closes: #476272 + add quilt do B-D and debian/rules + add README.source * Standards-Version: 3.8.0 (no further changes needed) * add myself to Uploaders -- Damyan Ivanov Thu, 03 Jul 2008 02:00:40 +0300 libdevel-cover-perl (0.64-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream release: + Now correctly builds with Perl5.10 (Closes: #463539) -- Marc 'HE' Brockschmidt Fri, 09 May 2008 11:41:13 +0200 libdevel-cover-perl (0.61-1) unstable; urgency=low * New upstream release. -- Florian Ragwitz Fri, 23 Feb 2007 10:06:11 +0100 libdevel-cover-perl (0.59-1) unstable; urgency=low * New upstream release. -- Florian Ragwitz Wed, 23 Aug 2006 13:13:40 +0200 libdevel-cover-perl (0.58-1) unstable; urgency=low * New upstream version. -- Florian Ragwitz Mon, 7 Aug 2006 13:22:09 +0200 libdevel-cover-perl (0.57-1) unstable; urgency=low * New upstream release. + Incoporates all dpatches. Removing them therefor. * Added (build-)dependency to libppi-html-perl | perltidy for syntax highlighting. -- Florian Ragwitz Thu, 3 Aug 2006 18:50:06 +0200 libdevel-cover-perl (0.55-2) unstable; urgency=low * Rebuild against latest perl (Closes: #370663). * Use more secure permissions for the cover_db (Closes: #362015). + Added debian/patches/cover_db_permissions.dpatch. + Build-Depend on dpatch. + Adjusted debian/rules to use dpatch. * Make a dpatch out of the patch that fixes the realclean target, which was directly in the diff.gz before. * Bump up Standards-Version to 3.7.2 (no changes). * Build-Depend on libpod-coverage-perl to run Pod::Coverage and Pod::Coverage::CountParents tests during the build. * Suggest libpod-coverage-perl and libtest-differences-perl. Those aren't strictly required but quite usefull to a) get pod coverage information and b) to have a nice output telling you why a test failed. -- Florian Ragwitz Wed, 7 Jun 2006 14:12:32 +0200 libdevel-cover-perl (0.55-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Tue, 6 Jun 2006 13:46:49 +0200