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 34 35 36 37 38 39
|
Source: php-gettext
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper (>= 9), phpunit
Standards-Version: 3.9.8
Homepage: https://launchpad.net/php-gettext/
Vcs-Git: git://anonscm.debian.org/pkg-php/php-gettext.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-php/php-gettext.git
Package: php-php-gettext
Architecture: all
Conflicts: php-gettext (<< 1.0.11-3~)
Replaces: php-gettext (<< 1.0.11-3~)
Depends: ${misc:Depends}, php-pear, php-mbstring
Description: read gettext MO files directly, without requiring anything other than PHP
The GNU gettext library is a widely used localization library, but in
order to use it with the PHP language, the system has to support the
desired locale, and library itself must be installed.
.
Since this is not always the case, PHP-gettext has been developed to be
able to read gettext MO files directly, without requiring anything other
than PHP.
.
Currently, it's usable if you develop most of the infrastructure for
choosing language on your own, because it's possible to use both
gettext() and ngettext() calls. In the near future, it should also be
fully compatible drop-in replacement for all of gettext functionality
written in PHP.
Package: php-gettext
Architecture: all
Depends: ${misc:Depends}, php-php-gettext
Priority: extra
Section: oldlibs
Description: transitional dummy package for php-php-gettext
This dummy package is provided to smooth the upgrade
from php-gettext to php-php-gettext and can be safely removed afterwards
|