From 84514a059fad1fc76bd0cb4d4cab7a41974c6cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 15 Feb 2016 11:40:25 +0100 Subject: [PATCH] Add php-fpm default package --- debian/control.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/control.in b/debian/control.in index 398992a..01ba74e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -137,6 +137,21 @@ Description: Files for PHP module development (default) This package is a dependency package, which depends on Debian's default PHP version (currently @PHP_VERSION@). +Package: php-fpm +Architecture: all +Depends: php@PHP_VERSION@-fpm, + ${misc:Depends} +Description: server-side, HTML-embedded scripting language (FPM-CGI binary) (default) + This package provides the Fast Process Manager interpreter that runs + as a daemon and receives Fast/CGI requests. + . + 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. + . + This package is a dependency package, which depends on Debian's default + PHP version (currently @PHP_VERSION@). + Package: php-phpdbg Architecture: all Depends: php@PHP_VERSION@-phpdbg,