diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-04 21:19:27 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-04 21:19:50 +0200 |
commit | 3e662ab0f3789de56f0bbc8efb5b0399888c275b (patch) | |
tree | d7afa4ca87c690a3f6f91302d911f07e3c0dabfd /debian/control | |
download | perl-Arctica-Services-Graphics-NX3-3e662ab0f3789de56f0bbc8efb5b0399888c275b.tar.gz perl-Arctica-Services-Graphics-NX3-3e662ab0f3789de56f0bbc8efb5b0399888c275b.tar.bz2 perl-Arctica-Services-Graphics-NX3-3e662ab0f3789de56f0bbc8efb5b0399888c275b.zip |
initial project skeleton
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..010d6aa --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: libarctica-services-graphics-nx3-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-Core +Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Core +Standards-Version: 3.9.8 + +Package: libarctica-services-graphics-nx3-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: NXv3 Graphics Service for the 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 all sorts of remote + services. + . + Arctica Services Graphics NX3 provide remote graphical sessions + in desktop and rootless session mode. |