Your message dated Fri, 05 Oct 2018 09:19:16 +0000
with message-id <[email protected]>
and subject line Bug#907017: fixed in sane-backends 1.0.27-3
has caused the Debian Bug report #907017,
regarding Please drop makedev dependency
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.)
--
907017: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907017
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsane1
Version: 1.0.27-1~experimental6.1
Severity: normal
Tags: patch
Hi,
makedev is a deprecated tool and should not be used on a modern Linux
system anymore.
By keeping the alternative Depends, apt will not autoremove the makedev
package on dist-upgrades.
Please consider applying the attached patch.
Regards,
Michael
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.17.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libsane1 depends on:
ii acl 2.2.52-3+b1
ii adduser 3.117
ii libavahi-client3 0.7-4
ii libavahi-common3 0.7-4
ii libc6 2.27-5
ii libgphoto2-6 2.5.19-1
ii libgphoto2-port12 2.5.19-1
ii libieee1284-3 0.2.11-13
ii libjpeg62-turbo 1:1.5.2-2+b1
ii libsane-common 1.0.27-1~experimental6.1
ii libsnmp30 5.7.3+dfsg-3
ii libssl1.1 1.1.1~~pre9-1
ii libtiff5 4.0.9-6
ii libusb-1.0-0 2:1.0.22-2
ii makedev 2.3.1-94
ii udev 239-7
Versions of packages libsane1 recommends:
ii sane-utils 1.0.27-1~experimental6.1
Versions of packages libsane1 suggests:
ii avahi-daemon 0.7-4
pn hplip <none>
-- no debconf information
>From 12a7f1dd80cc70ae2092efabef98b1169e843fb1 Mon Sep 17 00:00:00 2001
From: Michael Biebl <[email protected]>
Date: Thu, 23 Aug 2018 09:25:11 +0200
Subject: [PATCH] Drop makedev dependency
This tool is deprecated and keeping the dependency around prevents
makedev from being autoremoved on dist upgrades.
---
debian/control | 2 +-
debian/libsane1.postinst | 13 -------------
2 files changed, 1 insertion(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index cb78d0f..a19bcbc 100644
--- a/debian/control
+++ b/debian/control
@@ -85,7 +85,7 @@ Depends:
acl [linux-any],
adduser,
libsane-common (= ${source:Version}),
- udev [linux-any] | makedev [linux-any],
+ udev [linux-any],
${misc:Depends},
${shlibs:Depends}
Recommends: sane-utils (>= ${binary:Version})
diff --git a/debian/libsane1.postinst b/debian/libsane1.postinst
index 914d42e..545b6aa 100644
--- a/debian/libsane1.postinst
+++ b/debian/libsane1.postinst
@@ -8,19 +8,6 @@ case "$1" in
echo "Adding scanner group..."
addgroup --quiet --system scanner || true
fi
-
- if [ "$(uname -s)" = "Linux" ]; then
- if [ -e /dev/MAKEDEV ]; then
- # create /dev/parport*
- if [ ! -c /dev/parport0 ]; then
- (cd /dev && ./MAKEDEV parport) || true
- fi
- # create /dev/sg*
- if [ ! -c /dev/sg0 ]; then
- (cd /dev && ./MAKEDEV sg) || true
- fi
- fi
- fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
--
2.18.0
--- End Message ---
--- Begin Message ---
Source: sane-backends
Source-Version: 1.0.27-3
We believe that the bug you reported is fixed in the latest version of
sane-backends, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jörg Frings-Fürst <[email protected]> (supplier of updated sane-backends package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 05 Oct 2018 07:18:56 +0200
Source: sane-backends
Binary: sane-utils libsane-common libsane1 libsane-dev
Architecture: source
Version: 1.0.27-3
Distribution: sid
Urgency: medium
Maintainer: John Paul Adrian Glaubitz <[email protected]>
Changed-By: Jörg Frings-Fürst <[email protected]>
Description:
libsane-common - API library for scanners -- documentation and support files
libsane-dev - API development library for scanners [development files]
libsane1 - API library for scanners
sane-utils - API library for scanners -- utilities
Closes: 907017 910103 910255
Changes:
sane-backends (1.0.27-3) unstable; urgency=medium
.
* debian/rules:
- Remove superfluous man page sane-config.1 (Closes: #910255).
(Thanks to Michael Westwind <[email protected]>).
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
* Remove outdated makedev dependency (Closes: #907017).
* Reactivate and refresh debian/patches/0125-multiarch_dll_search_path.patch
to allow driver from non-multiarch directories (Closes: #910103).
* debian/control:
- Change Breaks to Conflicts for binary package libsane1.
Checksums-Sha1:
dc3ffdae543222af23856c6b86b8bd6818b1d292 2348 sane-backends_1.0.27-3.dsc
dbcbf9bc50e538cce4f26da5f071aedbc1ecf8f4 113564
sane-backends_1.0.27-3.debian.tar.xz
71981a96abecfd0610240efd573e9aa42d81e62b 9131
sane-backends_1.0.27-3_amd64.buildinfo
Checksums-Sha256:
b851e25c7a91dab74b01f9c03f9539c2e500757167e8f0075c2e651fac22132b 2348
sane-backends_1.0.27-3.dsc
be204e478095b4d0b63a03289f5ce7ace0712722dbc3a8eb8de88c3fda90390f 113564
sane-backends_1.0.27-3.debian.tar.xz
34f1f1f60095c8d19e943a28819000e82eaac0ddae652a7add90074635fd5857 9131
sane-backends_1.0.27-3_amd64.buildinfo
Files:
00a48ff110e693ba2439fd3b54c2f120 2348 graphics optional
sane-backends_1.0.27-3.dsc
b8efc29daa5cd74733c3d573d70344c0 113564 graphics optional
sane-backends_1.0.27-3.debian.tar.xz
94028716e17ef3336746efa90687f054 9131 graphics optional
sane-backends_1.0.27-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAlu3JeIACgkQdCY7N/W1
+RNJnA//c8UKLaB9z8ppLEvRECv/HcTsgqUv7bgu9lEP/NHmLhi69Yq8VuE941Dh
bVdYr4P+jNvHEkFV/qs9uFecm9XOkwZ+1AK8ySte93P49kUkLqFDlpJrwN3DApt3
yZqIzdvJj1BCCrTvBZ8V6AMkY2XCGalpI909c1zRGl3GseZTnpQpyhvSsSnJ+Km2
VckWjZno505sZ4CIvXmkhMlPb0bGUFs+K+SCusXkd/UG3turiUHS2v7pcfThsnCd
ZFay2wfsxHS1+tdLXUfSBZOi0LRmGqy1gHDbFvKSBMBIEZ87hhiHwu22A/m+iOsV
hHmGEPU5NsO7HkvSGpq+qYZE4TFoXyaWvHCb9swDOnpJWPqIlBmFxpHcMrYwFRrB
d9pZNUrf7D5xoz6KH2eBe+CTSqD4qMyl5vFTjHaNUAjDt01FBozSh0AFV5G8GPjZ
QJjCt0jdxV+9vdZVrjSSxnFgIk4MMmCmYrM9XRT6XjUDq9bvU5CkgROAM/u8FY5L
1CV9tJo2SJDz+qCvBc2K9yUgLesfKChj+PMT8YxSlH2RKVR+vY/a4PwnWWnVCuXm
vT1V2RhZhHddV1/uBMPDQjYIQAyHnBD146n9lDBj9CBMIAmpYUSZyhUoFyoI+Hmc
P1uvpQ2le5mWL8K+auTyTjvFjG58YXLnUSRigOiyakkxtVsop0I=
=M/iZ
-----END PGP SIGNATURE-----
--- End Message ---