Some checks failed
Build Packages / Build libostree Backport (push) Failing after 0s
Build Packages / Build bootc Package (push) Has been skipped
Test Build / Test bootc Build (with existing libostree) (push) Failing after 0s
Build Packages / Create Release (push) Has been skipped
Build Packages / Create Artifacts for README Update (push) Has been skipped
69 lines
No EOL
2.3 KiB
Text
69 lines
No EOL
2.3 KiB
Text
Source: bootc
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Bootc Debian Packaging <packaging@example.com>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-cargo,
|
|
cargo,
|
|
rustc,
|
|
pkg-config,
|
|
libostree-dev (>= 2025.2),
|
|
libglib2.0-dev,
|
|
libgpgme-dev,
|
|
libssl-dev,
|
|
libcurl4-gnutls-dev,
|
|
libarchive-dev,
|
|
libfuse3-dev,
|
|
libsystemd-dev,
|
|
libmount-dev,
|
|
libselinux1-dev,
|
|
libavahi-client-dev,
|
|
libavahi-glib-dev,
|
|
libsoup-3.0-dev,
|
|
gobject-introspection,
|
|
gtk-doc-tools,
|
|
docbook-xml,
|
|
docbook-xsl,
|
|
xsltproc,
|
|
gjs,
|
|
libglib2.0-doc
|
|
Standards-Version: 4.7.2
|
|
Homepage: https://github.com/containers/bootc
|
|
Vcs-Git: https://github.com/containers/bootc.git
|
|
Vcs-Browser: https://github.com/containers/bootc
|
|
|
|
Package: bootc
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
libostree-1-1 (>= 2025.2),
|
|
systemd,
|
|
podman | docker.io,
|
|
skopeo
|
|
Recommends: ostree,
|
|
ostree-boot
|
|
Description: Bootable container image deployment tool
|
|
Bootc is a tool for deploying and transactionally updating systems
|
|
using bootable container images. It uses ostree-containers as a backend
|
|
to support a model of bootable container images that can be updated
|
|
in-place without requiring a full reinstall.
|
|
.
|
|
Once installed, whether directly via `bootc install` (executed as part
|
|
of a container) or via another mechanism such as an OS installer tool,
|
|
further updates can be pulled and applied using `bootc upgrade`.
|
|
.
|
|
This package provides the bootc command-line tool and related utilities
|
|
for managing bootable container deployments.
|
|
|
|
Package: bootc-dev
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
bootc (= ${binary:Version})
|
|
Description: Development files for bootc
|
|
This package contains development files for bootc, including
|
|
headers and libraries needed to build applications that use
|
|
bootc functionality.
|
|
.
|
|
This package is primarily intended for developers who want to
|
|
integrate bootc functionality into their applications. |