Bug#800043: dh-systemd: add documentation for using dh-systemd

2017-04-10 Thread Matt Zagrabelny
On Mon, Apr 10, 2017 at 4:50 AM, Niels Thykier wrote: > > > When using tiny rules: > > > > %: > > dh $@ > > > > and the package contains a systemd unit file, but no sysv init file, > > lintian complains: > > > > W: fw-skel: init.d-script-not-marked-as-conffile etc/init.d/fw-skel > > E: fw-ske

Bug#800043: dh-systemd: add documentation for using dh-systemd

2017-04-10 Thread Niels Thykier
Control: tags -1 -moreinfo +pending Matt Zagrabelny: > On Fri, Apr 7, 2017 at 8:31 AM, Niels Thykier wrote: > >> [...] >> >> What is your view? Are you still missing something from the >> documentation on the systemd helpers? >> > > When using tiny rules: > > %: > dh $@ > > and the packa

Bug#800043: dh-systemd: add documentation for using dh-systemd

2017-04-07 Thread Matt Zagrabelny
On Fri, Apr 7, 2017 at 8:31 AM, Niels Thykier wrote: > Control: tags -1 moreinfo > > On Fri, 25 Sep 2015 14:32:28 -0500 Matt Zagrabelny > wrote: > > Package: dh-systemd > > Version: 1.23 > > Severity: wishlist > > > > Dear Maintainer, > > > > Please consider adding a documentation file such as H

Bug#800043: dh-systemd: add documentation for using dh-systemd

2017-04-07 Thread Niels Thykier
Control: tags -1 moreinfo On Fri, 25 Sep 2015 14:32:28 -0500 Matt Zagrabelny 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:

Bug#800043: dh-systemd: add documentation for using dh-systemd

2015-09-25 Thread Matt Zagrabelny
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_i