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

issue/feature request - compression method (-Zxz) #25

Closed
nerdCopter opened this issue Aug 31, 2022 · 0 comments · Fixed by #27
Closed

issue/feature request - compression method (-Zxz) #25

nerdCopter opened this issue Aug 31, 2022 · 0 comments · Fixed by #27

Comments

@nerdCopter
Copy link

dpkg-deb in Ubuntu at others create .deb files with ZST compression; However, Debian 11 stable does not support ZST but rather typically expects XZ compression.

Please add a feature/parameter that allows users to set the compression method. Maybe default can be zst since all other OSes seem to be okay with it.

e.g.

  .pipe(deb({
    package: 'demo',
    version: '0.1-2',
    section: 'base',
    priority: 'optional',
    compression: 'xz',
    [...]
@nerdCopter nerdCopter changed the title issue/feature request issue/feature request - compression method (-Zxz) Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant