diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-20 15:12:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-20 15:12:00 +0200 |
commit | ed3a7a9d046af1b27a761e0a3d2fd77a9cc66f11 (patch) | |
tree | 6d4b6c2acaf10f0366ac80da20d6b19127dd79c1 /debian/control | |
parent | fb10973848389f95b4402b9755f853dd686ef5d0 (diff) | |
download | perl-Arctica-Telekinesis-Server-ed3a7a9d046af1b27a761e0a3d2fd77a9cc66f11.tar.gz perl-Arctica-Telekinesis-Server-ed3a7a9d046af1b27a761e0a3d2fd77a9cc66f11.tar.bz2 perl-Arctica-Telekinesis-Server-ed3a7a9d046af1b27a761e0a3d2fd77a9cc66f11.zip |
Debianize perl-Arctica-Telekinesis-Server.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5ab551c --- /dev/null +++ b/debian/control @@ -0,0 +1,53 @@ +Source: libarctica-telekinesis-server-perl +Section: perl +Priority: optional +Build-Depends: + cdbs, + debhelper (>= 9), +Build-Depends-Indep: + perl (>= 5.8.0), +Maintainer: Arctica Project Developers <devs@lists.arctica-project.org> +Uploaders: + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Homepage: https://arctica-project.org/ +Vcs-Git: https://github.com/ArcticaProject/perl-Arctica-Telekinesis-Server +Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Telekinesis-Server +Standards-Version: 3.9.8 + +Package: libarctica-telekinesis-server-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: Arctica Telekinesis Server + 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 Telekinesis framework is a solution through which a visual + application pair is able to run with one part on the remote desktop + server and one part on the remote desktop client, while they visually + appear to the end user as one application. + . + This package provides the Server module for Arctica Telekinesis. + +Package: arctica-telekinesis-server +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-telekinesis-server-perl (= ${binary:Version}), +Description: Arctica Telekinesis Server + 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 Telekinesis framework is a solution through which a visual + application pair is able to run with one part on the remote desktop + server and one part on the remote desktop client, while they visually + appear to the end user as one application. + . + This package provides the standalone Arctica Telekinesis Server + executable. |