vaticle / bazel-distribution

Bazel rules for assembling and deploying software distributions (see @vaticle for usage example)
https://bazel.build
Apache License 2.0
155 stars 53 forks source link

In `assemble_apt`, make dependency declarations optional #415

Closed alexjpwalker closed 2 weeks ago

alexjpwalker commented 2 weeks ago

What is the goal of this PR?

Dependency declarations in assemble_apt (depends) are now optional. This allows for the publishing of APT packages that have no dependencies.

What are the changes implemented in this PR?

vaticle-bot commented 2 weeks ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture