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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: phpmyadmin
Maintainer: phpMyAdmin Packaging Team <team+phpmyadmin@tracker.debian.org>
Uploaders: Felipe Sateler <fsateler@debian.org>,
William Desportes <williamdes@wdes.fr>
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-phpcomposer,
dh-sequence-sphinxdoc,
libjs-bootstrap5,
locales-all,
minify,
php-bz2,
php-cli,
php-code-lts-u2f-php-server,
php-composer-ca-bundle,
php-curl,
php-gd,
php-google-recaptcha,
php-mariadb-mysql-kbs,
php-mbstring,
php-mysql,
php-nikic-fast-route,
php-phpmyadmin-motranslator,
php-phpmyadmin-shapefile (>= 3.0.1),
php-phpmyadmin-sql-parser (>= 5.8),
php-phpseclib,
php-psr-http-factory,
php-psr-http-message,
php-slim-psr7,
php-symfony-config,
php-symfony-dependency-injection,
php-symfony-expression-language,
php-tcpdf,
php-twig (>= 3.3.5),
php-twig-i18n-extension (>= 4.1.3),
php-webmozart-assert (>= 1.10),
php-zip,
phpab,
phpunit,
pkg-php-tools,
po-debconf,
python3-sphinx,
sassc,
webpack
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/phpmyadmin-team/phpmyadmin
Vcs-Git: https://salsa.debian.org/phpmyadmin-team/phpmyadmin.git -b debian/trixie
Homepage: https://www.phpmyadmin.net/
Rules-Requires-Root: no
Package: phpmyadmin
Architecture: all
Depends: dbconfig-mysql | dbconfig-no-thanks | dbconfig-common (<< 2.0.0),
libjs-bootstrap5,
libjs-codemirror,
libjs-jquery,
libjs-jquery-mousewheel,
libjs-jquery-tablesorter,
libjs-jquery-timepicker,
libjs-jquery-ui,
php-cli,
sensible-utils,
ucf,
${misc:Depends},
${phpcomposer:Debian-require},
${sphinxdoc:Depends}
Recommends: libapache2-mod-php | lighttpd | nginx | php-fpm | httpd,
php-bz2,
php-curl,
php-gd,
php-tcpdf,
php-zip
Suggests: default-mysql-server | virtual-mysql-server,
php-recode,
www-browser,
${phpcomposer:Debian-suggest}
Description: MySQL web administration tool
This package allows administering of MySQL or MariaDB with a web interface.
.
It allows administrators to:
- browse through databases and tables;
- create, copy, rename, alter and drop databases;
- create, copy, rename, alter and drop tables;
- perform 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;
- create complex queries using Query-by-example (QBE), automatically
connecting required tables;
- create PDF graphics of database layout;
- search globally in a database or a subset of it;
- transform stored data into any format using a set of predefined
functions, such as displaying BLOB-data as image or download-link;
- manage InnoDB tables and foreign keys;
and is fully internationalized and localized in dozens of languages.
|