[debian-edu-commits] debian-edu/pkg-team/ 01/03: Update depends and debian/gosa-apache.conf. Closes: #821501
Holger Levsen
holger at layer-acht.org
Mon May 23 10:48:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository gosa.
commit d85bdb184601bba4cf2943c4da556a4904ef8820
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 23 12:35:20 2016 +0200
Update depends and debian/gosa-apache.conf. Closes: #821501
Update depends and debian/gosa-apache.conf for the PHP 7.0 transition.
Thanks to Wolfgang Schweer for the patch! (Closes: #821501)
---
debian/changelog | 2 ++
debian/control | 31 ++++++++++++++++---------------
debian/gosa-apache.conf | 2 +-
3 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ca6d5a8..ed3ba62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ gosa (2.7.4+reloaded2-10) UNRELEASED; urgency=medium
* Fixup PHP syntax in 1010_fix-entry-removal-in-mail-plugin.patch. See
#796823 for the details.
+ * Update depends and debian/gosa-apache.conf for the PHP 7.0 transition.
+ Thanks to Wolfgang Schweer for the patch! (Closes: #821501)
-- Holger Levsen <holger at debian.org> Fri, 20 May 2016 18:10:35 +0200
diff --git a/debian/control b/debian/control
index 37ac4ab..649b6c4 100644
--- a/debian/control
+++ b/debian/control
@@ -20,21 +20,22 @@ Depends:
exim4 | mail-transport-agent,
fonts-liberation,
gettext,
- libapache2-mod-php5 | php5-cgi | php5-fpm,
libcrypt-smbhash-perl,
libjs-scriptaculous,
- php5,
- php5-cli,
- php5-curl,
- php5-gd,
- php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat,
- php5-imap,
- php5-ldap,
- php5-mcrypt,
- php5-mysqlnd | php5-mysql,
- php5-recode,
+ php,
+ php-xml,
+ php-cli,
+ php-curl,
+ php-gd,
+ php-imagick | imagemagick | graphicsmagick-im-compat,
+ php-imap,
+ php-ldap,
+ php-mbstring,
+ php-mcrypt,
+ php-mysqlnd | php-mysql,
+ php-recode,
smarty-gettext,
- smarty3 (>= 3.1.10-1),
+ smarty3,
${misc:Depends},
Suggests:
cyrus21-imapd (>= 2.1.11),
@@ -42,7 +43,7 @@ Suggests:
gosa-si-server,
php-apc,
php-fpdf,
- php5-suhosin,
+ php-suhosin,
postfix-ldap,
slapd,
Conflicts:
@@ -62,7 +63,7 @@ Depends:
gosa (= ${binary:Version}),
latex2html,
lyx,
- php5-cli,
+ php-cli,
${misc:Depends},
Description: GOsa² development utilities
This package contains a couple of tools to generate online
@@ -75,7 +76,7 @@ Package: gosa-desktop
Architecture: all
Depends:
debconf,
- iceweasel | firefox,
+ firefox-esr | iceweasel,
${misc:Depends},
Description: Desktop integration for GOsa²
This package includes a Gosa² menu definition for your desktop
diff --git a/debian/gosa-apache.conf b/debian/gosa-apache.conf
index 21c9ab7..049a594 100644
--- a/debian/gosa-apache.conf
+++ b/debian/gosa-apache.conf
@@ -1,7 +1,7 @@
# Include GOsa to your web service
Alias /gosa /usr/share/gosa/html
-<IfModule mod_php5.c>
+<IfModule mod_php7.c>
<Location /gosa>
php_admin_flag engine on
php_admin_flag register_globals off
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git
More information about the debian-edu-commits
mailing list