Page 1 of 1

.dep file syntax

Posted: 26. Apr 2017, 06:59
by reedych
I made a package. It depends on java, but there's a lot of java packages. The pkg depends of these: "openjre OR openjdk OR jdk OR jdk8, ALSO libblackjack and (also for example) libfoo and foobar". So I have to write that: "openjre|openjdk|jdk|jdk8,libblackjack,libfoo,libbar"?

Re: .dep file syntax

Posted: 26. Apr 2017, 08:06
by gapan
Since we're not ever going to provide packages for jdk or jdk8 due to licensing issues, you shouldn't have to add those. But if you're asking if that dep file is valid, yes it is.

Re: .dep file syntax

Posted: 26. Apr 2017, 12:57
by reedych
gapan wrote:Since we're not ever going to provide packages for jdk or jdk8 due to licensing issues, you shouldn't have to add those. But if you're asking if that dep file is valid, yes it is.
Thanks!