From ae48d107ecbd90f0e19c50fed4c742fec59b020c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Apr 2015 15:38:38 +0200 Subject: At saned@service change StandardInput=socket to StandardInput=null --- debian/changelog | 9 ++++++--- debian/saned@.service | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c0adfbf..dd295a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -sane-backends (1.0.24-10) unstable; urgency=medium +sane-backends (1.0.24-10) unstable; urgency=low * New debian/TROUBLESHOOTING.debian: - Add part for "usbfs: interface 1 claimed by usblp while ‘scanimage’ sets @@ -42,9 +42,12 @@ sane-backends (1.0.24-10) unstable; urgency=medium * Add symbols file: - debian/rules: rewrite override_dh_makeshlibs. * Comment out "set -e" at debian/sane-utils.postrm to prevent - piuparts errors. + piuparts errors + * debian/saned@.service: + - Change StandardInput=socket to StandardInput=null to enable + working over network (Closes: #782971). - -- Jörg Frings-Fürst Sun, 18 Jan 2015 11:46:18 +0100 + -- Jörg Frings-Fürst Sat, 25 Apr 2015 15:36:24 +0200 sane-backends (1.0.24-9) unstable; urgency=medium diff --git a/debian/saned@.service b/debian/saned@.service index e9fc879..425ee7a 100644 --- a/debian/saned@.service +++ b/debian/saned@.service @@ -6,7 +6,7 @@ Requires=saned.socket ExecStart=/usr/sbin/saned User=saned Group=saned -StandardInput=socket +StandardInput=null StandardOutput=syslog StandardError=syslog Environment=SANE_CONFIG_DIR=/etc/sane.d -- cgit v1.2.3