summaryrefslogtreecommitdiff
path: root/debian/control
blob: cb8e1d838dd3e761d87659b088c54ab9484355dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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).