summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..41f2318
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: rhnop
+Maintainer: Christian Pointner <equinox@helsinki.at>
+Section: interpreters
+Priority: optional
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), liblua5.2-dev, lua5.2
+
+Package: rhnop-common
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Radio Helsinki now playing information system - common
+ The Radio Helsinki now playing information system gathers the
+ now playing info into an mysql database for further processing.
+ This package contains common files
+
+Package: rhnop-client
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, rhnop-common, adduser, lua-posix, lua-socket, lua-sql-mysql, lua5.2
+Description: Radio Helsinki now playing information system - client
+ The Radio Helsinki now playing information system gathers the
+ now playing info into an mysql database for further processing.
+ This package contains the client component.
+
+Package: rhnop-server
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, rhnop-common, adduser, lua-posix, lua-socket, lua-sql-mysql, lua-mq, lua5.2
+Description: Radio Helsinki now playing information system - server
+ The Radio Helsinki now playing information system gathers the
+ now playing info into an mysql database for further processing.
+ This package contains the server component (rivendell side). \ No newline at end of file