Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an explicit dependency on cppzmq-dev #512

Merged
merged 3 commits into from
Aug 5, 2024
Merged

Commits on Aug 2, 2024

  1. Add an explicit dependency on cppzmq-dev

    In Jammy, the zmq C++ headers were included in libzmq-dev. However, in
    Noble, the headers are now in a separate package, `cppzmq-dev`,
    and that package is recommended by libzmq-dev. This shouldn't affect
    most users, but anywhere these dependencies are installed with
    `--no-install-recommends` will now break because it won't have
    cppzmq-dev installed. This patch just adds an explicit dependency to
    avoid the problem.
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3d5f9ff View commit details
    Browse the repository at this point in the history
  2. Move cppzmq into packages-noble.apt

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0135bfb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    fef1d99 View commit details
    Browse the repository at this point in the history