debian/0000755000000000000000000000000012263316276007176 5ustar debian/changelog0000644000000000000000000000272012263316276011051 0ustar php-codecoverage (1.2.13+dfsg1-1) unstable; urgency=medium * New version - YUI2 is not used anymore (Closes: #733962) * gbp.conf: Use pristine-tar and remove non-free highcharts.js * Updated VCS-* fields to canonical * Add myself to uploaders * Use ${phppear:Debian-Depends/Recommends/Breaks} * Remove all patches * Remove references of Highcharts * Use ${phppear:summary} and ${phppear:description} * Update to Standards-Version: 3.9.5 (no change) * Override PEAR package names * Move to debhelper 9 * Remove unneeded target delete_nonfree_from_upstream * Check for non-free files * Replace jquery.min.js by a symlink * Depends on php5-cli (>= 5.3.7-1~) which provides PEAR 1.9.4 (Closes: #693679) * Comment out references to highcharts.js -- Mathieu Parent Wed, 08 Jan 2014 19:45:02 +0100 php-codecoverage (1.1.2+dfsg1-3) unstable; urgency=low * debian/patches - Adding remove_highcharts.diff to remove highcharts.js from html generated report (Closes: #684280). * README.Debian - Adding file -- Luis Uribe Wed, 05 Sep 2012 13:37:45 -0500 php-codecoverage (1.1.2+dfsg1-2) unstable; urgency=low * Correctly sets the copyright for YUI files. -- Thomas Goirand Fri, 11 May 2012 06:52:21 +0000 php-codecoverage (1.1.2+dfsg1-1) unstable; urgency=low * Initial release (Closes: #610676). -- Thomas Goirand Fri, 09 Mar 2012 10:01:47 +0000 debian/compat0000644000000000000000000000000212263316276010374 0ustar 9 debian/watch0000644000000000000000000000017312263316276010230 0ustar version=3 opts=dversionmangle=s/\+dfsg\d// \ http://pear.phpunit.de/ http://pear.phpunit.de/get/PHP_CodeCoverage-(.+)\.tgz debian/control0000644000000000000000000000173612263316276010610 0ustar Source: php-codecoverage Section: php Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thomas Goirand , Luis Uribe , Arthur Gautier , Mathieu Parent Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1~), php5-cli (>= 5.3.7-1~), pear-phpunit-channel Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-codecoverage.git Vcs-Git: http://anonscm.debian.org/git/pkg-php/php-codecoverage.git Homepage: http://pear.phpunit.de/ Package: php-codecoverage Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends}, libjs-jquery Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} . This package is part of PHPUnit, a unit testing suite for the PHP language, modelled on the xUnit testing framework, designed by Kent Beck and Erich Gamma. debian/README.Debian0000644000000000000000000000030012263316276011230 0ustar Because of licensing issues, highcharts.js has been removed from this package. This means that although the report called with '--coverage-html' is generated, it won't be using highcharts.js debian/gbp.conf0000644000000000000000000000040512263316276010614 0ustar [DEFAULT] pristine-tar = True upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ [git-import-orig] filter = [ 'PHP/CodeCoverage/Report/HTML/Renderer/Template/js/highcharts.js' ] filter-pristine-tar = True debian/pkg-php-tools-overrides0000644000000000000000000000022212263316276013621 0ustar pear.phpunit.de File_Iterator php-file-iterator pear.phpunit.de PHP_TokenStream php-token-stream pear.phpunit.de Text_Template php-text-template debian/copyright0000644000000000000000000001153512263316276011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PHP_CodeCoverage Upstream-Contact: Sebastian Bergmann Source: https://github.com/sebastianbergmann/php-code-coverage Files: debian/* Copyright: 2012, Thomas Goirand 2012, Luis Uribe 2012, Arthur Gautier License: BSD-2-clause Files: PHP_CodeCoverage-*/PHP/CodeCoverage/Report/HTML/Renderer/Template/* Copyright: (c) 2011, Yahoo! Inc. All rights reserved. License: BSD-3-clause-yahoo Files: * Copyright: (c) 2009-2012, Sebastian Bergmann License: BSD-3-clause License: BSD-3-clause-yahoo Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be used to endorse or promote products derived from this software without specific prior written permission of Yahoo! Inc. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Sebastian Bergmann nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/patches/0000755000000000000000000000000012263316276010625 5ustar debian/patches/series0000644000000000000000000000006312263316276012041 0ustar 0001-Comment-out-references-to-highcharts.js.patch debian/patches/0001-Comment-out-references-to-highcharts.js.patch0000644000000000000000000000410012263316276021722 0ustar From 816fc928ffdd2842c3a455c7b007403c18289ffe Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Wed, 8 Jan 2014 13:33:43 +0100 Subject: [PATCH] Comment out references to highcharts.js --- PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML.php | 2 +- .../PHP/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML.php b/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML.php index b254625..dba13d0 100644 --- a/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML.php +++ b/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML.php @@ -183,7 +183,7 @@ class PHP_CodeCoverage_Report_HTML $dir = $this->getDirectory($target . 'js'); copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js'); - copy($this->templatePath . 'js/highcharts.js', $dir . 'highcharts.js'); + //copy($this->templatePath . 'js/highcharts.js', $dir . 'highcharts.js'); copy($this->templatePath . 'js/jquery.min.js', $dir . 'jquery.min.js'); copy($this->templatePath . 'js/html5shiv.js', $dir . 'html5shiv.js'); diff --git a/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist b/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist index 89e1265..c28f038 100644 --- a/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist +++ b/PHP_CodeCoverage-1.2.13/PHP/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist @@ -56,7 +56,7 @@ - +