aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-30 12:35:52 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-30 12:35:52 +0200
commite180a35430f87ef24c740149a6614677ae29b4df (patch)
tree3619f811e1429ed8fde0af0fbab860fa8268d709 /debian/control
parentd27134028fbf898b5ca6b0581e0bf6de886bfad9 (diff)
downloadarctica-mediaplayer-e180a35430f87ef24c740149a6614677ae29b4df.tar.gz
arctica-mediaplayer-e180a35430f87ef24c740149a6614677ae29b4df.tar.bz2
arctica-mediaplayer-e180a35430f87ef24c740149a6614677ae29b4df.zip
Debianize project
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control49
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..93fa70c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: arctica-mediaplayer
+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/arctica-mediaplayer
+Vcs-mediaplayer: https://github.com/ArcticaProject/arctica-mediaplayer
+Standards-Version: 3.9.8
+
+Package: arctica-mediaplayer
+Architecture: all
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+ lighttpd,
+Description: Arctica Media Player
+ 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 the Arctica Media Player.
+
+Package: arctica-mediaplayer-overlay
+Architecture: all
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+ libarctica-core-perl,
+ libarctica-core-jabus-socket-perl,
+ libglib-perl,
+ libgtk3-perl,
+ libglib-object-introspection-perl,
+ x11-utils,
+ xdotool,
+Description: Arctica Media Player (client-side overlay)
+ 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 the client-side overlay for Arctica Media Player.