File: control

package info (click to toggle)
php-mdb2-driver-sqlite 1.5.0b2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 244 kB
  • ctags: 506
  • sloc: php: 2,194; xml: 1,204; makefile: 55
file content (21 lines) | stat: -rw-r--r-- 903 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
Source: php-mdb2-driver-sqlite
Section: web
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Mark A. Hershberger <mhershberger@intrahealth.org>
Build-Depends: debhelper (>= 5) 
Build-Depends-Indep: php-pear
Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-mdb2-driver-sqlite/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-mdb2-driver-sqlite/trunk
Homepage: http://pear.php.net/package/MDB2_Driver_sqlite
Standards-Version: 3.8.1

Package: php-mdb2-driver-sqlite
Architecture: all
Depends: php-pear (>=5.2.0-8), php-mdb2 (>=2.5.0b2-1), php5-sqlite
Description: PHP PEAR module to provide a SQLite driver for MDB2
 MDB2 provides a common API for all supported RDBMS. The main difference
 to most other DB abstraction packages is that MDB2 goes much further
 to ensure portability.
 .
 This package provides the SQLite driver for MDB2.