Hi Wolfgang,
On Wed, Mar 08, 2017 at 11:45:45PM +0100, Wolfgang Schweer wrote:
> the attached patch seems to work for me.
> Please test.
Thanks for the patch!
> override_dh_installinit:
> - dh_installinit --onlyscripts
> + dh_installinit --only-scripts --no-start
Sadly, it is not that easy. --no-start implies that the daemon also won't be
re-started on upgrades. And you really want that ;)
And the typo is not really one. dh accepts both:
"o" => \$dh{ONLYSCRIPTS},
"onlyscripts" => \$dh{ONLYSCRIPTS},
"only-scripts" => \$dh{ONLYSCRIPTS},
(from /usr/share/perl5/Debian/Debhelper/Dh_Getopt.pm)
But given the hyphen-version is the one documented in the manpage,
we probably still should switch.
Regards
Evgeni