I created a deb
package with the following dependency:
Depends: dconf-tools
I can install this package on Ubuntu 18.04, but not on Ubuntu 19.04 because there is no dconf-tools
package on Ubuntu 19.04.
Is there a way to create a deb
package supported both 18.04 and 19.04?