Your message dated Fri, 26 Jun 2009 15:36:15 +0000
with message-id <[email protected]>
and subject line Bug#528829: fixed in sane-backends 1.0.20-5
has caused the Debian Bug report #528829,
regarding Incorrect product id for cardscan 800c in
/etc/udev/rules.d/z60_libsane.rules
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.)
--
528829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528829
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsane
Version: 1.0.19-25
Severity: normal
Tags: patch
The product id for the Corex/Dymo Cardscan 800c scanner seems to be incorrect
in /etc/udev/rules.d/z60_libsane.rules
The default /etc/sane/cardscan.conf indicats the product id for this device is
0005, not 2110.
The result is that the scanner is not automatically assigned to the scanner
group by udev. This prevents the device from showing up to normal users in
the "scanner" group (only root can see it).
A patch is attached. If you wanted to be more cautious, I suppose you could
retain both product id's instead.
--- z60_libsane.rules.DIST 2009-05-15 15:08:39.000000000 -0700
+++ z60_libsane.rules 2009-05-15 15:08:59.000000000 -0700
@@ -982,7 +982,7 @@
# Corex Cardscan 700 C
SYSFS{idVendor}=="08f0", SYSFS{idProduct}=="0004", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
# Corex 800c
-SYSFS{idVendor}=="08f0", SYSFS{idProduct}=="2110", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
+SYSFS{idVendor}=="08f0", SYSFS{idProduct}=="0005", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
# Medion/Lifetec/Tevion/Cytron MD 85264
SYSFS{idVendor}=="08ff", SYSFS{idProduct}=="2580", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
# Biolux 654 (micrOcular)
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages libsane depends on:
ii adduser 3.110 add and remove users and groups
ii libavahi-client3 0.6.24-2 Avahi client library
ii libavahi-common3 0.6.24-2 Avahi common library
pn libc6 <none> (no description available)
ii libexif12 0.6.16-2.1 library to parse EXIF files
ii libgphoto2-2 2.4.1-3 gphoto2 digital camera library
ii libgphoto2-port0 2.4.1-3 gphoto2 digital camera port librar
ii libieee1284-3 0.2.11-5 cross-platform library for paralle
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libsane-extras 1.0.19.14 API library for scanners -- extra
ii libtiff4 3.8.2-11 Tag Image File Format (TIFF) libra
ii libusb-0.1-4 2:0.1.12-13 userspace USB programming library
ii makedev 2.3.1-88 creates device files in /dev
ii udev 0.125-7 /dev/ and hotplug management daemo
Versions of packages libsane recommends:
ii avahi-daemon 0.6.24-2 Avahi mDNS/DNS-SD daemon
ii sane-utils 1.0.19-25 API library for scanners -- utilit
Versions of packages libsane suggests:
ii hplip 2.8.12-3 HP Linux Printing and Imaging Syst
pn hpoj <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sane-backends
Source-Version: 1.0.20-5
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:
libsane-dbg_1.0.20-5_amd64.deb
to pool/main/s/sane-backends/libsane-dbg_1.0.20-5_amd64.deb
libsane-dev_1.0.20-5_amd64.deb
to pool/main/s/sane-backends/libsane-dev_1.0.20-5_amd64.deb
libsane_1.0.20-5_amd64.deb
to pool/main/s/sane-backends/libsane_1.0.20-5_amd64.deb
sane-backends_1.0.20-5.diff.gz
to pool/main/s/sane-backends/sane-backends_1.0.20-5.diff.gz
sane-backends_1.0.20-5.dsc
to pool/main/s/sane-backends/sane-backends_1.0.20-5.dsc
sane-utils_1.0.20-5_amd64.deb
to pool/main/s/sane-backends/sane-utils_1.0.20-5_amd64.deb
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.
Julien BLACHE <[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: SHA1
Format: 1.8
Date: Fri, 26 Jun 2009 14:39:41 +0200
Source: sane-backends
Binary: sane-utils libsane libsane-dev libsane-dbg
Architecture: source amd64
Version: 1.0.20-5
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE <[email protected]>
Changed-By: Julien BLACHE <[email protected]>
Description:
libsane - API library for scanners
libsane-dbg - API development library for scanners [debug symbols]
libsane-dev - API development library for scanners [development files]
sane-utils - API library for scanners -- utilities
Closes: 528829
Changes:
sane-backends (1.0.20-5) unstable; urgency=low
.
* debian/control:
+ Bump Standards-Version to 3.8.2 (no changes).
.
* debian/patches/08_cardscan_usbids.dpatch:
+ Added; fix USB IDs for the CardScan 800c (closes: #528829).
* debian/patches/09_po_update_es_add_gl.dpatch:
+ Added; update es translation and add new gl translation, courtesy of
Miguel Bouzada <[email protected]>.
* debian/patches/20_disable_rpath.dpatch:
+ Added; do not use rpath. For some reason this decided to pop up now,
even though the previous revision of the package did not suffer from
this. Go figure.
Checksums-Sha1:
6c57d3acac0aa8f22341a0d2ec941c7d176a4135 1448 sane-backends_1.0.20-5.dsc
7ec233718d70ab2a05076dafd5c20cbe84a601c4 111483 sane-backends_1.0.20-5.diff.gz
eb7b12f776e4485d76e390e70ccf0d79853f20d6 244570 sane-utils_1.0.20-5_amd64.deb
cc58c228330e674945124cd8687a2b6ea42d6c14 4170332 libsane_1.0.20-5_amd64.deb
a1b43d350758a54065a9bd79d62bfa6757f4ba53 3873780 libsane-dev_1.0.20-5_amd64.deb
0a59a86fb63d79443d65bf406c5efadf58ca880c 4338660 libsane-dbg_1.0.20-5_amd64.deb
Checksums-Sha256:
ad83d454471e7a699f799c00d717e74cfd8a31b7f8555602218f312bb019b503 1448
sane-backends_1.0.20-5.dsc
161f14e27a842b4a20db8008f16dcb52ca5712e956f0fc6f61a95bc8846de569 111483
sane-backends_1.0.20-5.diff.gz
b31079268a8b1ad9e45b9e569fea75915a250d30ae334c4e48c1efdfb4db5901 244570
sane-utils_1.0.20-5_amd64.deb
14bf67deaae47a4cf2e987f9545206fe70c4956e25536f924f47da4952c7a92f 4170332
libsane_1.0.20-5_amd64.deb
8b6657c523e011fa1d6f461342bae8f0dd9ba27b16dd2811cccab6c0e64969e7 3873780
libsane-dev_1.0.20-5_amd64.deb
ee1ff71870f61430fe5b116b975746106e56c23946d54cd9a35b90d8e1d8697f 4338660
libsane-dbg_1.0.20-5_amd64.deb
Files:
9c9c0e51a256fc340bea8e6faadca257 1448 graphics optional
sane-backends_1.0.20-5.dsc
1bf3d9fae00874f0a7fca153d94cfafd 111483 graphics optional
sane-backends_1.0.20-5.diff.gz
ac9bfa258b8f541ed56b2e85140f1f3c 244570 graphics optional
sane-utils_1.0.20-5_amd64.deb
d7c53fcbc4e1411ba801be68c99324ee 4170332 libs optional
libsane_1.0.20-5_amd64.deb
224a9068f7285f847ced8bf3c02b6000 3873780 libdevel optional
libsane-dev_1.0.20-5_amd64.deb
f9f57fca22ea02800e98799a376ae6ce 4338660 debug extra
libsane-dbg_1.0.20-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKRMOozWFP1/XWUWkRArJ5AKC4nU3B2zMlbTMUuua5ZaSP9+C5DACgtHGb
NwFaRtDYVh/aj51pp5hr9FE=
=ViVR
-----END PGP SIGNATURE-----
--- End Message ---