Add nut-monitor package

This commit is contained in:
Laurent Bigonville 2011-06-03 16:22:58 +02:00
parent 14ffb4d76b
commit 63f12aa09f
6 changed files with 76 additions and 0 deletions

3
debian/rules vendored
View file

@ -44,6 +44,9 @@ common-install-arch::
mv $${f} $(CURDIR)/debian/tmp/etc/nut/$${nf}; \
done
binary-install/nut-monitor::
dh_python2 -pnut-monitor
DEB_DH_INSTALLINIT_ARGS_nut-server := --init-script=nut -- start 50 2 3 4 5 . stop 50 0 1 6 .
ifeq (linux,$(DEB_HOST_ARCH_OS))