From d209644d6d78ae19cef0a29f320e9fbaf726b825 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 7 Feb 2022 14:20:59 +0000 Subject: [PATCH] UBUNTU: [Packaging] do not use compression for image packages linux-image-ABI packages contain compressed content only (vmlinuz, changelog) and thus the deb does not benefit at all from being recompressed again. Only copyring file is compressed. We can actually avoid shipping /doc/ at all, by symlinking it to the modules package provided /doc/. Signed-off-by: Dimitri John Ledkov Signed-off-by: Paolo Pisati --- debian/rules.d/2-binary-arch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 70d1458c52cf7..5f90c35b6f253 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -605,7 +605,7 @@ binary-%: checks-% dh_testdir dh_testroot - $(call dh_all,$(pkgimg)) + $(call dh_all,$(pkgimg)) -- -Znone $(call dh_all,$(pkgimg_mods)) ifeq ($(do_extras_package),true)