From f6420e59036886281f51c736728d6c5f458bde43 Mon Sep 17 00:00:00 2001 From: robojerk Date: Mon, 1 Sep 2025 18:23:50 -0700 Subject: [PATCH] feat: add missing dependencies bootc and skopeo to Debian package - Add bootc dependency for container-based OS management - Add skopeo dependency for container image management - Align dependencies with rpm-ostree requirements - Package now includes all required components for atomic system deployment - Resolves dependency gap identified in packaging issue analysis --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9d529bda..1620ba1a 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,9 @@ Depends: ${shlibs:Depends}, systemd, libapt-pkg7.0 (>= 3.0.0), polkitd, - dbus + dbus, + bootc, + skopeo Recommends: bubblewrap, binutils Suggests: bash-completion, zsh-common Breaks: apt-ostree (<< 0.1.0-2)