openhab / openhab-linuxpkg

Repo for Linux packages
Eclipse Public License 2.0
18 stars 33 forks source link

Debian packages lack dependency on java #147

Closed pascalbehmenburg closed 4 years ago

pascalbehmenburg commented 5 years ago

Debian packages are missing a required dependency on java. Following installation steps on a blank debian works but the service is unable to start since java is missing.

Adding "Depends: openjdk-8-jre" should solve that issue.

wborn commented 4 years ago

See also https://github.com/openhab/openhab-linuxpkg/issues/123. A Java check was added in #131.

BClark09 commented 4 years ago

I'll close this issue based off of the comments in #123, but please let us know if have anything to add :)