Skip to content

Commit

Permalink
#867 Fix deb package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Feb 7, 2019
1 parent 4880439 commit ffe1c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian.sbt
Expand Up @@ -10,7 +10,7 @@ version in Debian := {
}
}
debianPackageRecommends := Seq("elasticsearch")
debianPackageDependencies += "java-runtime (>= 8) | java-runtime-headless (>= 8)"
debianPackageDependencies += "java8-runtime-headless"
maintainerScripts in Debian := maintainerScriptsFromDirectory(
baseDirectory.value / "package" / "debian",
Seq(DebianConstants.Postinst, DebianConstants.Prerm, DebianConstants.Postrm)
Expand Down

0 comments on commit ffe1c34

Please sign in to comment.