mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Add MySQL back to Debian depeendencies
Recent Debian seems to favour MySQL over MariaDb again, removing the compatibility problem
This commit is contained in:
parent
30bed8a9d5
commit
9687ce026e
1 changed files with 2 additions and 2 deletions
4
dist/debian/control
vendored
4
dist/debian/control
vendored
|
@ -19,13 +19,13 @@ Description: Multi-protocol RSS/Atom newsfeed synchronization server
|
||||||
allowing you to use compatible clients for many protocols with a single
|
allowing you to use compatible clients for many protocols with a single
|
||||||
server.
|
server.
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
dbconfig-sqlite3 | dbconfig-pgsql | dbconfig-no-thanks,
|
dbconfig-sqlite3 | dbconfig-pgsql | dbconfig-mysql | dbconfig-no-thanks,
|
||||||
php (>= 7.1.0),
|
php (>= 7.1.0),
|
||||||
php-cli,
|
php-cli,
|
||||||
php-intl,
|
php-intl,
|
||||||
php-json,
|
php-json,
|
||||||
php-xml,
|
php-xml,
|
||||||
php-sqlite3 | php-pgsql
|
php-sqlite3 | php-pgsql | php-mysql
|
||||||
Recommends: nginx | apache2,
|
Recommends: nginx | apache2,
|
||||||
php-fpm,
|
php-fpm,
|
||||||
php-curl,
|
php-curl,
|
||||||
|
|
Loading…
Reference in a new issue