diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-20 15:19:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-20 15:19:25 +0200 |
commit | ccab67849f33ac894e69729280930f2e63a58f52 (patch) | |
tree | e3b0026680fc948f7c0818a21ace7301046376b5 /debian/control | |
parent | 0a875b45b13611a21b530df6ee34f746ddd38375 (diff) | |
download | perl-Arctica-Telekinesis-Client-ccab67849f33ac894e69729280930f2e63a58f52.tar.gz perl-Arctica-Telekinesis-Client-ccab67849f33ac894e69729280930f2e63a58f52.tar.bz2 perl-Arctica-Telekinesis-Client-ccab67849f33ac894e69729280930f2e63a58f52.zip |
Debianize perl-Arctica-Telekinesis-Client.
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..e37a0f0 --- /dev/null +++ b/debian/control @@ -0,0 +1,53 @@ +Source: libarctica-telekinesis-client-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-Client +Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Telekinesis-Client +Standards-Version: 3.9.8 + +Package: libarctica-telekinesis-client-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: Arctica Telekinesis Client (Perl module) + 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 Client module for Arctica Telekinesis. + +Package: arctica-telekinesis-client +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-telekinesis-client-perl (= ${binary:Version}), +Description: Arctica Telekinesis Client (standalone executable) + 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 Client + executable. |