summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 7 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 33cfff1..9785a2a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Git: git://github.com/lenios/phabricator.git
Package: libphutil
Architecture: all
Depends: ${misc:Depends}
-Recommends: php-cli
+Recommends: php-cli | php5-cli
Description: Shared library for Arcanist and Phabricator
libphutil (pronounced as "lib-futile", like the English word futile)
is principally the shared library for Arcanist and Phabricator,
@@ -22,10 +22,9 @@ Description: Shared library for Arcanist and Phabricator
In particular, some of the classes provided in this library improve the state
of common operations in PHP, like executing system commands.
-
Package: arcanist
Architecture: all
-Depends: libphutil (= ${source:Version}), php-cli, php-curl, ${misc:Depends}
+Depends: libphutil (= ${source:Version}), php-cli | php5-cli, php-curl | php5-curl, ${misc:Depends}
Conflicts: arc
Suggests: python
Description: Command line interface for Phabricator (review platform)
@@ -39,16 +38,16 @@ Depends: arcanist,
dbconfig-common (>= 1.8.8),
fonts-font-awesome,
jq,
- libapache2-mod-php | php-fpm | php,
+ libapache2-mod-php5 | libapache2-mod-php5filter | php5-fpm | php5,
libjs-d3,
libphutil (= ${source:Version}),
- php-cli,
- php-curl,
- php-mysql | php-mysqli | php-mysqlnd,
+ php5-cli,
+ php5-curl,
+ php5-mysql | php5-mysqli | php5-mysqlnd,
po-debconf,
ucf,
${misc:Depends}
-Recommends: apache2 (>= 2.2.7) | lighttpd | nginx | httpd, php-apcu, php-gd, mariadb-server | mysql-server
+Recommends: apache2 (>= 2.2.7) | lighttpd | nginx | httpd, php5-apcu, php5-gd, mariadb-server | mysql-server
Suggests: python, npm
Description: Software engineering platform
Phabricator is an open source collection of web applications which make it