Skip to content

Commit

Permalink
Drop regex_pcre on Debian Trixie.
Browse files Browse the repository at this point in the history
Debian have removed the dependency and the module is deprecated in
v3 in favour of regex_pcre2 anyway.
  • Loading branch information
SadieCat committed Sep 6, 2024
1 parent 76991e1 commit 0772be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deb/platforms/debian-13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ declare -Ax MODULE_BUILD_DEPS=(
["ldap"]="libldap2-dev"
["mysql"]="default-libmysqlclient-dev"
["pgsql"]="libpq-dev"
["regex_pcre"]="libpcre3-dev"
["regex_pcre2"]="libpcre2-dev"
["regex_posix"]=""
["regex_re2"]="libre2-dev pkg-config"
Expand All @@ -34,7 +33,6 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["ldap"]=""
["mysql"]=""
["pgsql"]=""
["regex_pcre"]=""
["regex_pcre2"]=""
["regex_posix"]=""
["regex_re2"]=""
Expand All @@ -47,6 +45,8 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["sslrehashsignal"]=""
)

declare -Ax MODULE_ERRORS=()
declare -Ax MODULE_ERRORS=(
["regex_pcre"]="PCRE1 is not packaged by Debian Trixie"
)

declare -Ax MODULE_WARNINGS=()

0 comments on commit 0772be2

Please sign in to comment.