-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two Lintian errors in generated Debian package
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# Package wp-cli to be installed in Debian-compatible systems. | ||
# Only the phar file is included. | ||
# | ||
# VERSION :0.2.5 | ||
# DATE :2023-07-22 | ||
# VERSION :0.2.6 | ||
# DATE :2023-10-31 | ||
# AUTHOR :Viktor Szépe <[email protected]> | ||
# LICENSE :The MIT License (MIT) | ||
# URL :https://github.com/wp-cli/wp-cli/tree/main/utils | ||
|
@@ -31,8 +31,8 @@ Architecture: all | |
Maintainer: Alain Schlesser <[email protected]> | ||
Section: php | ||
Priority: optional | ||
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 | ||
Homepage: http://wp-cli.org/ | ||
Depends: php-cli, php-mysqlnd, default-mysql-client | virtual-mysql-client | ||
Homepage: https://wp-cli.org/ | ||
Description: wp-cli is a set of command-line tools for managing | ||
WordPress installations. You can update plugins, set up multisite | ||
installations and much more, without using a web browser. | ||
|
@@ -116,4 +116,4 @@ lintian --display-info --display-experimental --pedantic --show-overrides php-wp | |
# optional steps | ||
echo "sign it: dpkg-sig -k SIGNING-KEY -s builder \"${WPCLI_PKG}\"" | ||
echo "include in your repo: pushd /var/www/REPO-DIR" | ||
echo " reprepro includedeb jessie \"${WPCLI_PKG}\" && popd" | ||
echo " reprepro includedeb bookworm \"${WPCLI_PKG}\" && popd" |