This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  eb03ca04ee4516b3ff7f3b91a34cd14b6858a9b4 (commit)
      from  8973f39011b6127f40e973b4b5626336ffbfe8ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=eb03ca04ee4516b3ff7f3b91a34cd14b6858a9b4

commit eb03ca04ee4516b3ff7f3b91a34cd14b6858a9b4
Author: Franck Villaume <[email protected]>
Date:   Mon Jun 6 18:43:53 2016 +0200

    fix php depends with debian. 2nd try

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index f39e44d..06954b3 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -31,7 +31,7 @@ if [ -e /etc/debian_version ]; then
     apt-get update
     apt-get install -y make gettext php5-cli php5-pgsql php-htmlpurifier 
php-http \
        libapache2-mpm-itk libapache2-mod-svn \
-       libapache2-mod-php \
+       libapache2-mod-php5 \
        apache2 postgresql postgresql-contrib libnss-pgsql2 unscd \
        subversion viewvc python-pycurl git xinetd \
        python-moinmoin libapache2-mod-wsgi python-psycopg2 \

-----------------------------------------------------------------------

Summary of changes:
 autoinstall/install-src.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to