Sury has a crazy new amount of php-* packages that depend on specific versions of php, we shall ban them or it creates a frakin mess

This commit is contained in:
Alexandre Aubin 2022-01-07 00:54:57 +01:00
parent 2b3138ef80
commit 607fad2105

View file

@ -7,7 +7,7 @@ do_pre_regen() {
mkdir --parents "${pending_dir}/etc/apt/preferences.d"
packages_to_refuse_from_sury="php php-fpm php-mysql php-xml php-zip php-mbstring php-ldap php-gd php-curl php-bz2 php-json php-sqlite3 php-intl openssl libssl1.1 libssl-dev"
packages_to_refuse_from_sury="php php-* openssl libssl1.1 libssl-dev"
for package in $packages_to_refuse_from_sury; do
echo "
Package: $package