~ubuntu-branches/ubuntu/trusty/php-memcache/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-03-13 21:42:19 UTC
  • Revision ID: james.westby@ubuntu.com-20070313214219-q3hs4s73cul0phwi
Tags: 2.0.1-1ubuntu1
* Don't build a php4 module anymore.
* debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: php-memcache
2
2
Section: web
3
3
Priority: optional
4
 
Maintainer: Pierre Habouzit <madcoder@debian.org>
5
 
Build-Depends: debhelper (>= 4.1.6), php4-dev (>= 4.3.3), php5-dev, po-debconf, cdbs, zlib1g-dev
 
4
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Pierre Habouzit <madcoder@debian.org>
 
6
Build-Depends: debhelper (>= 4.1.6), php5-dev, po-debconf, cdbs, zlib1g-dev
6
7
Standards-Version: 3.6.2
7
8
 
8
 
Package: php4-memcache
9
 
Architecture: any
10
 
Depends: ${misc:Depends}, ${php4:Depends}
11
 
Description: memcache extension module for PHP4
12
 
 Memcached is a caching daemon designed especially for dynamic web applications
13
 
 to decrease database load by storing objects in memory.
14
 
 .
15
 
 This extension allows you to work with memcached through handy OO and
16
 
 procedural interfaces in your php4 applications.
17
 
 .
18
 
 documentation on: http://fr.php.net/memcache/
19
 
 
20
9
Package: php5-memcache
21
10
Architecture: any
22
11
Depends: ${misc:Depends}, ${php5:Depends}