[Fusionforge-commits] FusionForge branch master updated. aa612191566d2beb301f31cce25749d18b8f8189

Roland Mas lolando at fusionforge.org
Fri Jul 5 14:56:17 CEST 2013


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  aa612191566d2beb301f31cce25749d18b8f8189 (commit)
      from  6b25c07c2c5dbdbdb88970444a036b2746a14f5b (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 -----------------------------------------------------------------
commit aa612191566d2beb301f31cce25749d18b8f8189
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jul 5 14:56:08 2013 +0200

    Don't install libapache2-svn on Debian (only used for WebDAV)

diff --git a/src/install/deps b/src/install/deps
index b90789a..b79a9a9 100755
--- a/src/install/deps
+++ b/src/install/deps
@@ -62,9 +62,9 @@ deps_debian() {
 	DEBIAN_FRONTEND=noninteractive
 	export DEBIAN_FRONTEND
 	apt-get -y update
-	apt-get -y --force-yes install apache2 php5 php5-cli php5-pgsql cvs postgresql postgresql-contrib php5-curl curl ssh lsb-release php5-cli php-htmlpurifier
+	apt-get -y --force-yes install apache2 libapache2-mod-php5 php5 php5-cli php5-pgsql cvs postgresql postgresql-contrib php5-curl curl ssh lsb-release php5-cli php-htmlpurifier
 	apt-get -y --force-yes install libipc-run-perl liburi-perl
-	apt-get -y --force-yes install libapache2-svn libapache2-mod-php5 subversion subversion-tools
+	apt-get -y --force-yes install subversion subversion-tools # libapache2-svn
 	apt-get -y --force-yes install python-moinmoin python-psycopg2 python-pygments libapache2-mod-wsgi
 	apt-get -y --force-yes install mediawiki
 	apt-get -y --force-yes install git gitweb

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

Summary of changes:
 src/install/deps |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list