aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-07-17 18:32:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-07-17 18:32:24 +0200
commit98ff93a0be25e6d2ca8ba19b1a6ee5da9840e739 (patch)
tree66468ae0a0d4a86c19fad3d69f36f49d34d61624 /debian
parent569dc2d200461474e120802263533b68786c2f64 (diff)
downloadperl-Arctica-Core-JABus-Socket-98ff93a0be25e6d2ca8ba19b1a6ee5da9840e739.tar.gz
perl-Arctica-Core-JABus-Socket-98ff93a0be25e6d2ca8ba19b1a6ee5da9840e739.tar.bz2
perl-Arctica-Core-JABus-Socket-98ff93a0be25e6d2ca8ba19b1a6ee5da9840e739.zip
debian/control: Provide proper SYNOPSIS and LONG_DESCRIPTION.
Diffstat (limited to 'debian')
-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.