summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}