aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar John Millikin <jmillikin@stripe.com>2017-11-20 04:26:27 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-20 04:28:24 -0800
commitc8be465869fbcfaa00b75d241c67279324976e0b (patch)
tree87e4e1a25c1ddc10f62d419c04111128981ac5ec /scripts
parent1ea72aa77af17b413538f66521193c3d1b7657ad (diff)
Allow Bazel's Debian package to install with headless JDK.
Fixes https://github.com/bazelbuild/bazel/issues/3761 Closes #4015. PiperOrigin-RevId: 176340908
Diffstat (limited to 'scripts')
-rw-r--r--scripts/packages/debian/control2
1 files changed, 1 insertions, 1 deletions
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