Skip to content

Commit 1751452

Browse files
committed
Fix two Lintian errors in generated Debian package
1 parent 4142af1 commit 1751452

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/wp-cli-updatedeb.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Package wp-cli to be installed in Debian-compatible systems.
44
# Only the phar file is included.
55
#
6-
# VERSION :0.2.5
7-
# DATE :2023-07-22
6+
# VERSION :0.2.6
7+
# DATE :2023-10-31
88
# AUTHOR :Viktor Szépe <[email protected]>
99
# LICENSE :The MIT License (MIT)
1010
# URL :https://github.com/wp-cli/wp-cli/tree/main/utils
@@ -31,8 +31,8 @@ Architecture: all
3131
Maintainer: Alain Schlesser <[email protected]>
3232
Section: php
3333
Priority: optional
34-
Depends: php5-cli (>= 5.6) | php-cli | php7-cli, php5-mysql | php5-mysqlnd | php7.0-mysql | php7.1-mysql | php7.2-mysql | php7.3-mysql | php7.4-mysql | php8.0-mysql | php8.1-mysql | php8.2-mysql | php-mysql, mysql-client | mariadb-client
35-
Homepage: http://wp-cli.org/
34+
Depends: php-cli, php-mysqlnd, default-mysql-client | virtual-mysql-client
35+
Homepage: https://wp-cli.org/
3636
Description: wp-cli is a set of command-line tools for managing
3737
WordPress installations. You can update plugins, set up multisite
3838
installations and much more, without using a web browser.
@@ -116,4 +116,4 @@ lintian --display-info --display-experimental --pedantic --show-overrides php-wp
116116
# optional steps
117117
echo "sign it: dpkg-sig -k SIGNING-KEY -s builder \"${WPCLI_PKG}\""
118118
echo "include in your repo: pushd /var/www/REPO-DIR"
119-
echo " reprepro includedeb jessie \"${WPCLI_PKG}\" && popd"
119+
echo " reprepro includedeb bookworm \"${WPCLI_PKG}\" && popd"

0 commit comments

Comments
 (0)