Skip to content

Provde DEB packages#2124

Closed
seladb wants to merge 5 commits into
seladb:devfrom
clementperon:master
Closed

Provde DEB packages#2124
seladb wants to merge 5 commits into
seladb:devfrom
clementperon:master

Conversation

@seladb

@seladb seladb commented May 4, 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 title Provde DEB package Provde DEB packages May 4, 2026
@seladb seladb mentioned this pull request May 4, 2026
@seladb seladb linked an issue May 4, 2026 that may be closed by this pull request
@codecov

codecov Bot commented May 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.66%. Comparing base (24207e1) to head (340e458).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2124      +/-   ##
==========================================
- Coverage   82.66%   82.66%   -0.01%     
==========================================
  Files         332      332              
  Lines       59707    59729      +22     
  Branches    12276    12342      +66     
==========================================
+ Hits        49355    49373      +18     
- Misses       8947     8949       +2     
- Partials     1405     1407       +2     
Flag Coverage Δ
23.11.6 7.28% <ø> (-0.06%) ⬇️
24.11.5 7.31% <ø> (-0.03%) ⬇️
25.11.1 7.33% <ø> (-0.01%) ⬇️
alpine320 76.76% <ø> (-0.04%) ⬇️
fedora42 76.34% <ø> (-0.06%) ⬇️
macos-14 82.19% <ø> (+<0.01%) ⬆️
macos-15 82.18% <ø> (+<0.01%) ⬆️
mingw32 71.00% <ø> (ø)
mingw64 ?
npcap ?
rhel94 76.16% <ø> (-0.04%) ⬇️
ubuntu2204 76.19% <ø> (-0.04%) ⬇️
ubuntu2204-icpx 59.25% <ø> (-0.03%) ⬇️
ubuntu2404 76.48% <ø> (-0.04%) ⬇️
ubuntu2404-arm64 76.45% <ø> (-0.06%) ⬇️
ubuntu2604 76.39% <ø> (-0.04%) ⬇️
unittest 82.66% <ø> (-0.01%) ⬇️
windows-2022 85.70% <ø> (+0.11%) ⬆️
windows-2025 85.73% <ø> (+0.11%) ⬆️
winpcap 85.73% <ø> (-0.09%) ⬇️
xdp 53.03% <ø> (-0.02%) ⬇️

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.

@clementperon

Copy link
Copy Markdown
Collaborator

@seladb maybe adding a CI test that install the .deb and build a project with it.
Remaining question is do we want to ship static libraries ? if yes it's a more complicated task i think

@seladb

seladb commented May 4, 2026

Copy link
Copy Markdown
Owner Author

@seladb maybe adding a CI test that install the .deb and build a project with it. Remaining question is do we want to ship static libraries ? if yes it's a more complicated task i think

@clementperon I'll add CI to install the .deb packages.
I don't know how to create a .deb with static libraries, let's start with what we have and go from there...

@clementperon

Copy link
Copy Markdown
Collaborator

@seladb maybe adding a CI test that install the .deb and build a project with it. Remaining question is do we want to ship static libraries ? if yes it's a more complicated task i think

@clementperon I'll add CI to install the .deb packages. I don't know how to create a .deb with static libraries, let's start with what we have and go from there...

From my experience people that whant to have static libraries, they will locally clone and build the source of PcapPP
So I would tend to say everything that is shipped is shared libraries or source code nothing else

@seladb

seladb commented May 5, 2026

Copy link
Copy Markdown
Owner Author

@clementperon I can't make updates to the PR, git says:

error: failed to push some refs to 'https://github.com/clementperon/PcapPlusPlus'
To https://github.com/clementperon/PcapPlusPlus
!	refs/heads/fork/clementperon/master:refs/heads/master	[remote rejected] (permission denied)

@seladb

seladb commented May 16, 2026

Copy link
Copy Markdown
Owner Author

@clementperon I can't make updates to the PR, git says:

error: failed to push some refs to 'https://github.com/clementperon/PcapPlusPlus'
To https://github.com/clementperon/PcapPlusPlus
!	refs/heads/fork/clementperon/master:refs/heads/master	[remote rejected] (permission denied)

@clementperon I'm not sure if you saw my previous message ☝️

@clementperon

Copy link
Copy Markdown
Collaborator

@clementperon I can't make updates to the PR, git says:

error: failed to push some refs to 'https://github.com/clementperon/PcapPlusPlus'
To https://github.com/clementperon/PcapPlusPlus
!	refs/heads/fork/clementperon/master:refs/heads/master	[remote rejected] (permission denied)

@clementperon I'm not sure if you saw my previous message ☝️

I have sent you an invite but maybe easier to checkout this branch on your repo and work from it. Not sure you will have complete access to CI, etc .

@Dimi1010

Copy link
Copy Markdown
Collaborator

+1 on checkout probably being the easier option.

@seladb

seladb commented May 17, 2026

Copy link
Copy Markdown
Owner Author

I just opened this PR: #2142
I'll close this one.

@seladb seladb closed this 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.

Provide DEB or RPM

3 participants