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.0 has been updated
via d3f29adcdc28e1df9822f0d1188ddbc3d975cfb9 (commit)
from 3f33978c4d07159eaea59f2c619b42fa7df0a666 (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=d3f29adcdc28e1df9822f0d1188ddbc3d975cfb9
commit d3f29adcdc28e1df9822f0d1188ddbc3d975cfb9
Author: Roland Mas <[email protected]>
Date: Tue Oct 11 12:15:41 2016 +0200
Force installation of dpkg-dev on Debian-likes
The install scripts run dpkg-vendor, which is part of the dpkg-dev
package, which is not installed by default.
diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index edd6c43..d807c15 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -35,7 +35,7 @@ if [ -e /etc/debian_version ]; then
apache2 postgresql libnss-pgsql2 unscd \
subversion viewvc python-pycurl git xinetd \
python-moinmoin libapache2-mod-wsgi python-psycopg2 \
- unoconv poppler-utils
+ unoconv poppler-utils dpkg-dev
if ! dpkg-vendor --is Ubuntu; then
apt-get install locales-all #
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1394929
fi
diff --git a/autoinstall/install.sh b/autoinstall/install.sh
index 39c256b..9603f7a 100755
--- a/autoinstall/install.sh
+++ b/autoinstall/install.sh
@@ -44,6 +44,7 @@ if [ -e /etc/debian_version ]; then
fusionforge-plugin-moinmoin \
fusionforge-plugin-blocks fusionforge-plugin-taskboard \
fusionforge-plugin-message
+ $APT install dpkg-dev
if ! dpkg-vendor --is Ubuntu; then
apt-get install locales-all #
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1394929
fi
-----------------------------------------------------------------------
Summary of changes:
autoinstall/install-src.sh | 2 +-
autoinstall/install.sh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits