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
|
Source: php-giggsey-locale
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Fab Stz <fabstz-it@yahoo.fr>, James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-phpcomposer,
php-symfony-console <!nocheck>,
php-symfony-filesystem <!nocheck>,
php-symfony-var-exporter <!nocheck>,
phpab,
phpunit <!nocheck>,
pkg-php-tools (>= 1.41~)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/giggsey/Locale/releases
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-giggsey-locale
Vcs-Git: https://salsa.debian.org/php-team/pear/php-giggsey-locale.git
Package: php-giggsey-locale
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}, ${shlibs:Depends}
Recommends: ${misc:Recommends}, ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Conflicts: ${phpcomposer:Debian-conflict}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
A library providing up to date CLDR.
.
It permits to get data like primary language, region... for a locale without
having to depend on the CLDR data provided by the Operating System, which can
be out of date.
|