File: control

package info (click to toggle)
php-codecoverage 9.2.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,416 kB
  • sloc: php: 10,644; javascript: 10,145; xml: 1,175; makefile: 22
file content (50 lines) | stat: -rw-r--r-- 1,776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: php-codecoverage
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Arthur Gautier <superbaloo@superbaloo.net>,
           Prach Pongpanich <prachpub@gmail.com>,
           David Prévot <taffit@debian.org>
Build-Depends: ant,
               cssmin,
               debhelper-compat (= 13),
               libjs-bootstrap4,
               libjs-d3,
               libjs-jquery,
               minify,
               php-parser,
               php-pcov,
               php-tokenizer,
               php-xdebug,
               phpab,
               phpunit (>= 9),
               phpunit-code-unit-reverse-lookup,
               phpunit-complexity,
               phpunit-lines-of-code,
               pkg-php-tools
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-codecoverage
Vcs-Git: https://salsa.debian.org/php-team/pear/php-codecoverage.git -b debian/latest
Homepage: https://github.com/sebastianbergmann/php-code-coverage
Rules-Requires-Root: no

Package: php-codecoverage
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: libjs-bootstrap4,
         libjs-d3,
         libjs-jquery,
         ${misc:Depends},
         ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: libjs-bootstrap4 (<< 4.3.1+dfsg2-2~),
        ${phpcomposer:Debian-conflict},
        ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: collection, processing, and rendering for code coverage
 ${phpcomposer: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.