Commit 89c0f526 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] initscripts need installing when making the package

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent d2cb6afa
...@@ -134,11 +134,6 @@ ifeq ($(do_tools_common),true) ...@@ -134,11 +134,6 @@ ifeq ($(do_tools_common),true)
install -d $(cloudman)/man8 install -d $(cloudman)/man8
install -m644 $(CURDIR)/tools/hv/*.8 $(cloudman)/man8 install -m644 $(CURDIR)/tools/hv/*.8 $(cloudman)/man8
dh_systemd_enable
dh_installinit -p$(cloudpkg) --name hv-kvp-daemon
dh_installinit -p$(cloudpkg) --name hv-vss-daemon
dh_installinit -p$(cloudpkg) --name hv-fcopy-daemon
dh_systemd_start
endif endif
install-indep: install-tools install-indep: install-tools
...@@ -157,6 +152,7 @@ binary-headers: install-headers ...@@ -157,6 +152,7 @@ binary-headers: install-headers
dh_md5sums -p$(indep_hdrpkg) dh_md5sums -p$(indep_hdrpkg)
dh_builddeb -p$(indep_hdrpkg) dh_builddeb -p$(indep_hdrpkg)
binary-indep: cloudpkg = $(cloud_common_pkg_name)
binary-indep: install-indep binary-indep: install-indep
@echo Debug: $@ @echo Debug: $@
...@@ -164,6 +160,13 @@ binary-indep: install-indep ...@@ -164,6 +160,13 @@ binary-indep: install-indep
dh_installdocs -i dh_installdocs -i
dh_compress -i dh_compress -i
dh_fixperms -i dh_fixperms -i
ifeq ($(do_tools_common),true)
dh_systemd_enable
dh_installinit -p$(cloudpkg) --name hv-kvp-daemon
dh_installinit -p$(cloudpkg) --name hv-vss-daemon
dh_installinit -p$(cloudpkg) --name hv-fcopy-daemon
dh_systemd_start
endif
dh_installdeb -i dh_installdeb -i
$(lockme) dh_gencontrol -i $(lockme) dh_gencontrol -i
dh_md5sums -i dh_md5sums -i
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment