File: control

package info (click to toggle)
phpab 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 800 kB
  • sloc: php: 3,309; xml: 161; makefile: 27
file content (30 lines) | stat: -rw-r--r-- 1,255 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
Source: phpab
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: debhelper-compat (= 13),
               help2man,
               php-directory-scanner,
               php-zeta-console-tools,
               phpunit,
               pkg-php-tools
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/php-team/pear/phpab
Vcs-Git: https://salsa.debian.org/php-team/pear/phpab.git -b debian/latest
Homepage: https://github.com/theseer/Autoload
Rules-Requires-Root: no

Package: phpab
Architecture: all
Depends: ${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.