Added proper debian package scripts.

This commit is contained in:
Jan Vidar Krey
2010-01-26 17:00:55 +01:00
parent 788b644c80
commit 4b64b28777
14 changed files with 262 additions and 0 deletions

9
debian/uhub.logrotate vendored Normal file
View File

@@ -0,0 +1,9 @@
/var/log/uhub/*.log
{
compress
size 10M
rotate 10
missingok
notifempty
}