[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#797769: marked as done (jessie-pu: package sane-backends/1.0.24-8)



Your message dated Sat, 02 Apr 2016 14:20:04 +0100
with message-id <1459603204.2441.216.camel@adam-barratt.org.uk>
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 owner@bugs.debian.org
immediately.)


-- 
797769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797769
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Bugfix error at start under systemd.
The changes are cherry-picked from unstable

The debdiff is attached.

Thanks!


CU
Jörg

- -- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (500, 'testing-updates'),
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJV5ujSAAoJEAn4nzyModJdb7YQAIblXLQS1NCOrinLg4szC1/M
5cDjvKQOoWyecqyaArJlOET8LgB+HHUYDz0Bq6+JlWWFsiNzuKb56+it+1ntmr/S
ExtCSS7cMwJPtlnwFBmtYdYHBPcTOvc6vGa8rqIwYf0L5lxBUj8iui2K/8HjNJ/Q
iAecyC8Dtr/Rs4GBLpjmajSulqWmhlMli3MDzxUakiBTC9R/pLBP4v+b1n5m/AMU
+SMinhtTlf7rhTUdmZ6rNx3peKXDCSXWP6xtceKhb4Fjd3u2VuYOu5RQ4YoBO4gz
QnqensuTXgICY0wu5A5JuSz8E3O/0Cc8LXFT+i7VmSW0ZycWNti9UlAdPGG+jvUc
Jwts4N5+qrT0SrCqDABbg9XU0rVMMju7EgfNBJctOfsWRr/X7ry5+uiz3jWHRysy
jNIJPDgslNkWc9UW2VD2tshjPJaX8OaMVSxetvfnv3V07HJesDDWC2MvA8IDpNub
YNhiNvpWkzJ/JosHw1rOnDlerXHSqmeq2J4zCWzD3z2OZIhb1o3q73i58Qde6enR
ehZUAbSvtREVFjyTH4EexoXP6jxQRF4iFooVmVbJFp/WR9TdVXs4wCZ8SXtq7WTN
WXerTLWRF5ibDrRQWT7V/EYzWP4gA+MFVgH/tJdEFIsnVVz4jgOG9kbd70nFSgi3
iy4P8WbIRlurINk56KD/
=jRbu
-----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-09-02 14:10:07.000000000 +0200
@@ -1,3 +1,14 @@
+sane-backends (1.0.24-8+deb8u1) stable; urgency=medium
+
+  * Cherry-picked systemd handling from unstable (Closes: #791961):
+    - Rewrite debian/saned@.service 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 <debian@jff-webhosting.net>  Wed, 02 Sep 2015 14:10:00 +0200
+
 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 <jblache@debian.org>
            2002-2006 Aurélien Jarno <aurel32@debian.org>
            2013      Mark Buda <hermit@acm.org>
-           2014      Jörg Frings-Fürst <debian@jff-webhosting.net>
+           2014-2015 Jörg Frings-Fürst <debian@jff-webhosting.net>
 License: GPL-2+ with sane exception
 
 Files: backend/abaton.*
diff -Nru sane-backends-1.0.24/debian/saned@.service sane-backends-1.0.24/debian/saned@.service
--- sane-backends-1.0.24/debian/saned@.service	2014-12-26 12:51:32.000000000 +0100
+++ sane-backends-1.0.24/debian/saned@.service	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 ---

Reply to: