summaryrefslogtreecommitdiffstats
path: root/admin/Sources/Clients/ogagent/oglive
diff options
context:
space:
mode:
Diffstat (limited to 'admin/Sources/Clients/ogagent/oglive')
-rw-r--r--admin/Sources/Clients/ogagent/oglive/Makefile8
-rw-r--r--admin/Sources/Clients/ogagent/oglive/debian/changelog6
2 files changed, 10 insertions, 4 deletions
diff --git a/admin/Sources/Clients/ogagent/oglive/Makefile b/admin/Sources/Clients/ogagent/oglive/Makefile
index 84e06107..707bc67c 100644
--- a/admin/Sources/Clients/ogagent/oglive/Makefile
+++ b/admin/Sources/Clients/ogagent/oglive/Makefile
@@ -22,12 +22,12 @@ install-ogagent:
mkdir -p $(SBINDIR)
mkdir -p $(APPSDIR)
mkdir -p $(CFGDIR)
-
+
mkdir $(LIBDIR)/img
-
+
# Cleans up .pyc and cache folders
rm -f $(PYC) $(CACHES)
-
+
cp -r $(SOURCEDIR)/opengnsys $(LIBDIR)/opengnsys
cp -r $(SOURCEDIR)/cfg $(LIBDIR)/cfg
ln -fs $(LIBDIR)/cfg/ogagent.cfg $(CFGDIR)
@@ -35,7 +35,7 @@ install-ogagent:
cp scripts/ogagent $(BINDIR)
chmod 755 $(BINDIR)/ogagent
-
+
uninstall:
rm -rf $(LIBDIR)
rm -f $(BINDIR)/ogagent
diff --git a/admin/Sources/Clients/ogagent/oglive/debian/changelog b/admin/Sources/Clients/ogagent/oglive/debian/changelog
index 57a05aba..43bde3d4 100644
--- a/admin/Sources/Clients/ogagent/oglive/debian/changelog
+++ b/admin/Sources/Clients/ogagent/oglive/debian/changelog
@@ -1,3 +1,9 @@
+ogagent-oglive (3.0.0-20190520) unstable; urgency=medium
+
+ * OGAgent for ogLive compatible with OpenGnsys 3 web API
+
+ -- Ramón M. Gómez <ramongomez@us.es> Mon, 18 Jun 2018 13:00:00 +0200
+
ogagent-oglive (1.1.1) unstable; urgency=medium
* Initial release.