From eb69920e8138b8a9b9ea0dd5df976b66f2585b98 Mon Sep 17 00:00:00 2001 From: Tom Most Date: Fri, 27 Oct 2017 19:49:11 -0700 Subject: [PATCH] Add bc dependency in Debian/Ubuntu package --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0e109a4a..a077de6d0 100644 --- a/build.sbt +++ b/build.sbt @@ -91,7 +91,7 @@ val root = (project in file(".")). }, // Used to have "openjdk-8-jdk" but that doesn't work on Ubuntu 14.04 https://github.com/sbt/sbt/issues/3105 // before that we had java6-runtime-headless" and that was pulling in JDK9 on Ubuntu 16.04 https://github.com/sbt/sbt/issues/2931 - debianPackageDependencies in Debian ++= Seq("bash (>= 3.2)"), + debianPackageDependencies in Debian ++= Seq("bash (>= 3.2)", "bc"), debianPackageRecommends in Debian += "git", linuxPackageMappings in Debian += { val bd = sourceDirectory.value