Skip to content

Commit

Permalink
Explicitly request xz compression (#1249)
Browse files Browse the repository at this point in the history
* Explicitly request xz compression

Fixes #1248

* Do not insert a space between single-letter option and option value
  • Loading branch information
dandavison authored Dec 3, 2022
1 parent b4ae4c4 commit 956b2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Description: Syntax highlighter for git
detection, and restructured diff output for git on the command line.
EOF

fakeroot dpkg-deb --build "$tempdir" "${dpkgname}_${version}_${architecture}.deb"
fakeroot dpkg-deb -Zxz --build "$tempdir" "${dpkgname}_${version}_${architecture}.deb"
}


Expand Down

0 comments on commit 956b2f4

Please sign in to comment.