aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/debian/control
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2018-07-09 05:49:09 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-09 05:50:18 -0700
commit28fcf285f8b7a2af707c95ac2aee677d9e3a9520 (patch)
treee5377ab629ea5326180e29ff640d057ee21f7436 /scripts/packages/debian/control
parente315479b59d5d31a7157e6764ae0f915b098f224 (diff)
debian package: declare dependency on unzip
Fixes #5529 Change-Id: Ie3d45c4882355bd2f8b02c5afa1ad0248f28d505 PiperOrigin-RevId: 203751587
Diffstat (limited to 'scripts/packages/debian/control')
-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 8cc657d48d..f3b2449f6c 100644
--- a/scripts/packages/debian/control
+++ b/scripts/packages/debian/control
@@ -10,7 +10,7 @@ Section: contrib/devel
Priority: optional
Architecture: amd64
# Keep in sync with :bazel-debian in ./BUILD
-Depends: google-jdk | java8-sdk-headless | 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, unzip
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