tags 862334 + pending thanks I've uploaded sane-backends 1.0.25-4.1 to DELAYED/5: sane-backends (1.0.25-4.1) unstable; urgency=medium * Non-maintainer upload. * Correct missing error handler in (generated) prerm script by dropping the "error" handler entirely; it was only printing a generic message anyway. (Closes: #862334)
The full debdiff is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diffstat for sane-backends-1.0.25 sane-backends-1.0.25 changelog | 9 +++++++++ rules | 2 +- sane-utils.postinst | 4 ---- 3 files changed, 10 insertions(+), 5 deletions(-) diff -Nru sane-backends-1.0.25/debian/changelog sane-backends-1.0.25/debian/changelog --- sane-backends-1.0.25/debian/changelog 2017-04-19 12:07:38.000000000 +0200 +++ sane-backends-1.0.25/debian/changelog 2017-05-21 10:04:48.000000000 +0200 @@ -1,3 +1,12 @@ +sane-backends (1.0.25-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Correct missing error handler in (generated) prerm script by dropping the + "error" handler entirely; it was only printing a generic message anyway. + (Closes: #862334) + + -- Chris Lamb <la...@debian.org> Sun, 21 May 2017 10:04:48 +0200 + sane-backends (1.0.25-4) unstable; urgency=medium * CVE-2017-6318: diff -Nru sane-backends-1.0.25/debian/rules sane-backends-1.0.25/debian/rules --- sane-backends-1.0.25/debian/rules 2016-12-10 11:35:33.000000000 +0100 +++ sane-backends-1.0.25/debian/rules 2017-05-21 10:04:48.000000000 +0200 @@ -128,7 +128,7 @@ chrpath -d debian/sane-utils/usr/bin/sane-find-scanner override_dh_installinit-arch: - dh_installinit -psane-utils --name=saned --error-handler=saned_eh + dh_installinit -psane-utils --name=saned override_dh_systemd_enable-arch: dh_systemd_enable --no-enable saned.socket diff -Nru sane-backends-1.0.25/debian/sane-utils.postinst sane-backends-1.0.25/debian/sane-utils.postinst --- sane-backends-1.0.25/debian/sane-utils.postinst 2015-05-21 07:15:33.000000000 +0200 +++ sane-backends-1.0.25/debian/sane-utils.postinst 2017-05-21 10:04:48.000000000 +0200 @@ -4,10 +4,6 @@ SANED_DEFAULT=/etc/default/saned -saned_eh () { - echo "saned couldn't start; check your inetd configuration and README.Debian" -} - # # POSIX-compliant shell function # to check for the existence of a command