[PR #7141] [MERGED] build: deb: add conflict with firejail-profiles #6335

Closed
opened 2026-05-05 10:55:00 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/7141
Author: @kmk3
Created: 4/18/2026
Status: Merged
Merged: 4/25/2026
Merged by: @kmk3

Base: masterHead: build-debian-add-conflicts


📝 Commits (1)

  • cb465c6 build: deb: add conflict with firejail-profiles

📊 Changes

2 files changed (+2 additions, -0 deletions)

View changed files

📝 platform/debian/control.amd64 (+1 -0)
📝 platform/debian/control.i386 (+1 -0)

📄 Description

Debian has a separate "firejail-profiles" package for the profiles
(besides the main "firejail" package), which conflicts with our package
when trying to install it[1]:

$ sudo dpkg -i firejail_0.9.80_1_amd64.deb

FAIL: (Reading database ... 238526 files and directories currently installed.)
Preparing to unpack ./firejail_0.9.80_1_amd64.deb ...
Unpacking firejail (0.9.80-1) over (0.9.74-1~0ubuntu22.04.0) ...
dpkg: error processing archive ./firejail_0.9.80_1_amd64.deb (--install):
 trying to overwrite '/etc/firejail/0ad.profile', which is also in package firejail-
 	profiles 0.9.74-1~0ubuntu22.04.0
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 ./firejail_0.9.80_1_amd64.deb

So add a Conflicts: line for "firejail-profiles".

Relates to #7110.

[1] https://github.com/netblue30/firejail/issues/7072#issuecomment-4273240052

Reported-by: @ginto37


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/7141 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/18/2026 **Status:** ✅ Merged **Merged:** 4/25/2026 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-debian-add-conflicts` --- ### 📝 Commits (1) - [`cb465c6`](https://github.com/netblue30/firejail/commit/cb465c69a4863e27beed5aba0b2972c717ceabd0) build: deb: add conflict with firejail-profiles ### 📊 Changes **2 files changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `platform/debian/control.amd64` (+1 -0) 📝 `platform/debian/control.i386` (+1 -0) </details> ### 📄 Description Debian has a separate "firejail-profiles" package for the profiles (besides the main "firejail" package), which conflicts with our package when trying to install it[1]: $ sudo dpkg -i firejail_0.9.80_1_amd64.deb FAIL: (Reading database ... 238526 files and directories currently installed.) Preparing to unpack ./firejail_0.9.80_1_amd64.deb ... Unpacking firejail (0.9.80-1) over (0.9.74-1~0ubuntu22.04.0) ... dpkg: error processing archive ./firejail_0.9.80_1_amd64.deb (--install): trying to overwrite '/etc/firejail/0ad.profile', which is also in package firejail- profiles 0.9.74-1~0ubuntu22.04.0 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: ./firejail_0.9.80_1_amd64.deb So add a `Conflicts:` line for "firejail-profiles". Relates to #7110. [1] https://github.com/netblue30/firejail/issues/7072#issuecomment-4273240052 Reported-by: @ginto37 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:55:00 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6335
No description provided.