diff options
Diffstat (limited to 'rhnop-server/debian')
-rw-r--r-- | rhnop-server/debian/control | 2 | ||||
-rwxr-xr-x | rhnop-server/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rhnop-server/debian/control b/rhnop-server/debian/control index eafbd92..2e99c2e 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 +Depends: ${shlibs:Depends}, adduser, liblua5.1-mq, liblua5.1-socket2, liblua5.1-sql-mysql-2, liblua5.1-posix1 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. diff --git a/rhnop-server/debian/rules b/rhnop-server/debian/rules index 83983e1..d24a35f 100755 --- a/rhnop-server/debian/rules +++ b/rhnop-server/debian/rules @@ -26,7 +26,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - $(MAKE) clean + $(MAKE) distclean dh_clean install: build |