Package: ganeti Version: 2.11.2-1 Severity: important Tags: patch Hello,
There is a bug where the path to invoke-rc.d has been explicitely inserted and hard coded into the d/rules file. This should use the service command instead! Here is the relevant Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/ganeti/+bug/1308571 Thanks, Ryan --
diff --git a/debian/rules b/debian/rules index 420b9a9..e21c15f 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ override_dh_auto_configure: --disable-symlinks \ --with-user-prefix=$(GNT_USERGROUP_PREFIX) \ --with-group-prefix=$(GNT_USERGROUP_PREFIX) \ - --with-ssh-initscript="/usr/sbin/invoke-rc.d ssh" + --with-ssh-initscript="/usr/sbin/service ssh" override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) distclean