Merge pull request #191 from twm/bd-dep

Add bc dependency in Debian/Ubuntu package
This commit is contained in:
Dale Wijnand 2017-10-30 16:51:08 +00:00 committed by GitHub
commit 30a5038b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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