Bug#862334: dh_installinit automatically add not running content

2017-05-13 Thread Chris Lamb
Hi, > dh_installinit automatically add not running content Given that is saned_eh is simply: saned_eh () { echo "saned couldn't start; check your inetd configuration and README.Debian" } I think you can just drop the error handling; surely this documentation is implicit? (Or: if you can ju

Processed: Re: [debhelper-devel] Bug#862334: dh_installinit automatically add not running content

2017-05-11 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 sane-utils Bug #862334 [debhelper] dh_installinit automatically add not running content Bug reassigned from package 'debhelper' to 'sane-utils'. No longer marked as found in versions debhelper/10.2.5. Ignoring request to alter fixed versions of bug #86233

Bug#862334: [debhelper-devel] Bug#862334: dh_installinit automatically add not running content

2017-05-11 Thread Steve Langasek
Control: reassign -1 sane-utils On Thu, May 11, 2017 at 02:46:48PM +0200, Jörg Frings-Fürst wrote: > Hello, > saneutils don't use a prerm script. > dh_installinit add once with the content: > [quote] > #!/bin/sh > set -e > # Automatically added by dh_installinit > if [ -x "/etc/init.d/saned" ]

Bug#862334: dh_installinit automatically add not running content

2017-05-11 Thread Jörg Frings-Fürst
Package: debhelper Version: 10.2.5 Severity: grave -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, saneutils don't use a prerm script. dh_installinit add once with the content: [quote] #!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/saned" ] && [ "$1" = rem