Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 6m22s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- 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
55 lines
No EOL
1.7 KiB
Text
55 lines
No EOL
1.7 KiB
Text
Source: apt-ostree
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Robojerk <robojerk@example.com>
|
|
Build-Depends: debhelper (>= 13),
|
|
dh-cargo,
|
|
cargo,
|
|
rustc,
|
|
pkg-config,
|
|
libostree-dev (>= 2025.2),
|
|
libglib2.0-dev,
|
|
libcurl4-gnutls-dev,
|
|
libssl-dev,
|
|
libsystemd-dev,
|
|
libmount-dev,
|
|
libselinux1-dev,
|
|
libapt-pkg-dev (>= 3.0.0),
|
|
libpolkit-gobject-1-dev,
|
|
libdbus-1-dev
|
|
Standards-Version: 4.6.2
|
|
Testsuite: autopkgtest-pkg-rust
|
|
Homepage: https://github.com/robojerk/apt-ostree
|
|
Vcs-Git: https://github.com/robojerk/apt-ostree.git
|
|
Vcs-Browser: https://github.com/robojerk/apt-ostree
|
|
|
|
Package: apt-ostree
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
libostree-1-1 (>= 2025.2),
|
|
ostree,
|
|
systemd,
|
|
libapt-pkg7.0 (>= 3.0.0),
|
|
polkitd,
|
|
dbus,
|
|
bootc,
|
|
skopeo
|
|
Recommends: bubblewrap, binutils
|
|
Suggests: bash-completion, zsh-common
|
|
Breaks: apt-ostree (<< 0.1.0-2)
|
|
Replaces: apt-ostree (<< 0.1.0-2)
|
|
Description: Debian/Ubuntu equivalent of rpm-ostree
|
|
apt-ostree is a tool for managing atomic, immutable deployments
|
|
on Debian and Ubuntu systems using OSTree as the backend.
|
|
.
|
|
It provides functionality similar to rpm-ostree but adapted for
|
|
APT package management, enabling atomic updates and rollbacks
|
|
on Debian-based systems.
|
|
.
|
|
This package contains both the command-line interface and the
|
|
system daemon (apt-ostreed) that provides DBus interface for
|
|
system management operations.
|
|
.
|
|
The daemon runs with elevated privileges and provides secure
|
|
access to system management functions through D-Bus. |