diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-06 12:10:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-06 12:10:24 +0200 |
commit | 11035e9e29c3a3ef6adc2c40d37cfe0b9914649e (patch) | |
tree | 007704f55f95424065055101d7a0aa2e860a00cc /debian | |
parent | 3e662ab0f3789de56f0bbc8efb5b0399888c275b (diff) | |
download | perl-Arctica-Services-Graphics-NX3-11035e9e29c3a3ef6adc2c40d37cfe0b9914649e.tar.gz perl-Arctica-Services-Graphics-NX3-11035e9e29c3a3ef6adc2c40d37cfe0b9914649e.tar.bz2 perl-Arctica-Services-Graphics-NX3-11035e9e29c3a3ef6adc2c40d37cfe0b9914649e.zip |
Diffstat (limited to 'debian')
7 files changed, 83 insertions, 4 deletions
diff --git a/debian/arctica-services-graphics-nx3-client-scripts.install b/debian/arctica-services-graphics-nx3-client-scripts.install new file mode 100644 index 0000000..5bacc3d --- /dev/null +++ b/debian/arctica-services-graphics-nx3-client-scripts.install @@ -0,0 +1 @@ +bin/*client* usr/bin/
\ No newline at end of file diff --git a/debian/arctica-services-graphics-nx3-server-scripts.install b/debian/arctica-services-graphics-nx3-server-scripts.install new file mode 100644 index 0000000..0a0f28c --- /dev/null +++ b/debian/arctica-services-graphics-nx3-server-scripts.install @@ -0,0 +1 @@ +bin/*server* usr/bin/
\ No newline at end of file diff --git a/debian/control b/debian/control index 010d6aa..5ad30c3 100644 --- a/debian/control +++ b/debian/control @@ -14,16 +14,87 @@ 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 +Package: libarctica-services-graphics-nx3-server-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, -Description: NXv3 Graphics Service for the Arctica Framework + libarctica-services-graphics-nx3-common-perl (=${binary:Version}), +Description: NXv3 Graphics Service for the Arctica Framework (server part) 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. + Arctica Services Graphics NX3 provide remote graphical sessions in + desktop, seamless and shadow session mode. + . + This package provides the server-side part of this service. + +Package: libarctica-services-graphics-nx3-client-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-services-graphics-nx3-common-perl (=${binary:Version}), +Description: NXv3 Graphics Service for the Arctica Framework (client part) + 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, seamless and shadow session mode. + . + This package provides the client-side part of this service. + +Package: libarctica-services-graphics-nx3-common-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: NXv3 Graphics Service for the Arctica Framework (client part) + 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, seamless and shadow session mode. + . + This package provides code that is common to the server-side and + client-side module. + +Package: arctica-services-graphics-nx3-server-scripts +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-services-graphics-nx3-server-perl (=${binary:Version}), +Description: NXv3 Graphics Service for the Arctica Framework (server test scripts) + 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, seamless and shadow session mode. + . + This package provides a set of server-side test scripts. + +Package: arctica-services-graphics-nx3-client-scripts +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-services-graphics-nx3-client-perl (=${binary:Version}), +Description: NXv3 Graphics Service for the Arctica Framework (client test scripts) + 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, seamless and shadow session mode. + . + This package provides a set of client-side test scripts. diff --git a/debian/libarctica-services-graphics-nx3-client-perl.install b/debian/libarctica-services-graphics-nx3-client-perl.install new file mode 100644 index 0000000..94f542d --- /dev/null +++ b/debian/libarctica-services-graphics-nx3-client-perl.install @@ -0,0 +1 @@ +usr/share/perl*/Arctica/Services/Graphics/NX3/Client* diff --git a/debian/libarctica-services-graphics-nx3-common-perl.install b/debian/libarctica-services-graphics-nx3-common-perl.install new file mode 100644 index 0000000..958321a --- /dev/null +++ b/debian/libarctica-services-graphics-nx3-common-perl.install @@ -0,0 +1,2 @@ +usr/share/perl*/Arctica/Services/Graphics/NX3/Common* +usr/share/perl*/Arctica/Services/Graphics/NX3/Version.pm diff --git a/debian/libarctica-services-graphics-nx3-perl.substvars b/debian/libarctica-services-graphics-nx3-perl.substvars new file mode 100644 index 0000000..bcb0957 --- /dev/null +++ b/debian/libarctica-services-graphics-nx3-perl.substvars @@ -0,0 +1,2 @@ +perl:Depends=perl +misc:Depends= diff --git a/debian/libarctica-services-graphics-nx3-server-perl.install b/debian/libarctica-services-graphics-nx3-server-perl.install new file mode 100644 index 0000000..3fc528f --- /dev/null +++ b/debian/libarctica-services-graphics-nx3-server-perl.install @@ -0,0 +1 @@ +usr/share/perl*/Arctica/Services/Graphics/NX3/Server* |