apt-ostree/debian/control
joe 4ef6d92f6f Fix debian/control syntax error - remove stray comma
- Remove stray comma on line 31 that was causing dpkg-buildpackage to fail
- Fixes 'Parse error in debian/control, line 31, read: ,' error
- Control file now has proper syntax for Debian package building
- Should resolve CI build failure at Debian package creation step
2025-08-13 22:37:41 -07:00

37 lines
No EOL
1.2 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)
Standards-Version: 4.6.2
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)
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.