File: control

package info (click to toggle)
php-mdb2-driver-mysql 1.5.0b4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 300 kB
  • ctags: 672
  • sloc: php: 2,689; xml: 1,548; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: php-mdb2-driver-mysql
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Prach Pongpanich <prachpub@gmail.com>, Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9), pkg-php-tools
Vcs-Git: git://anonscm.debian.org/pkg-php/php-mdb2-driver-mysql.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-mdb2-driver-mysql.git;a=summary
Homepage: http://pear.php.net/package/MDB2_Driver_mysql
Standards-Version: 3.9.7

Package: php-mdb2-driver-mysql
Architecture: all
Depends: ${misc:Depends}, ${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Suggests: ${phppear:Debian-Suggests}
Breaks: ${phppear:Debian-Breaks}
Description: ${phppear:summary}
 ${phppear:description}
 .
 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.