Control: tags -1 moreinfo On Fri, 25 Sep 2015 14:32:28 -0500 Matt Zagrabelny <[email protected]> wrote: > Package: dh-systemd > Version: 1.23 > Severity: wishlist > > Dear Maintainer, > > Please consider adding a documentation file such as HOWTO or USAGE: > > <<__EOF__ > A minimalistic debian/rules file would be: > > ---{begin}--- > #!/usr/bin/make -f > > %: > dh $@ --with systemd > > override_dh_installinit: > dh_installinit --noscripts > ---{end}--- > > You will also need to add dh-systemd to your Build-Depends. Such as: > > Build-Depends: debhelper (>= 9), dh-systemd > __EOF__ > > Thanks for your consideration! > > -m > > [...]
Hi Matt, Thanks for the report. Things have changed quite a bit in the past 1½-2 years and now dh-systemd has been included into debhelper. It is enabled by default in compat 10, so I suspect most of this proposal has been obsoleted by migration. What is your view? Are you still missing something from the documentation on the systemd helpers? Thanks, ~Niels

