Skip to content

Provide DEB packages#2142

Draft
seladb wants to merge 6 commits into
devfrom
deb-packages
Draft

Provide DEB packages#2142
seladb wants to merge 6 commits into
devfrom
deb-packages

Conversation

@seladb

@seladb seladb commented May 17, 2026

Copy link
Copy Markdown
Owner

Related issue: #1498

This PR provides 3 DEV packages:

  • Runtime - that includes only the shared libraries
  • Developer - that includes static files, headers, cmake, pkg-config
  • Examples - that includes the executable binaries of the examples

@seladb seladb changed the base branch from master to dev May 17, 2026 07:14
@seladb seladb mentioned this pull request May 17, 2026
@codecov

codecov Bot commented May 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.65%. Comparing base (27f3418) to head (2ccb46d).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2142      +/-   ##
==========================================
- Coverage   82.66%   82.65%   -0.01%     
==========================================
  Files         332      332              
  Lines       59736    59736              
  Branches    12588    12589       +1     
==========================================
- Hits        49379    49374       -5     
- Misses       8953     8956       +3     
- Partials     1404     1406       +2     
Flag Coverage Δ
23.11.6 7.32% <ø> (-0.02%) ⬇️
24.11.5 7.28% <ø> (-0.04%) ⬇️
25.11.1 7.32% <ø> (+0.01%) ⬆️
alpine320 76.76% <ø> (ø)
fedora42 76.34% <ø> (-0.03%) ⬇️
macos-14 82.19% <ø> (ø)
macos-15 82.18% <ø> (ø)
mingw32 71.00% <ø> (+0.01%) ⬆️
mingw64 70.87% <ø> (-0.02%) ⬇️
npcap 85.59% <ø> (ø)
rhel94 76.16% <ø> (ø)
ubuntu2204 76.17% <ø> (ø)
ubuntu2204-icpx 59.27% <ø> (+0.03%) ⬆️
ubuntu2404 76.48% <ø> (+<0.01%) ⬆️
ubuntu2404-arm64 76.46% <ø> (+<0.01%) ⬆️
ubuntu2604 76.40% <ø> (+0.02%) ⬆️
unittest 82.65% <ø> (-0.01%) ⬇️
windows-2022 85.59% <ø> (+<0.01%) ⬆️
windows-2025 85.61% <ø> (ø)
winpcap 85.82% <ø> (ø)
xdp 53.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread CMakeLists.txt
set(CPACK_COMPONENT_RUNTIME_DESCRIPTION "Shared libraries and runtime files required to run PcapPlusPlus-based applications.")
set(CPACK_COMPONENT_DEVEL_DESCRIPTION "Header files, CMake configuration, and other resources needed for developing with PcapPlusPlus.")
set(CPACK_COMPONENT_EXAMPLES_DESCRIPTION "A collection of example applications demonstrating how to use PcapPlusPlus features and APIs.")
set(CPACK_COMPONENT_STATIC_DESCRIPTION "Static library files for linking PcapPlusPlus directly into your applications.")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@seladb there is no COMPONENT static

@clementperon clementperon changed the title Provde DEB packages Provide DEB packages May 17, 2026
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.

2 participants