aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 10 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0e8b60f..08880b6 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,13 @@ Depends:
libjson-perl,
${perl:Depends},
${misc:Depends},
-Description: Core Perl modules for the Arctica Framework
- FIXME: Some descripttive text needs to go here...
+Description: JABus Server/Client implementation for Arctica Framework
+ The Arctica Project brings forth a remote computing framework of
+ enterprise grade and quality. The Arctica Framework is a highly
+ modularized and thus pluggable for developing alls sort of remote
+ services.
+ .
+ The Arctica::Core::JABus::Socket module provides an API to Arctica
+ modules and service that allow easy set up of all sorts of server-
+ client connections. JABus is event centric, so you can tie hooks
+ to special events happening on the data connection.