Files
scoutfs/debian/control
2026-03-27 17:03:52 -05:00

48 lines
1.6 KiB
Plaintext

Source: scoutfs
Section: kernel
Priority: optional
Maintainer: Versity Software <support@versity.com>
Build-Depends: debhelper (>= 12),
dkms,
libuuid-dev,
libssl-dev,
libblkid-dev,
git
Standards-Version: 4.6.0
Homepage: http://scoutfs.org/
Package: scoutfs-dkms
Architecture: amd64
Depends: dkms,
linux-headers-generic | linux-headers-amd64,
build-essential,
${misc:Depends}
Recommends: scoutfs-utils
Description: ScoutFS kernel module (DKMS)
ScoutFS is a clustered in-kernel Linux filesystem designed for
archival-class storage systems. This package provides the kernel
module source and DKMS configuration to automatically build the
module against your running kernel.
.
The module will be rebuilt automatically when new kernels are
installed. If a kernel is incompatible, the build is skipped
gracefully without blocking kernel updates.
Package: scoutfs-utils
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: scoutfs-dkms
Description: ScoutFS user space utilities
ScoutFS is a clustered in-kernel Linux filesystem designed for
archival-class storage systems. This package provides the scoutfs
command-line utility for filesystem management, diagnostics, and
repair, as well as the scoutfs-fenced daemon.
Package: scoutfs-dev
Architecture: amd64
Depends: ${misc:Depends}
Description: ScoutFS development headers
Development headers for the ScoutFS ioctl and on-disk format
interfaces. Install this package to build software that
interacts with ScoutFS filesystems.