Skip to content

Commit

Permalink
Properly mark configuration files in the Debian package.
Browse files Browse the repository at this point in the history
Fixes #6020.

Closes #6022.

Change-Id: If924c752d0bbaa9a442dd6088c7589461fb18e28
PiperOrigin-RevId: 211069329
  • Loading branch information
katre authored and Copybara-Service committed Aug 31, 2018
1 parent 87eab46 commit 5044017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/packages/debian/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ pkg_deb(
name = "bazel-debian",
architecture = "amd64",
built_using = "bazel (HEAD)",
conffiles = [
"etc/bash_completion.d/bazel",
"etc/bazel.bazelrc",
],
data = ":debian-data",
depends = [
# Keep in sync with Depends section in ./control
Expand Down

0 comments on commit 5044017

Please sign in to comment.