ZP-1015 Depend on php7.0 for Ubuntu 16.04. Released under the Affero GNU...

ZP-1015 Depend on php7.0 for Ubuntu 16.04. Released under the Affero GNU General Public License (AGPL) version 3.

add some "or"s into debian.control to catch the right php version on ubuntu 16.04
parent bafa51ea
......@@ -8,7 +8,7 @@ Homepage: http://z-push.org
Package: z-push-common
Architecture: all
Depends: ${misc:Depends}, php5 (>= 5.4), php5-cli, php-soap
Depends: ${misc:Depends}, php5 (>= 5.4) | php7.0, php5-cli | php7.0-cli, php-soap
Conflicts: d-push, z-push
Replaces: d-push, z-push
Description: open source implementation of the ActiveSync protocol
......@@ -20,13 +20,13 @@ Description: open source implementation of the ActiveSync protocol
Package: z-push-backend-caldav
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php5-curl, libawl-php
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-curl | php5-curl, libawl-php
Description: Z-Push caldav backend
Backend for Z-Push, that adds the ability to connect to a caldav server
Package: z-push-backend-carddav
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php5-curl, php5-xsl
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-curl | php5-curl, php5-xsl | php7.0-xsl
Description: Z-Push carddav backend
Backend for Z-Push, that adds the ability to connect to a carddav server
......@@ -38,13 +38,13 @@ Description: Z-Push combined backend
Package: z-push-backend-imap
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php5-imap
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-imap | php5-imap
Description: Z-Push imap backend
Backend for Z-Push, that adds the ability to connect to a imap server
Package: z-push-backend-ldap
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php5-ldap
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-ldap | php5-ldap
Description: Z-Push ldap backend
Backend for Z-Push, that adds the ability to connect to a ldap server
......@@ -74,19 +74,19 @@ Description: Z-Push ipc shared memory provider
Package: z-push-ipc-memcached
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php5-memcached
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-memcached | php5-memcached
Description: Z-Push ipc memcached provider
Provider for Z-Push, that adds the ability to use ipc memcached
Package: z-push-backend-galsearch-ldap
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php5-ldap
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-ldap | php5-ldap
Description: Z-Push searchldap backend
Backend for Z-Push, that adds the ability to search a ldap server
Package: z-push-state-sql
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php5-mysql
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-mysql | php5-mysql
Description: Z-Push mysql state backend
Backend for Z-Push, that adds the ability to save states in a mysql database
......@@ -98,12 +98,12 @@ Description: Z-Push autodiscover
Package: z-push-config-apache
Architecture: all
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), libapache2-mod-php5
Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), libapache2-mod-php | libapache2-mod-php5
Description: Z-Push apache configuration
Z-push apache configuration files
Package: z-push-config-apache-autodiscover
Architecture: all
Depends: ${misc:Depends}, z-push-autodiscover (= ${binary:Version}), libapache2-mod-php5
Depends: ${misc:Depends}, z-push-autodiscover (= ${binary:Version}), libapache2-mod-php | libapache2-mod-php5
Description: Z-Push autodiscover apache configuration
Z-push autodiscover apache configuration files
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment