summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-12-03 12:17:47 -0800
committerGitHub <noreply@github.com>2022-12-03 15:17:47 -0500
commit956b2f41151915c1cfb01b11676421749ea20edb (patch)
tree098d81321a3dd02f0d9c33b575edfd7703bd93b7
parentb4ae4c47fbd82fbdcb04271daa7c34b801814fe6 (diff)
Explicitly request xz compression (#1249)
* Explicitly request xz compression Fixes #1248 * Do not insert a space between single-letter option and option value
-rwxr-xr-xetc/ci/before_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/before_deploy.sh b/etc/ci/before_deploy.sh
index 8945f39f..b80b3397 100755
--- a/etc/ci/before_deploy.sh
+++ b/etc/ci/before_deploy.sh
@@ -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"
}