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 4d4b145f2d009f1b56bb0a6d1419e2b184c4d93a (commit)
from c1c350333e9d8902a50b8e8696cb72425c98a4e4 (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=4d4b145f2d009f1b56bb0a6d1419e2b184c4d93a
commit 4d4b145f2d009f1b56bb0a6d1419e2b184c4d93a
Author: Roland Mas <[email protected]>
Date: Sat Oct 28 16:31:08 2017 +0200
Update package name on Debian 9
diff --git a/autoinstall/build.sh b/autoinstall/build.sh
index ef79c68..0c2c164 100755
--- a/autoinstall/build.sh
+++ b/autoinstall/build.sh
@@ -33,8 +33,11 @@ function build_deb {
apt-get -y install mini-dinstall dput devscripts fakeroot
apt-get -y install build-essential \
$(grep Build-Depends /usr/src/fusionforge/src/debian/control.in | sed
-e 's/Build-Depends: //' -e 's/(.*)//')
- apt-get -y install php5-cli # debian/gen_control.sh
-
+ if grep -q ^8 /etc/debian_version; then
+ apt-get -y install php5-cli # debian/gen_control.sh
+ else
+ apt-get -y install php-cli # debian/gen_control.sh
+ fi
# Populate a local Debian packages repository for APT managed with
mini-dinstall
#rm -rf /usr/src/debian-repository
-----------------------------------------------------------------------
Summary of changes:
autoinstall/build.sh | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits