diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 23:07:53 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 23:27:32 +0200 |
commit | 1f440be46d5de878a9a4c08a4b5456a3832e31c2 (patch) | |
tree | 0f8a072cb33b018cd650c47bd175dda31b7095db /debian/control | |
parent | 6c0cb6c777f7828b03363b87e9e0046f38ac8cd2 (diff) | |
download | arctica-browser-1f440be46d5de878a9a4c08a4b5456a3832e31c2.tar.gz arctica-browser-1f440be46d5de878a9a4c08a4b5456a3832e31c2.tar.bz2 arctica-browser-1f440be46d5de878a9a4c08a4b5456a3832e31c2.zip |
Debianize this project.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5304393 --- /dev/null +++ b/debian/control @@ -0,0 +1,45 @@ +Source: libarctica-browser-overlay-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-Browser-Overlay +Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Browser-Overlay +Standards-Version: 3.9.8 + +Package: libarctica-browser-overlay-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: Arctica Browser + 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. + . + This package provides all Perl modules needed for the client-side + Arctica Web Browser Overlay. + +Package: arctica-testbrowser +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-services-audio-server-pulseaudio-perl (= ${binary:Version}), + libarctica-services-audio-streamer-pulseaudio2gst-perl, +Description: Arctica Service: Audio::Server::PulseAudio (test server) + 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. + . + This package provides a standalone to-be-installed server-side test + browser that launches its web overlay on the client-side. |