Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian PHP Team
php
Commits
fbe3eb00
Commit
fbe3eb00
authored
6 years ago
by
Ondrej Sury
Browse files
Options
Downloads
Patches
Plain Diff
Remove dependency on pcre3 and add libpcre2-dev to phpX.Y-dev
parent
d607884d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/control.in
+1
-8
1 addition, 8 deletions
debian/control.in
with
1 addition
and
8 deletions
debian/control.in
+
1
−
8
View file @
fbe3eb00
...
...
@@ -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),
libpcre
3
-dev (>=
2:8
.3
5
),
libpcre
2
-dev (>=
10
.3
0
),
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}),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment