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
|
Source: php7cc
Section: utils
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.14~), dh-exec, phpab
,phpunit
,php-parser (>= 1.4~)
,php-symfony-console (>= 2.3~)
,php-symfony-finder (>= 2.3~)
,php-pimple (>= 3.0.2~)
Standards-Version: 3.9.8
Homepage: https://github.com/sstalle/php7cc
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-php/php7cc.git
Vcs-Git: https://anonscm.debian.org/git/pkg-php/php7cc.git
Package: php7cc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${phpcomposer:Debian-require}, php-cli
Suggests: ${phpcomposer:Debian-suggest}
Provides: ${phpcomposer:Debian-provide}
Description: command line tool to detect PHP 7 incompatible code
${phpcomposer:description}
.
This package provides "php7cc" utility.
|