File: control

package info (click to toggle)
php-timer 5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: php: 280; xml: 49; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 1,098 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
Source: php-timer
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Prach Pongpanich <prachpub@gmail.com>,
           David Prévot <taffit@debian.org>
Build-Depends: ant,
               debhelper-compat (= 13),
               phpab,
               phpunit (>= 9.2),
               pkg-php-tools
Standards-Version: 4.5.1
Homepage: https://github.com/sebastianbergmann/php-timer
Vcs-Git: https://salsa.debian.org/php-team/pear/php-timer.git -b debian/latest
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-timer
Rules-Requires-Root: no

Package: php-timer
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Suggests: ${phpcomposer:Debian-suggest}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
 PHP_Timer is a utility class for timing used by PHPUnit. PHPUnit is
 a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.