From 11035e9e29c3a3ef6adc2c40d37cfe0b9914649e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 6 Oct 2016 12:10:24 +0200 Subject: First success: nxagent comes up via Forker.pm. --- ...ca-services-graphics-nx3-client-scripts.install | 1 + ...ca-services-graphics-nx3-server-scripts.install | 1 + debian/control | 79 ++++++++++++++++++++-- ...ctica-services-graphics-nx3-client-perl.install | 1 + ...ctica-services-graphics-nx3-common-perl.install | 2 + ...libarctica-services-graphics-nx3-perl.substvars | 2 + ...ctica-services-graphics-nx3-server-perl.install | 1 + 7 files changed, 83 insertions(+), 4 deletions(-) create mode 100644 debian/arctica-services-graphics-nx3-client-scripts.install create mode 100644 debian/arctica-services-graphics-nx3-server-scripts.install create mode 100644 debian/libarctica-services-graphics-nx3-client-perl.install create mode 100644 debian/libarctica-services-graphics-nx3-common-perl.install create mode 100644 debian/libarctica-services-graphics-nx3-perl.substvars create mode 100644 debian/libarctica-services-graphics-nx3-server-perl.install (limited to 'debian') 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* -- cgit v1.2.3