Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tailor_distro/debian_templates/rules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ override_dh_installdeb:
find . -type f -exec grep -I -q . {} \; -print0 | xargs -0 sed -ri "s|($(CURDIR)/)?debian/tmp/opt|/opt|g" && \
find . -name '*.pyc' -delete && \
dh_installdeb

override_dh_builddeb:
dh_builddeb $@ -- --compress-program=pixz -z3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does dh_builddeb natively have or know about pixz. Put another way does pixz need to be installed on the packaging host?