aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-19 11:15:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-19 11:15:29 +0200
commit9e131805e3fa7036193f73320d2df77e9a17318f (patch)
tree1f65cea7d414e406c74553504cdedfd2490704d9 /debian/control
parentfafffe8978a700edfef3adc12c82e8a338f43922 (diff)
downloadperl-Arctica-Telekinesis-Application-Gtk3-9e131805e3fa7036193f73320d2df77e9a17318f.tar.gz
perl-Arctica-Telekinesis-Application-Gtk3-9e131805e3fa7036193f73320d2df77e9a17318f.tar.bz2
perl-Arctica-Telekinesis-Application-Gtk3-9e131805e3fa7036193f73320d2df77e9a17318f.zip
initial packaging draft
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d759cf6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: libarctica-telekinesis-application-gtk3-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-Application-Gtk3
+Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Telekinesis-Application-Gtk3
+Standards-Version: 3.9.8
+
+Package: libarctica-telekinesis-application-gtk3-perl
+Architecture: all
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+Description: Arctica Telekinesis support for Gtk3 applications
+ 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 a module for writing Telekinesis aware Gtk3
+ applications.