aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/debian/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages/debian/BUILD')
-rw-r--r--scripts/packages/debian/BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/packages/debian/BUILD b/scripts/packages/debian/BUILD
index 3180079241..f82f37789b 100644
--- a/scripts/packages/debian/BUILD
+++ b/scripts/packages/debian/BUILD
@@ -98,12 +98,11 @@ filegroup(
genrule(
name = "generate-changelog-file",
srcs = [
- "convert_changelog.py",
- "//:changelog-file",
+ "generate_changelog.py",
"//:bazel-srcs", # Force a rebuild on source change
],
outs = ["changelog"],
- cmd = "python $(location convert_changelog.py) bazel-out/volatile-status.txt $(location //:changelog-file) $(location changelog)",
+ cmd = "python $(location generate_changelog.py) bazel-out/volatile-status.txt $(location changelog)",
stamp = 1,
)