From 8e909c952df9c4d77b422aecfe540c6eb337b1ae Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:45:29 +0200 Subject: Adding debian version 1.1.1-3. Signed-off-by: Daniel Baumann --- debian/rules | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fc63eb0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +MODULE := nagvis +DEBDIR := debian/icingaweb2-module-$(MODULE) + +%: + dh ${@} + +override_dh_auto_install: + mkdir -p $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) + find . -maxdepth 1 -mindepth 1 -and -not -name debian -and -not -name ".git*" -exec cp -a {} $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE) \; + + # remove useless files + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/COPYING + rm -f $(DEBDIR)/usr/share/icingaweb2/modules/$(MODULE)/AUTHORS + + # enable module + mkdir -p $(DEBDIR)/etc/icingaweb2/enabledModules + ln -s /usr/share/icingaweb2/modules/$(MODULE) $(DEBDIR)/etc/icingaweb2/enabledModules/$(MODULE) -- cgit v1.2.3