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  d441686804ef57bbddd647c98f61f9cfa89d6b54 (commit)
      from  9d8ea8b3fd6c923eb503d4dbee3d9380d3090be5 (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=d441686804ef57bbddd647c98f61f9cfa89d6b54

commit d441686804ef57bbddd647c98f61f9cfa89d6b54
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 1 14:24:12 2017 +0200

    add packaging for REST plugin, fix typo in rpm

diff --git a/src/debian/plugins b/src/debian/plugins
index 15e6ef9..1c3d565 100644
--- a/src/debian/plugins
+++ b/src/debian/plugins
@@ -103,3 +103,6 @@ Depends:
 
 Package: fusionforge-plugin-phptextcaptcha
 Depends: php-text-captcha
+
+Package: fusionforge-plugin-rest
+Depends:
diff --git a/src/rpm/plugins b/src/rpm/plugins
index f7a0dd0..4d1f70d 100644
--- a/src/rpm/plugins
+++ b/src/rpm/plugins
@@ -96,5 +96,8 @@ Requires:
 %package plugin-repositoryapi
 Requires:
 
-%pacakge plugin-phptextcaptcha
+%package plugin-phptextcaptcha
 Requires: php-pear-Text-CAPTCHA
+
+%package plugin-rest
+Requires:

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

Summary of changes:
 src/debian/plugins | 3 +++
 src/rpm/plugins    | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to