Github user rvs commented on a diff in the pull request:
https://github.com/apache/bigtop/pull/132#discussion_r70702252
--- Diff: bigtop-packages/src/deb/flink/control ---
@@ -27,3 +27,13 @@ Depends: bigtop-utils (>= 0.7), adduser
Description: Flinkâs core is a streaming dataflow engine that provides
data
distribution, communication, and fault tolerance for
distributed
computations over data streams.
+
+Package: flink-jobmanager
+Architecture: all
+Depends: flink
--- End diff --
you need
Depends: flink (= ${source:Version})
here instead to make sure that there's 1-1 correspondence version-wise
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---