debian/control : remove the HTTP server dependancy

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5942 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-04-23 11:43:15 +00:00
parent 089d01e0fd
commit 6c5f3f4847

4
debian/control vendored
View File

@@ -7,8 +7,8 @@ Standards-Version: 3.9.8
Package: domframework
Architecture: all
Depends: libapache-mod-php5 | libapache2-mod-php5 | php5-cgi | libapache2-mod-php | php-fpm | php7.0-fpm, apache2 | httpd, ${misc:Depends}
Recommends: php5-cli | php7.0-cli
Depends: ${misc:Depends}
Recommends: php-cli | php5-cli | php7.0-cli
Description: PHP Framework with basic functionnalities
The DomFramework allow the developers to create easily some PHP applications.
Provide authentication, abstraction to databases, and much more !