From 33251fc97e14af5a1cc27d9ccb35c5ff4ae528e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= <rdoursenaud@gpcsolutions.fr>
Date: Mon, 1 Aug 2016 11:09:11 +0200
Subject: [PATCH] FIX #4608 [Debian] Don't hard depend on mysql-server

Allows using a separate MySQL server and switching to MariaDB.
---
 build/debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/debian/control b/build/debian/control
index 9a76856505a..d5c4a913713 100755
--- a/build/debian/control
+++ b/build/debian/control
@@ -26,11 +26,11 @@ Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm |
 # Misc dependencies
 #    fonts-dejavu-core | ttf-dejavu-core,
     xdg-utils,
-    mysql-server,
-    mysql-client,
+    virtual-mysql-client,
     ${misc:Depends},
     ${perl:Depends}
-Recommends: apache2 | lighttpd | httpd
+Recommends: apache2 | lighttpd | httpd,
+    virtual-mysql-server
 Suggests: www-browser, php5-geoip
 Description: Web based software to manage a company or foundation
  Dolibarr ERP & CRM is an easy to use open source/free software package for 
-- 
GitLab