From: Thomas Lamprecht Date: Thu, 14 Nov 2019 14:17:44 +0000 (+0100) Subject: d/control: record lz4 build dependency X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=8028e2a26b198a13b20110756672f301a3423036 d/control: record lz4 build dependency Since Ubuntu Eoan the kernel compression was changed from GZIP to LZ4, due to slightly faster load times vs. a 25% size increase trade-off (e.g. 5.0 had ~ 8, this one has ~ 12 MB; *but* the initrd stays roughly the same size, and that one is 5 times bigger anyway) If we want to keep that is in the stars, but for now correctly document the build-dependency to LZ4. Signed-off-by: Thomas Lamprecht --- diff --git a/debian/control.in b/debian/control.in index 81a33a1..9b807c1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -23,6 +23,7 @@ Build-Depends: asciidoc-base, libssl-dev, libtool, lintian, + lz4, perl-modules, python-minimal, rsync,