On Tue, Sep 29, 2015 at 10:41:12 +0200, Tino Mettler wrote: > On Wed, Sep 23, 2015 at 16:36:42 -0500, Matt Zagrabelny wrote: > > Greetings, > > > > I'm packaging up a firewall script that ships with a systemd service > > unit file. lintian is complaining about an init script: > > > > % lintian fw-skel_0.06-1_all.deb > > W: fw-skel: init.d-script-not-marked-as-conffile etc/init.d/fw-skel > > E: fw-skel: init.d-script-not-included-in-package etc/init.d/fw-skel > > Hi, > > I had a similar issue in the past. How does your debian/rules file look > like? I'll try to remember what I did wrong.
IIRC the culprit was that I used an override for dh_installinit to install multiple services using dh_installinit --name. Regards, Tino