It looks like there were some changes in which packages were available for more recent Debian releases. The package libmariadb-client-lgpl-dev was removed after the stretch release (and even in stretch it was a virtual package) for buster and up, libmariadb-dev appears to be the appropriate dependency. This is true for Ubuntu bionic and up as well. I've made sure to include the older releases (Jessie and Xenial) in case those are being used still.
I also included in this an addition for Fedora (which is the same as #72 ) I'm happy to take out the Fedora change from this if it's preferable to use #72 or to close #72 if doing all of these at once is easier.
It looks like there were some changes in which packages were available for more recent Debian releases. The package
libmariadb-client-lgpl-dev
was removed after the stretch release (and even in stretch it was a virtual package) for buster and up,libmariadb-dev
appears to be the appropriate dependency. This is true for Ubuntu bionic and up as well. I've made sure to include the older releases (Jessie and Xenial) in case those are being used still.An example of the r-hub failure this change should resolve: https://builder.r-hub.io/status/dittodb_0.1.0.tar.gz-60a5f1f938a84d83b51e8d654e956ecd#L75
I also included in this an addition for Fedora (which is the same as #72 ) I'm happy to take out the Fedora change from this if it's preferable to use #72 or to close #72 if doing all of these at once is easier.