summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-11 23:18:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-12 00:11:30 (GMT)
commitd69844dc41470aec25a3da8f57af366007e79601 (patch)
treea07cf4a98aafe7bd167c628fae113758321ffc2a /debian/control
parent17c62fa8decb49ea2cdea67e690bf3acac2a2a6d (diff)
added initial debian packaging
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