diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 09:06:09 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 09:06:09 +0200 |
commit | 70937a966a043035c01f24bf3a48cf55368df02f (patch) | |
tree | acf1d2918f4c536e413bfaf2a0382894b4396e13 /debian/control | |
parent | 6d622b0827ad4685a3925100e55bdf9f758c3d42 (diff) | |
download | perl-Arctica-Services-Audio-Streamer-PulseAudio2GST-70937a966a043035c01f24bf3a48cf55368df02f.tar.gz perl-Arctica-Services-Audio-Streamer-PulseAudio2GST-70937a966a043035c01f24bf3a48cf55368df02f.tar.bz2 perl-Arctica-Services-Audio-Streamer-PulseAudio2GST-70937a966a043035c01f24bf3a48cf55368df02f.zip |
Debianize this project.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1175922 --- /dev/null +++ b/debian/control @@ -0,0 +1,44 @@ +Source: libarctica-services-audio-streamer-pulseaudio2gst-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-Streamer-PulseAudio2GST +Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Services-Audio-Streamer-PulseAudio2GST +Standards-Version: 3.9.8 + +Package: libarctica-services-audio-streamer-pulseaudio2gst-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: Arctica Service: Audio::Streamer::PulseAudio2GST + 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 server-side component that streams data to and + from PulseAudio via GStreamer. + +Package: arctica-testserver-pulseaudio2gst +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, + libarctica-services-audio-streamer-pulseaudio2gst-perl (= ${binary:Version}), +Description: Arctica Service: Audio::Streamer::PulseAudio2GST (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 testserver that sets up a server-side + pulseaudio <-> gstreamer streamer instance. |