File: control

package info (click to toggle)
phpmyadmin 4%3A2.9.1.1-13
  • links: PTS
  • area: main
  • in suites: etch
  • size: 13,324 kB
  • ctags: 119,177
  • sloc: php: 148,860; sh: 645; sql: 224; perl: 142
file content (42 lines) | stat: -rw-r--r-- 2,001 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: phpmyadmin
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Section: web
Priority: extra
Standards-Version: 3.7.2
Build-Depends: yada (>= 0.52), po-debconf
Xs-Vcs-Browse: https://aphrodite.kinkhorst.nl/wsvn/debian/phpmyadmin/
Xs-Vcs-Svn: https://svn.kinkhorst.nl/svn/debian/phpmyadmin/trunk

Package: phpmyadmin
Architecture: all
Depends: libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5 | libapache2-mod-php4 | libapache-mod-php4 | php4 | php4-cgi, php5-mysql | php5-mysqli | php4-mysql, perl, ${phpmyadmin:Depends}
Recommends: apache2 | httpd, php5-mcrypt | php4-mcrypt, php5-gd | php4-gd, ${phpmyadmin:Recommends}
Suggests: mysql-server (>= 3.23.36), ${phpmyadmin:Suggests}
Description: Administrate MySQL over the WWW
 phpMyAdmin is intended to handle the administration of MySQL over the WWW.
 Currently it can:
   - easily browse through databases and tables
   - create, copy, rename, alter and drop databases
   - create, copy, rename, alter and drop tables
   - do table maintenance
   - add, edit and drop fields
   - execute any SQL-statement, even multiple queries
   - create, alter and drop indexes
   - load text files into tables
   - create and read dumps of tables or databases
   - export data to SQL, CSV, XML, Word, Excel, PDF and Latex formats
   - administer multiple servers
   - manage MySQL users and privileges
   - check server settings and runtime information with configuration hints
   - check referential integrity in MyISAM tables
   - using Query-by-example (QBE), create complex queries automatically
     connecting required tables
   - create PDF graphics of your Database layout
   - search globally in a database or a subset of it
   - transform stored data into any format using a set of predefined
     functions, like displaying BLOB-data as image or download-link
   - support InnoDB tables and foreign keys
   - support mysqli, the improved MySQL extension
   - communicate in 50 different languages
 .
 Homepage: http://www.phpmyadmin.net/