1
1
Fork 0
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:
J. King 2021-07-07 11:50:24 -04:00
parent 30bed8a9d5
commit 9687ce026e

4
dist/debian/control vendored
View file

@ -19,13 +19,13 @@ Description: Multi-protocol RSS/Atom newsfeed synchronization server
allowing you to use compatible clients for many protocols with a single
server.
Depends: ${misc:Depends},
dbconfig-sqlite3 | dbconfig-pgsql | dbconfig-no-thanks,
dbconfig-sqlite3 | dbconfig-pgsql | dbconfig-mysql | dbconfig-no-thanks,
php (>= 7.1.0),
php-cli,
php-intl,
php-json,
php-xml,
php-sqlite3 | php-pgsql
php-sqlite3 | php-pgsql | php-mysql
Recommends: nginx | apache2,
php-fpm,
php-curl,