Your message dated Sat, 02 Apr 2016 14:20:04 +0100
with message-id <[email protected]>
and subject line Fix included in stable
has caused the Debian Bug report #797769,
regarding jessie-pu: package sane-backends/1.0.24-8
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
797769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: [email protected]
Usertags: pu
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
To start saned with systemd (Debian bug #791961) I have make
the following changes:
Cherry-picked systemd handling from unstable (Closes: #791961):
- Rewrite debian/[email protected] to prevent errors by network scaning.
- New debian/sane-utils.links:
+ Add a link from /dev/null to /lib/systemd/system/saned.service
to prevent start via fallback script /etc/init.d/saned.
- Add 2015 to debian/copyright.
A debdiff is attached.
CU
Jörg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWgl06AAoJEAn4nzyModJdJQIP/Rf3I8dd2ZFLqz1I1ybC5+d4
hzNuV6Mg7FjuGWQa4gnvsmtl9RrEMfH7li/tEvWPZTIjGgmSbUIJrNm4QJYcFN3f
Mjhaf9X6hhZu+cVIhc5/YxIpIj3zQLe5hvi+4LnFS6M30aH5xv52hOPFgeQ3in4Z
Uhqx4X8edxORM7IY8jkYtRLmFDrWiNiHhsin8kdaOaE3DFFbNRE/XreSGmoeXIwi
ItOd9GbPPpY9bFPH50VQjq6ba4yIt/LJTpFXpnk6NB2ZrYMZ2ixMUN/nz3XXRuA3
pMOqFbEI9T8J9jphlYgFcKGP9PmVdKWVHFVWtf/ph/dA5jcVcgH0UU0mDcOc+arj
APzgexHGNiV6teGHPHeO7I+dVCHjaLl6T8yPNE92GdlWjyzXmHgTvYw5Ecp86Bz/
cGnSmOfNRpS9Yc2tMyCGSWh80+K7CBx4Cha1eR7KEsV1UHy+qSmrqymlTiagFUhH
ZeZUpAxZYmROA0pFfYxRsnCixG+apfW+d7zqA8EO6CnCGcXNdueq66zGjhVNLCUM
53O14xid76GCH4qgENSTUkjAD2y7cabjZG8n3NBaozIExkHS89Igdvzw146Jtfgq
FkN/zFFT3nirIc0h3cDubX6Z9sUvaMBkRsI9CTIn4DZN6Q6E7G2EVm2Oz5711/LE
Rb65Nm1Bv+E7+WBW0JUN
=Hx1B
-----END PGP SIGNATURE-----
diff -Nru sane-backends-1.0.24/debian/changelog sane-backends-1.0.24/debian/changelog
--- sane-backends-1.0.24/debian/changelog 2014-12-28 10:13:01.000000000 +0100
+++ sane-backends-1.0.24/debian/changelog 2015-12-29 10:44:03.000000000 +0100
@@ -1,3 +1,14 @@
+sane-backends (1.0.24-8+deb8u1) stable; urgency=medium
+
+ * Cherry-picked systemd handling from unstable (Closes: #791961):
+ - Rewrite debian/[email protected] to prevent errors by network scaning.
+ - New debian/sane-utils.links:
+ + Add a link from /dev/null to /lib/systemd/system/saned.service
+ to prevent start via fallback script /etc/init.d/saned.
+ - Add 2015 to debian/copyright.
+
+ -- Jörg Frings-Fürst <[email protected]> Tue, 29 Dec 2015 10:43:57 +0100
+
sane-backends (1.0.24-8) unstable; urgency=medium
* New debian/patches/0100-usb3-corrections.patch:
diff -Nru sane-backends-1.0.24/debian/copyright sane-backends-1.0.24/debian/copyright
--- sane-backends-1.0.24/debian/copyright 2014-10-13 19:37:49.000000000 +0200
+++ sane-backends-1.0.24/debian/copyright 2015-09-02 14:09:14.000000000 +0200
@@ -13,7 +13,7 @@
2002-2011 Julien BLACHE <[email protected]>
2002-2006 Aurélien Jarno <[email protected]>
2013 Mark Buda <[email protected]>
- 2014 Jörg Frings-Fürst <[email protected]>
+ 2014-2015 Jörg Frings-Fürst <[email protected]>
License: GPL-2+ with sane exception
Files: backend/abaton.*
diff -Nru sane-backends-1.0.24/debian/[email protected] sane-backends-1.0.24/debian/[email protected]
--- sane-backends-1.0.24/debian/[email protected] 2014-12-26 12:51:32.000000000 +0100
+++ sane-backends-1.0.24/debian/[email protected] 2015-04-25 15:32:52.000000000 +0200
@@ -6,7 +6,7 @@
ExecStart=/usr/sbin/saned
User=saned
Group=saned
-StandardInput=socket
+StandardInput=null
StandardOutput=syslog
StandardError=syslog
Environment=SANE_CONFIG_DIR=/etc/sane.d
@@ -14,4 +14,3 @@
[Install]
Also=saned.socket
-Alias=saned
diff -Nru sane-backends-1.0.24/debian/sane-utils.links sane-backends-1.0.24/debian/sane-utils.links
--- sane-backends-1.0.24/debian/sane-utils.links 1970-01-01 01:00:00.000000000 +0100
+++ sane-backends-1.0.24/debian/sane-utils.links 2015-05-25 18:35:12.000000000 +0200
@@ -0,0 +1 @@
+/dev/null /lib/systemd/system/saned.service
--- End Message ---
--- Begin Message ---
Version: 8.4
Hi,
The packages referenced by these bugs were included in today's stable
point release.
Regards,
Adam
--- End Message ---