We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6112c commit 8094b10Copy full SHA for 8094b10
utils/wp-cli-updatedeb.sh
@@ -108,7 +108,7 @@ popd
108
109
# build package in the current diretory
110
WPCLI_PKG="${PWD}/php-wpcli_${WPCLI_VER}_all.deb"
111
-fakeroot dpkg-deb --build "$DIR" "$WPCLI_PKG" || die 8 "Packaging failed"
+fakeroot dpkg-deb -Zxz --build "$DIR" "$WPCLI_PKG" || die 8 "Packaging failed"
112
113
# check package - not critical
114
lintian --display-info --display-experimental --pedantic --show-overrides php-wpcli_*_all.deb || true
0 commit comments