[Fusionforge-commits] FusionForge branch master updated. 1f499e8a6383510ce075ce839dbc3840eaacb4ed
Franck Villaume
nerville at fusionforge.org
Tue Dec 9 13:45:22 CET 2014
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 1f499e8a6383510ce075ce839dbc3840eaacb4ed (commit)
from 38eca4206733d22dd11e2cdc3d7026e1b2b68bcd (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 1f499e8a6383510ce075ce839dbc3840eaacb4ed
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date: Tue Dec 9 13:43:54 2014 +0100
add missing depends: poppler-utils required for pdftotext bin
diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 282d8e3..9710fca 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -34,7 +34,7 @@ if [ -e /etc/debian_version ]; then
subversion augeas-tools viewvc git \
mediawiki \
python-moinmoin libapache2-mod-wsgi python-psycopg2 \
- unoconv
+ unoconv poppler-utils
if [ $(cat /etc/lsb-release | sed -n 's/DISTRIB_ID=//p') != 'Ubuntu' ]; then
apt-get install locales-all # https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1394929
fi
@@ -46,7 +46,7 @@ else
subversion augeas viewvc git gitweb \
mediawiki119 \
moin mod_wsgi python-psycopg2 \
- unoconv
+ unoconv poppler-utils
fi
cd $(dirname $0)/../src/
diff --git a/src/debian/control.in b/src/debian/control.in
index a425f6a..6f7b9d3 100644
--- a/src/debian/control.in
+++ b/src/debian/control.in
@@ -73,7 +73,7 @@ Description: collaborative development tool - database (remote)
Package: fusionforge-web
Architecture: all
-Depends: fusionforge-common (=${source:Version}), fusionforge-db, php5-cli, libapache2-mod-php5, libphp-simplepie, php-http, php-http-webdav-server, libjs-jquery-livequery, python, ucf, unoconv, ${misc:Depends}
+Depends: fusionforge-common (=${source:Version}), fusionforge-db, php5-cli, libapache2-mod-php5, libphp-simplepie, php-http, php-http-webdav-server, libjs-jquery-livequery, python, ucf, unoconv, poppler-utils, ${misc:Depends}
Recommends: locales-all
Description: collaborative development tool - web part (using Apache)
FusionForge provides many tools to aid collaboration in a
diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index b0678a3..3c40f38 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -167,7 +167,7 @@ fi
%package web
Summary: Collaborative development tool - web part (using Apache)
-Requires: %{name}-common = %{version}-%{release}, %{name}-db = %{version}-%{release}, httpd, mod_ssl, php, php-pgsql, php-simplepie, php-pear-HTTP, php-nusoap, unoconv
+Requires: %{name}-common = %{version}-%{release}, %{name}-db = %{version}-%{release}, httpd, mod_ssl, php, php-pgsql, php-simplepie, php-pear-HTTP, php-nusoap, unoconv, poppler-utils
%description web
FusionForge provides many tools to aid collaboration in a
development project, such as bug-tracking, task management,
-----------------------------------------------------------------------
Summary of changes:
autoinstall/install-src.sh | 4 ++--
src/debian/control.in | 2 +-
src/rpm/fusionforge.spec.in | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list