[Fusionforge-commits] FusionForge branch 6.0 updated. 7a156a3dffa91e2c9932cbdcd8a19bb10eb92efe

Sylvain Beucler beuc-inria at fusionforge.org
Fri Mar 20 17:32:48 CET 2015


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  7a156a3dffa91e2c9932cbdcd8a19bb10eb92efe (commit)
      from  f96ab7bc37729f1ba42bfe15868d90259afbba6b (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 7a156a3dffa91e2c9932cbdcd8a19bb10eb92efe
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Fri Mar 20 17:28:53 2015 +0100

    plugins: drop multi-servers attempt to make plugins installable without the front-end (plus drop ucf)
    - it doesn't work anymore since they require post-install.d/web/web.sh
    - properly splitting the packages would be over-engineering for the purpose of the only multi-servers install in existence

diff --git a/src/debian/gen_control.sh b/src/debian/gen_control.sh
index 080deec..0c84867 100755
--- a/src/debian/gen_control.sh
+++ b/src/debian/gen_control.sh
@@ -25,7 +25,7 @@
     for i in $(sed -n 's/^Package: fusionforge-plugin-//p' debian/plugins); do
 	sed -n -e '/^#/d' -e "/^Package: fusionforge-plugin-$i/,/^$/p" debian/plugins \
 	    | grep -v ^$ \
-	    | sed 's/Depends:\(.*\)/Depends: fusionforge-common (=${source:Version}),\1, ucf, ${misc:Depends}/'
+	    | sed 's/Depends:\(.*\)/Depends: fusionforge-web (=${source:Version}),\1, ${misc:Depends}/'
 	echo "Architecture: all"
 	php utils/plugin_pkg_desc.php $i deb
 	echo

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

Summary of changes:
 src/debian/gen_control.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list