diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-05-12 02:32:21 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-05-12 02:32:21 (GMT) |
commit | 0d95cfdd74ff72ba39a0f3a3b22113cb7bb27fbc (patch) | |
tree | 97f6f3eb935545a4a4cd2e7fa83a6f0d4c50015a /debian/control | |
parent | 9465a14576e9b2301f79b99f625aba2b50a16448 (diff) |
fixed control file
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/debian/control b/debian/control index cb8e1d8..169a44b 100644 --- a/debian/control +++ b/debian/control @@ -1,30 +1,33 @@ Source: rhnop Maintainer: Christian Pointner <equinox@helsinki.at> -Section: interpreters +Section: net 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} +Depends: ${misc:Depends}, adduser 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 +Architecture: all +Depends: ${misc:Depends}, rhnop-common, 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. + . + This package contains the client component (import server). Package: rhnop-server -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, rhnop-common, adduser, lua-posix, lua-socket, lua-sql-mysql, lua-mq, lua5.2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, rhnop-common, 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). + . + This package contains the server component (airplay server). |