Skip to content
Advertisement

Tag: deb

How to add dependencies to DEB created by JPackage?

I have a java application that I package with jpackage and receive a debian package. At runtime the application relies on another piece of software being installed, and it comes from another debian package. I want the Ubuntu package manager to automatically resolve this dependency. But that means I have to declare the dependency somehow in my debian package. What

Advertisement