UBUNTU: [Packaging] use xz compression for ddebs
ddebs are huge in size, and rarely used. Keep them xz compressed. Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
a8229e6b33
commit
cd4edfcfde
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user