[PR #6818] [CLOSED] build: debian: packaging improvements #6184

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6818
Author: @ghost
Created: 7/11/2025
Status: Closed

Base: masterHead: debian


📝 Commits (3)

  • 23d7766 deb package fixes
  • 19a6108 debian: control from config.mk.in macros
  • 6b37a1a debian: recommends based on build features

📊 Changes

6 files changed (+96 additions, -5 deletions)

View changed files

📝 config.mk.in (+4 -0)
📝 configure (+33 -0)
📝 configure.ac (+31 -0)
📝 mkdeb.sh (+18 -1)
📝 platform/debian/control.amd64.in (+5 -2)
📝 platform/debian/control.i386.in (+5 -2)

📄 Description

fixes for the deb packages. Didn't test them, they should work.

Closes #6811.

the provides and conflicts will cause previous installed firejail-profiles to uninstall. So the package just installs
I copied the depends and recommends from the debian package. Maybe they are differences in the compile options.
in suggest, debian has python3, not python.

test that it actually installs.


🔄 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/6818 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/11/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `debian` --- ### 📝 Commits (3) - [`23d7766`](https://github.com/netblue30/firejail/commit/23d7766721bc45bb693993014efecf2f04d3f0b5) deb package fixes - [`19a6108`](https://github.com/netblue30/firejail/commit/19a6108f2b13f26acd1e64cece426884709fd3b3) debian: control from config.mk.in macros - [`6b37a1a`](https://github.com/netblue30/firejail/commit/6b37a1ac58c1a99d0546f40546cd8b5ba1bcd9bc) debian: recommends based on build features ### 📊 Changes **6 files changed** (+96 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `config.mk.in` (+4 -0) 📝 `configure` (+33 -0) 📝 `configure.ac` (+31 -0) 📝 `mkdeb.sh` (+18 -1) 📝 `platform/debian/control.amd64.in` (+5 -2) 📝 `platform/debian/control.i386.in` (+5 -2) </details> ### 📄 Description fixes for the deb packages. Didn't test them, they should work. Closes #6811. the provides and conflicts will cause previous installed firejail-profiles to uninstall. So the package just installs I copied the depends and recommends from the debian package. Maybe they are differences in the compile options. in suggest, debian has python3, not python. test that it actually installs. --- <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:52:18 -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#6184
No description provided.