File: control

package info (click to toggle)
php-memcache 3.0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 676 kB
  • ctags: 703
  • sloc: ansic: 4,380; php: 775; xml: 744; sh: 35; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,059 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
Source: php-memcache
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Sergey B Kirpichev <skirpichev@gmail.com>
Build-Depends: debhelper (>= 9), php5-dev (>= 5.4.1), dh-php5, pkg-php-tools (>= 1.6), zlib1g-dev
Standards-Version: 3.9.6
VCS-Git: git://anonscm.debian.org/collab-maint/php-memcache.git
VCS-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/php-memcache.git;a=summary
Homepage: http://pecl.php.net/package/memcache

Package: php5-memcache
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${phppear:Debian-Depends},
# drop after wheezy:
         ucf
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Debian-Breaks}
Suggests: memcached
Description: memcache extension module for PHP5
 Memcached is a caching daemon designed especially for dynamic web applications
 to decrease database load by storing objects in memory.
 .
 This extension allows you to work with memcached through handy OO and
 procedural interfaces in your php5 applications.