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,