diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 08:17:18 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 08:17:18 +0200 |
commit | 03ac0939dc7c5339a85940854580fa25e605a7d1 (patch) | |
tree | 6571642cac7da7f9329c0446724be988252102ab /debian/control | |
parent | b1bf08e79e4b0040fdeaee8b2c8aa1746a149df5 (diff) | |
download | perl-Arctica-Services-Audio-Server-PulseAudio-03ac0939dc7c5339a85940854580fa25e605a7d1.tar.gz perl-Arctica-Services-Audio-Server-PulseAudio-03ac0939dc7c5339a85940854580fa25e605a7d1.tar.bz2 perl-Arctica-Services-Audio-Server-PulseAudio-03ac0939dc7c5339a85940854580fa25e605a7d1.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..0aeb3d5 --- /dev/null +++ b/debian/control @@ -0,0 +1,45 @@ +Source: libarctica-services-audio-server-pulseaudio-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-Services-Audio-Server-PulseAudio +Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Services-Audio-Server-PulseAudio +Standards-Version: 3.9.8 + +Package: libarctica-services-audio-server-pulseaudio-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: Arctica Service: Audio::Server::PulseAudio + 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 module that provides the bits and pieces for + properly initiating and interacting with a persistent server side + pulseaudio daemon with virtual input and output devices + +Package: arctica-testserver-pulseaudio +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-services-audio-server-pulseaudio-perl (= ${binary:Version}),, +Description: Arctica Service: Audio::Server::PulseAudio + 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 testserver that initializes a + persistent pulseaudio daemon with virtual input and output devices. |