Skip to content

Add Debian packaging #685

Open
Daniel-Fundarek wants to merge 5 commits into
zeromq:masterfrom
Daniel-Fundarek:master
Open

Add Debian packaging #685
Daniel-Fundarek wants to merge 5 commits into
zeromq:masterfrom
Daniel-Fundarek:master

Conversation

@Daniel-Fundarek
Copy link
Copy Markdown

This pull request adds Debian package generation via CPack. The generated package declares libzmq3-dev as a dependency, so developers only need to install the cppzmq package to obtain full cppzmq development support.

Copilot AI review requested due to automatic review settings May 12, 2026 06:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces Debian package generation for cppzmq via CPack and updates the build documentation to describe an apt-based installation flow.

Changes:

  • Add CPack configuration in CMakeLists.txt to generate a DEB and declare a libzmq3-dev dependency.
  • Update README.md build steps to describe building and installing the generated Debian package.
  • Change the default for CPPZMQ_BUILD_TESTS from ON to OFF.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
README.md Adds Debian/apt-based build + install steps for the new CPack DEB output.
CMakeLists.txt Adds DEB packaging configuration via CPack and changes the default test-build option.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread CMakeLists.txt Outdated
Comment thread CMakeLists.txt
Comment thread CMakeLists.txt Outdated
Comment thread CMakeLists.txt
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@gummif
Copy link
Copy Markdown
Member

gummif commented May 12, 2026

This is quite specific to debian based systems with libzmq3-dev as system dependency. Not sure this is the right place for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants