aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages')
-rw-r--r--scripts/packages/debian/BUILD3
-rw-r--r--scripts/packages/debian/control1
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/packages/debian/BUILD b/scripts/packages/debian/BUILD
index 6048692034..4328f5a8d6 100644
--- a/scripts/packages/debian/BUILD
+++ b/scripts/packages/debian/BUILD
@@ -70,9 +70,6 @@ pkg_deb(
name = "bazel-debian",
architecture = "amd64",
built_using = "bazel (HEAD)",
- conflicts = [
- "openjdk-9-jdk",
- ],
data = ":debian-data",
depends = select({
"//tools/jdk:jdk7": [
diff --git a/scripts/packages/debian/control b/scripts/packages/debian/control
index 3253c5d22d..443240e5ca 100644
--- a/scripts/packages/debian/control
+++ b/scripts/packages/debian/control
@@ -10,7 +10,6 @@ Section: contrib/devel
Priority: optional
Architecture: amd64
Depends: google-jdk | java8-jdk | java8-sdk | oracle-java8-installer, g++, zlib1g-dev, bash-completion
-Conflicts: openjdk-9-jdk
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