mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 04:02:24 +08:00
Always create xz-compressed Debian packages
This commit is contained in:
parent
4b6112c789
commit
8094b100cc
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ popd
|
|||
|
||||
# build package in the current diretory
|
||||
WPCLI_PKG="${PWD}/php-wpcli_${WPCLI_VER}_all.deb"
|
||||
fakeroot dpkg-deb --build "$DIR" "$WPCLI_PKG" || die 8 "Packaging failed"
|
||||
fakeroot dpkg-deb -Zxz --build "$DIR" "$WPCLI_PKG" || die 8 "Packaging failed"
|
||||
|
||||
# check package - not critical
|
||||
lintian --display-info --display-experimental --pedantic --show-overrides php-wpcli_*_all.deb || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue