bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
216 stars 174 forks source link

Add changelog attribute to pkg_deb rule #696

Closed k0walik closed 1 year ago

k0walik commented 1 year ago

I noticed the pkg_deb rule does not provide changelog input attribute, while pkg_rpm does. Is it intended behavior? My use case assumes creating DEB and RPM packages, where the changelog is automatically generated and forwarded to package generation rules.

While looking at the rule implementation it seems to be trivial task.

aiuto commented 1 year ago

Not intended. It's just that no one ever bothered to add it.