Source: php7.4
Section: php
Priority: optional
Maintainer: Anders Olausson <anders@spacedump.se>
Uploaders: Anders Olausson <anders@spacedump.se>
Build-Depends: apache2-dev (>= 2.4),
               dh-apache2,
               autoconf (>= 2.63),
			   automake,
			   bison,
			   chrpath,
			   debhelper (>= 9.20160709~),
			   dpkg-dev (>= 1.16.1~),
			   re2c,
			   systemtap-sdt-dev [amd64 i386 powerpc armel armhf ia64],
			   libacl1-dev,
			   libargon2-dev,
			   libbz2-dev,
			   libcurl4-openssl-dev | libcurl-dev,
			   libedit-dev (>= 2.11-20080614-4),
			   libsodium-dev,
			   libssl-dev,
			   libsystemd-dev [linux-any] | libsystemd-daemon-dev [linux-any] | base-files (<< 7.2ubuntu5~) [linux-any],
			   libxml2-dev,
			   libxmlrpc-epi-dev,
			   libxmltok1-dev,
			   libxslt1-dev (>= 1.0.18),
			   libzip-dev (>= 1.0.0),
			   zlib1g-dev,
			   tzdata,
			   unixodbc-dev,
			   pkg-config
Standards-Version: 4.5.0.0
Vcs-Git: http://jira.spacedump.se:7990/bitbucket/projects/DEVUAN/sdphp.git
Vcs-Browser: http://jira.spacedump.se:7990/bitbucket/projects/DEVUAN/repos/sdphp/browse
Homepage: http://www.php.net/

Package: libapache2-mod-php7.4
Section: httpd
Architecture: any
Depends: libmagic1,
         mime-support,
		 php7.4-cli,
		 php7.4-common (= ${binary:Version}),
		 php7.4-json,
		 php7.4-opcache,
		 tzdata,
		 ucf,
		 ${misc:Depends},
		 ${shlibs:Depends}
Provides: libapache2-mod-php,
          ${php:Provides}
Recommends: apache2
Suggests: php-pear
Description: server-side, HTML-embedded scripting language (Apache 2 module)
 This package provides the PHP module for the Apache 2 webserver (as
 found in the apache2-mpm-prefork package). Please note that this package
 ONLY works with Apache's prefork MPM, as it is not compiled thread-safe.
 .
 ${php:Extensions}
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

Package: libphp7.4-embed
Architecture: any
Depends: libmagic1,
         libpcre3 (>= 2:8.35),
         mime-support,
         php7.4-cli,
         php7.4-common (= ${binary:Version}),
         php7.4-json,
         php7.4-opcache,
         tzdata,
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: libphp-embed,
          ${php:Provides}
Suggests: php-pear
Description: HTML-embedded scripting language (Embedded SAPI library)
 This package provides the library /usr/lib/libphp7.4.so which can
 be used by application developers to embed PHP scripting functionality.
 .
 ${php:Extensions}
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
 .
 WARNING: The embed SAPI is experimental and there's no guarantee that
 the API/ABI will be kept compatible even between minor releases.  You
 have been warned.

Package: php7.4
Architecture: all
Depends: libapache2-mod-php7.4 | php7.4-fpm | php7.4-cgi,
         php7.4-common,
         ${misc:Depends}
Provides: php
Description: server-side, HTML-embedded scripting language (metapackage)
 This package is a metapackage that, when installed, guarantees that you
 have at least one of the four server-side versions of the PHP interpreter
 installed. Removing this package won't remove PHP from your system, however
 it may remove other packages that depend on this one.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

Package: php7.4-cgi
Architecture: any
Depends: libmagic1,
         libpcre3 (>= 2:8.35),
         mime-support,
         php7.4-cli,
         php7.4-common (= ${binary:Version}),
         php7.4-json,
         php7.4-opcache,
         tzdata,
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: php-cgi,
          ${php:Provides}
Suggests: php-pear
Description: server-side, HTML-embedded scripting language (CGI binary)
 This package provides the /usr/lib/cgi-bin/php CGI interpreter built
 for use in Apache 2 with mod_actions, or any other CGI httpd that
 supports a similar mechanism.  Note that MOST users probably
 want the php7.4-fpm package.
 .
 ${php:Extensions}
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

Package: php7.4-cli
Architecture: any
Depends: libedit2 (>= 2.11-20080614-4),
         libmagic1,
         libpcre3 (>= 2:8.35),
         mime-support,
         php7.4-common (= ${binary:Version}),
         php7.4-json,
         php7.4-opcache,
         php7.4-readline,
         tzdata,
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: php-cli,
          ${php:Provides}
Suggests: php-pear
Description: command-line interpreter for the PHP scripting language
 This package provides the /usr/bin/php7.4 command interpreter, useful for
 testing PHP scripts from a shell or performing general shell scripting tasks.
 .
 ${php:Extensions}
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

Package: php7.4-dev
Depends: autoconf (>= 2.63),
         automake (>= 1.11),
         libpcre3-dev (>= 2:8.35),
         libssl-dev,
         php7.4-cli (>= ${binary:Version}),
         php7.4-common (= ${binary:Version}),
         shtool,
         ${libtool:Depends},
         ${misc:Depends},
         ${perl:Depends}
Conflicts: ${libtool:Conflicts}
Architecture: any
Recommends: dh-php,
            pkg-php-tools
Description: Files for PHP7.4 module development
 This package provides the files from the PHP7.4 source needed for compiling
 additional modules.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

Package: php7.4-fpm
Architecture: any
Depends: libmagic1,
         libpcre3 (>= 2:8.35),
         mime-support,
         php7.4-cli,
         php7.4-common (= ${binary:Version}),
         php7.4-json,
         php7.4-opcache,
         tzdata,
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: php-fpm,
          ${php:Provides}
Suggests: php-pear
Pre-Depends: ${misc:Pre-Depends}
Description: server-side, HTML-embedded scripting language (FPM-CGI binary)
 This package provides the Fast Process Manager interpreter that runs
 as a daemon and receives Fast/CGI requests.  Note that MOST Apache users
 probably want the libapache2-mod-php7.4 package.
 .
 ${php:Extensions}
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

