Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pixz for package compression #89

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Use pixz for package compression #89

wants to merge 1 commit into from

Conversation

paulbovbel
Copy link
Member

WIP, need to distribute patched dpkg

@@ -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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants