apt-ostree/debian/apt-ostreed/DEBIAN/control
robojerk 306a68b89a fix: Resolve compilation errors in parallel and cache modules
- Fix parallel execution logic to properly handle JoinHandle<Result<R, E>> types
- Use join_all instead of try_join_all for proper Result handling
- Fix double question mark (??) issue in parallel execution methods
- Clean up unused imports in parallel and cache modules
- Ensure all performance optimization modules compile successfully
- Fix CI build failures caused by compilation errors
2025-08-16 15:10:00 -07:00

19 lines
720 B
Text

Package: apt-ostreed
Source: apt-ostree
Version: 0.1.0-2
Architecture: amd64
Maintainer: Robojerk <robojerk@example.com>
Installed-Size: 3057
Depends: libc6 (>= 2.39), libgcc-s1 (>= 4.2), libostree-1-1 (>= 2025.2), ostree, systemd, libapt-pkg7.0 (>= 3.0.0), polkitd, dbus
Section: admin
Priority: optional
Homepage: https://github.com/robojerk/apt-ostree
Description: apt-ostree system management daemon
apt-ostreed is the system daemon for apt-ostree that provides
DBus interface for system management operations.
.
This package contains the daemon service and related system
integration files.
.
The daemon runs with elevated privileges and provides secure
access to system management functions through D-Bus.