Source: php-redis-4
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>,
           Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 10~),
               dh-php (>= 4~),
               liblz4-dev,
               libzstd-dev,
               php5.6-dev,
               php5.6-igbinary
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-redis.git
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-redis
Homepage: https://pecl.php.net/package/redis
X-PHP-Dummy-Package: no
X-PHP-Default-Version: 5.6
X-PHP-Versions: 5.6
X-PHP-PECL-Name: redis

Package: php5.6-redis
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ${misc:Depends},
         ${pecl:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Suggests: redis-server,
          ${pecl:Suggests}
Provides: ${pecl:Provides},
          ${php:Provides}
Description: PHP extension for interfacing with Redis
 This extension allows php applications to communicate with the Redis
 persistent key-value store.  The php-redis module provides an easy
 object oriented interface.

