aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-22 10:47:31 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-22 11:00:46 +0200
commite808ace4c83d58ed499fb114fbeb7ca83ec63f3d (patch)
tree9ce28c4f93d3a1484bc1ba17668fd9b0633e0ea0 /debian/control
parentc84ccff2c5ff71c7e4af7dd22a14c295bb4c6a5f (diff)
downloadperl-Arctica-Services-Audio-Streamer-ClientGST-e808ace4c83d58ed499fb114fbeb7ca83ec63f3d.tar.gz
perl-Arctica-Services-Audio-Streamer-ClientGST-e808ace4c83d58ed499fb114fbeb7ca83ec63f3d.tar.bz2
perl-Arctica-Services-Audio-Streamer-ClientGST-e808ace4c83d58ed499fb114fbeb7ca83ec63f3d.zip
Debianize this project.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control44
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..87be3f4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: libarctica-services-audio-streamer-clientgst-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-ClientGST
+Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Services-Audio-Streamer-ClientGST
+Standards-Version: 3.9.8
+
+Package: libarctica-services-audio-streamer-clientgst-perl
+Architecture: all
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+Description: Arctica Service: Audio::Streamer::ClientGST
+ 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 client-side component that streams data
+ from and to a corresponding server-side instance.
+
+Package: arctica-testclient-clientgst
+Architecture: all
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+ libarctica-services-audio-streamer-clientgst-perl (= ${binary:Version}),
+Description: Arctica Service: Audio::Streamer::ClientGST (test client)
+ 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 testclient that sets launches a
+ client-side audio streamer instance.