diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-30 15:55:16 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-30 15:55:16 (GMT) |
commit | 3aca5caf2d9c7a587e3448cfc1b57cad6855aa91 (patch) | |
tree | b89208774145702179f768ea1f00ed9108fdaf46 /rhnop-server/debian/control | |
parent | 7807a34f747ac989108337a92138f7ade4e61ee4 (diff) |
fixed mq.create vs mq.open bug
some cleanups
Diffstat (limited to 'rhnop-server/debian/control')
-rw-r--r-- | rhnop-server/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhnop-server/debian/control b/rhnop-server/debian/control index 1df71d3..97b440e 100644 --- a/rhnop-server/debian/control +++ b/rhnop-server/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.helsinki.at/ Package: rhnop-server Architecture: any -Depends: ${shlibs:Depends}, adduser, liblua5.1-mq, liblua5.1-socket2, liblua5.1-sql-mysql-2, liblua5.1-posix1, runit +Depends: ${shlibs:Depends}, adduser, liblua5.1-mq, liblua5.1-socket2, liblua5.1-sql-mysql-2, liblua5.1-posix1, lua5.1, runit 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. |