[J][UNSTABLE][PATCH 3/3] UBUNTU: [Packaging] use xz compression for ddebs
Dimitri John Ledkov
dimitri.ledkov at canonical.com
Mon Feb 7 14:21:00 UTC 2022
ddebs are huge in size, and rarely used. Keep them xz compressed.
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
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 5f90c35b6f..c4906036ce 100644
--- a/debian/rules.d/2-binary-arch.mk
+++ b/debian/rules.d/2-binary-arch.mk
@@ -634,7 +634,7 @@ ifneq ($(skipsub),true)
endif
ifneq ($(skipdbg),true)
- $(call dh_all,$(dbgpkg))
+ $(call dh_all,$(dbgpkg)) -- -Zxz
# Hokay...here's where we do a little twiddling...
# Renaming the debug package prevents it from getting into
--
2.32.0
More information about the kernel-team
mailing list