From 9687ce026ecbe5bb23fc93ae18a9666a2b1be2b2 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 7 Jul 2021 11:50:24 -0400 Subject: [PATCH] Add MySQL back to Debian depeendencies Recent Debian seems to favour MySQL over MariaDb again, removing the compatibility problem --- dist/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/debian/control b/dist/debian/control index da006c2..083c508 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -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,