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
|
Source: phpab
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Prach Pongpanich <prachpub@gmail.com>
Build-Depends: debhelper (>= 9),
help2man,
php-directory-scanner,
php-zeta-console-tools,
phpunit,
pkg-php-tools (>= 1.7~)
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-php/phpab.git
Vcs-Git: git://anonscm.debian.org/pkg-php/phpab.git
Homepage: https://github.com/theseer/Autoload
Package: phpab
Architecture: all
Depends: php-zeta-console-tools (>= 1.7-2~),
${misc:Depends},
${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: php-autoload, ${phpcomposer:Debian-provide}
Description: lightweight PHP namespace aware autoload generator
The PHP AutoloadBuilder CLI tool phpab is a command line application
to automate the process of generating an autoload require file with
the option of creating static require lists as well as phar archives.
|