Skip to content
Snippets Groups Projects
Commit fbe3eb00 authored by Ondrej Sury's avatar Ondrej Sury
Browse files

Remove dependency on pcre3 and add libpcre2-dev to phpX.Y-dev

parent d607884d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ Build-Depends: apache2-dev (>= 2.4),
libonig-dev,
libpam0g-dev,
libpcre2-dev (>= 10.30),
libpcre3-dev (>= 2:8.35),
libpng-dev,
libpq-dev,
libpspell-dev,
......@@ -85,7 +84,6 @@ Package: libapache2-mod-php@PHP_VERSION@
Section: httpd
Architecture: any
Depends: libmagic1,
libpcre3 (>= 2:8.35),
mime-support,
php@PHP_VERSION@-cli,
php@PHP_VERSION@-common (= ${binary:Version}),
......@@ -113,7 +111,6 @@ Description: server-side, HTML-embedded scripting language (Apache 2 module)
Package: libphp@PHP_VERSION@-embed
Architecture: any
Depends: libmagic1,
libpcre3 (>= 2:8.35),
mime-support,
php@PHP_VERSION@-cli,
php@PHP_VERSION@-common (= ${binary:Version}),
......@@ -159,7 +156,6 @@ Description: server-side, HTML-embedded scripting language (metapackage)
Package: php@PHP_VERSION@-cgi
Architecture: any
Depends: libmagic1,
libpcre3 (>= 2:8.35),
mime-support,
php@PHP_VERSION@-cli,
php@PHP_VERSION@-common (= ${binary:Version}),
......@@ -188,7 +184,6 @@ Package: php@PHP_VERSION@-cli
Architecture: any
Depends: libedit2 (>= 2.11-20080614-4),
libmagic1,
libpcre3 (>= 2:8.35),
mime-support,
php@PHP_VERSION@-common (= ${binary:Version}),
php@PHP_VERSION@-json,
......@@ -214,7 +209,7 @@ Description: command-line interpreter for the PHP scripting language
Package: php@PHP_VERSION@-dev
Depends: autoconf (>= 2.63),
automake (>= 1.11),
libpcre3-dev (>= 2:8.35),
libpcre2-dev (>= 10.30),
libssl-dev,
php@PHP_VERSION@-cli (>= ${binary:Version}),
php@PHP_VERSION@-common (= ${binary:Version}),
......@@ -237,7 +232,6 @@ Description: Files for PHP@PHP_VERSION@ module development
Package: php@PHP_VERSION@-fpm
Architecture: any
Depends: libmagic1,
libpcre3 (>= 2:8.35),
mime-support,
php@PHP_VERSION@-cli,
php@PHP_VERSION@-common (= ${binary:Version}),
......@@ -265,7 +259,6 @@ Description: server-side, HTML-embedded scripting language (FPM-CGI binary)
Package: php@PHP_VERSION@-phpdbg
Architecture: any
Depends: libmagic1,
libpcre3 (>= 2:8.35),
mime-support,
php@PHP_VERSION@-cli,
php@PHP_VERSION@-common (= ${binary:Version}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment