update deb "Depends" to use "or" logic
Created by: r2evans
The current dependencies list (among several others) all three database engines: mysql-common, libpq5, libsqlite3-0
. Would it make more sense to use mysql-common | libpq5 | libsqlite3-0
?
My understanding is that gitlab requires only one of the database engines be installed, though it does require specific configuration based on the engine present. I'm trying to convert my other databases from mysql to postgresql, so I'm trying to notice dependencies like this. (It's not about the space, more "in principle".)