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, 6.1 has been updated
       via  d83ce795df4529794984ddb23644553090c4ddf3 (commit)
      from  90d19b620ab85b0fca200bc76e65eeee461d5cd9 (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=d83ce795df4529794984ddb23644553090c4ddf3

commit d83ce795df4529794984ddb23644553090c4ddf3
Author: Roland Mas <[email protected]>
Date:   Mon Jun 17 17:02:00 2019 +0200

    Install php-mbstring

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 9eca782..714eba2 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -31,7 +31,7 @@ if [ -e /etc/debian_version ]; then
        backports_deb
        apt-get update
        if grep -q ^8 /etc/debian_version; then
-               apt-get install -y make gettext php5-cli php5-pgsql 
php-htmlpurifier php-http php-text-captcha \
+               apt-get install -y make gettext php5-cli php5-pgsql 
php-htmlpurifier php-http php-text-captcha \
                        libapache2-mpm-itk libapache2-mod-svn \
                        libapache2-mod-php5 \
                        apache2 postgresql postgresql-contrib libnss-pgsql2 
unscd \
@@ -43,7 +43,7 @@ if [ -e /etc/debian_version ]; then
                        fonts-dejavu-core
                apt-get -y install mediawiki -t jessie-backports
        else
-               apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-text-captcha php-soap \
+               apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-text-captcha php-soap php-mbstring \
                        libapache2-mpm-itk libapache2-mod-svn \
                        libapache2-mod-php \
                        apache2 postgresql postgresql-contrib libnss-pgsql2 
unscd \
diff --git a/src/debian/control.in b/src/debian/control.in
index 0f07f07..e462efd 100644
--- a/src/debian/control.in
+++ b/src/debian/control.in
@@ -28,7 +28,7 @@ Description: collaborative development tool - standard 
metapackage
 
 Package: fusionforge-common
 Architecture: all
-Depends: php-cli | php5-cli, php-pgsql | php5-pgsql, php-htmlpurifier | 
php5-htmlpurifier, cron, ucf, ${misc:Depends}
+Depends: php-cli | php5-cli, php-pgsql | php5-pgsql, php-htmlpurifier | 
php5-htmlpurifier, php-mbstring, cron, ucf, ${misc:Depends}
 # Handle conflicts with files in old packages:
 # gforge-common -> /usr/share/locale/XX/LC_MESSAGES/fusionforge.mo
 # gforge-db-postgresql -> /usr/bin/forge_make_admin & forge_set_password

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

Summary of changes:
 autoinstall/install-src.sh | 4 ++--
 src/debian/control.in      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to