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 ...@@ -8,7 +8,7 @@ Homepage: http://z-push.org
Package: z-push-common Package: z-push-common
Architecture: all 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 Conflicts: d-push, z-push
Replaces: d-push, z-push Replaces: d-push, z-push
Description: open source implementation of the ActiveSync protocol Description: open source implementation of the ActiveSync protocol
...@@ -20,13 +20,13 @@ 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 Package: z-push-backend-caldav
Architecture: all 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 Description: Z-Push caldav backend
Backend for Z-Push, that adds the ability to connect to a caldav server Backend for Z-Push, that adds the ability to connect to a caldav server
Package: z-push-backend-carddav Package: z-push-backend-carddav
Architecture: all 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 Description: Z-Push carddav backend
Backend for Z-Push, that adds the ability to connect to a carddav server Backend for Z-Push, that adds the ability to connect to a carddav server
...@@ -38,13 +38,13 @@ Description: Z-Push combined backend ...@@ -38,13 +38,13 @@ Description: Z-Push combined backend
Package: z-push-backend-imap Package: z-push-backend-imap
Architecture: all 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 Description: Z-Push imap backend
Backend for Z-Push, that adds the ability to connect to a imap server Backend for Z-Push, that adds the ability to connect to a imap server
Package: z-push-backend-ldap Package: z-push-backend-ldap
Architecture: all 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 Description: Z-Push ldap backend
Backend for Z-Push, that adds the ability to connect to a ldap server 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 ...@@ -74,19 +74,19 @@ Description: Z-Push ipc shared memory provider
Package: z-push-ipc-memcached Package: z-push-ipc-memcached
Architecture: all 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 Description: Z-Push ipc memcached provider
Provider for Z-Push, that adds the ability to use ipc memcached Provider for Z-Push, that adds the ability to use ipc memcached
Package: z-push-backend-galsearch-ldap Package: z-push-backend-galsearch-ldap
Architecture: all 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 Description: Z-Push searchldap backend
Backend for Z-Push, that adds the ability to search a ldap server Backend for Z-Push, that adds the ability to search a ldap server
Package: z-push-state-sql Package: z-push-state-sql
Architecture: all 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 Description: Z-Push mysql state backend
Backend for Z-Push, that adds the ability to save states in a mysql database Backend for Z-Push, that adds the ability to save states in a mysql database
...@@ -98,12 +98,12 @@ Description: Z-Push autodiscover ...@@ -98,12 +98,12 @@ Description: Z-Push autodiscover
Package: z-push-config-apache Package: z-push-config-apache
Architecture: all 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 Description: Z-Push apache configuration
Z-push apache configuration files Z-push apache configuration files
Package: z-push-config-apache-autodiscover Package: z-push-config-apache-autodiscover
Architecture: all 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 Description: Z-Push autodiscover apache configuration
Z-push autodiscover apache configuration files 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