mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-26 09:44:46 +01:00
Remove the redundant dh-modaliases package as a build requirement for deb packages. This allows to build packages for the Debian distro. Fixes: #249 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
14 lines
657 B
Plaintext
14 lines
657 B
Plaintext
Source: kata-ksm-throttler
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://katacontainers.io
|
|
Build-Depends: dh-make, git, ca-certificates, execstack, devscripts, debhelper, build-essential, dh-autoreconf, make, pkg-config, dh-systemd, systemd
|
|
|
|
Package: kata-ksm-throttler
|
|
Architecture: @deb_arch@
|
|
Description:
|
|
This project implements a Kernel Same-page Merging throttling daemon.
|
|
Its goal is to regulate KSM by dynamically modifying the KSM sysfs entries, in order to minimize memory duplication as fast as possible while keeping the KSM daemon load low.
|