From c8be465869fbcfaa00b75d241c67279324976e0b Mon Sep 17 00:00:00 2001 From: John Millikin Date: Mon, 20 Nov 2017 04:26:27 -0800 Subject: Allow Bazel's Debian package to install with headless JDK. Fixes https://github.com/bazelbuild/bazel/issues/3761 Closes #4015. PiperOrigin-RevId: 176340908 --- scripts/packages/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/packages/debian/control b/scripts/packages/debian/control index 443240e5ca..fe428fce2e 100644 --- a/scripts/packages/debian/control +++ b/scripts/packages/debian/control @@ -9,7 +9,7 @@ Package: bazel Section: contrib/devel Priority: optional Architecture: amd64 -Depends: google-jdk | java8-jdk | java8-sdk | oracle-java8-installer, g++, zlib1g-dev, bash-completion +Depends: google-jdk | java8-sdk-headless | java8-jdk | java8-sdk | oracle-java8-installer, g++, zlib1g-dev, bash-completion Description: Bazel is a tool that automates software builds and tests. Supported build tasks include running compilers and linkers to produce executable programs and libraries, and assembling deployable packages -- cgit v1.2.3