Skip to content

Commit

Permalink
UBUNTU: [Packaging] use xz compression for ddebs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dimitri John Ledkov authored and Andrea Righi committed Jun 26, 2023
1 parent d209644 commit ec02582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules.d/2-binary-arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec02582

Please sign in to comment.