Your message dated Sun, 16 Apr 2006 03:02:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#350436: fixed in sane-backends 1.0.17-2 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libsane Version: 1.0.17-1 Severity: wishlist File: /etc/udev/libsane.rules Attached are libsane.rules(udev) and libsane.db (hotplug) patches to handle permissions of CX7800 Epson Stylus -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (600, 'unstable'), (300, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-mm1 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages libsane depends on: ii adduser 3.80 Add and remove users and groups ii libc6 2.3.5-12 GNU C Library: Shared libraries an ii libgphoto2-2 2.1.6-6 gphoto2 digital camera library ii libgphoto2-port0 2.1.6-6 gphoto2 digital camera port librar ii libieee1284-3 0.2.10-1 cross-platform library for paralle ii libjpeg62 6b-11 The Independent JPEG Group's JPEG ii libusb-0.1-4 2:0.1.11-4 userspace USB programming library ii makedev 2.3.1-79 creates device files in /dev Versions of packages libsane recommends: ii sane-utils 1.0.17-1 API library for scanners -- utilit ii udev [hotplug] 0.082-1 /dev/ and hotplug management daemo -- no debconf information --Yarik ===File /var/tmp/epson.submit/libsane.rules================= --- /etc/udev/libsane.rules.orig 2006-01-29 12:12:01.000000000 -0500 +++ /etc/udev/libsane.rules 2006-01-29 12:13:39.000000000 -0500 @@ -317,6 +317,8 @@ SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0818", MODE="664", GROUP="scanner", RUN+="/etc/hotplug.d/usb/libsane.hotplug" # Epson Corp.|Stylus CX4200 SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0820", MODE="664", GROUP="scanner", RUN+="/etc/hotplug.d/usb/libsane.hotplug" +# Epson Corp.|Stylus CX7800 +SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="081f", MODE="664", GROUP="scanner", RUN+="/etc/hotplug.d/usb/libsane.hotplug" # Fujitsu|fi-4220c USB/SCSI SYSFS{idVendor}=="04c5", SYSFS{idProduct}=="1041", MODE="664", GROUP="scanner", RUN+="/etc/hotplug.d/usb/libsane.hotplug" # Fujitsu|fi-4120c USB/SCSI ============================================================ ===File /var/tmp/epson.submit/libsane.db==================== --- /etc/sane.d/hotplug/libsane.db.copy 2006-01-29 12:18:04.000000000 -0500 +++ /etc/sane.d/hotplug/libsane.db 2006-01-29 12:18:08.000000000 -0500 @@ -289,6 +289,8 @@ 0x04b8 0x0806 root:scanner 0664 # Epson Corp.|Stylus RX500 0x04b8 0x0807 root:scanner 0664 +# Epson Corp.|Stylus CX7800 +0x04b8 0x081f root:scanner 0664 # Epson Corp.|Stylus CX5400 0x04b8 0x0808 root:scanner 0664 # Epson Corp.|Stylus RX425 ============================================================
--- End Message ---
--- Begin Message ---Source: sane-backends Source-Version: 1.0.17-2 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-dev_1.0.17-2_i386.deb to pool/main/s/sane-backends/libsane-dev_1.0.17-2_i386.deb libsane_1.0.17-2_i386.deb to pool/main/s/sane-backends/libsane_1.0.17-2_i386.deb sane-backends_1.0.17-2.diff.gz to pool/main/s/sane-backends/sane-backends_1.0.17-2.diff.gz sane-backends_1.0.17-2.dsc to pool/main/s/sane-backends/sane-backends_1.0.17-2.dsc sane-utils_1.0.17-2_i386.deb to pool/main/s/sane-backends/sane-utils_1.0.17-2_i386.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.7 Date: Thu, 13 Apr 2006 21:40:58 +0200 Source: sane-backends Binary: libsane-dev sane-utils libsane Architecture: source i386 Version: 1.0.17-2 Distribution: unstable Urgency: low Maintainer: Julien BLACHE <[EMAIL PROTECTED]> Changed-By: Julien BLACHE <[EMAIL PROTECTED]> Description: libsane - API library for scanners libsane-dev - API development library for scanners [development files] sane-utils - API library for scanners -- utilities Closes: 344541 350436 357568 359797 359800 Changes: sane-backends (1.0.17-2) unstable; urgency=low . [ Aurélien JARNO ] * debian/control: + Build-depends: libcam-dev on kfreebsd-i386 and kfreebsd-amd64. + Build-depends: !libieee1284-dev on kfreebsd-amd64. + libsane-dev depends: libcam-dev on GNU/kFreeBSD. * debian/patches/25_glibc_sys_io_h.dpatch: + New; check for GNU libc instead of Linux kernel. . [ Julien BLACHE ] * debian/patches/02_udev_rules.dpatch: + Removed; coldplugging now works OK, the hotplug script aren't needed anymore (closes: #359800). * debian/patches/03_usb_perms_664.dpatch: + Updated. * debian/patches/04_udev_rules_fix.dpatch: + Added; fix udev rules file so that the rules only run for ACTION=add on the usb subsystem (closes: #359797). * debian/patches/01_usbids.dpatch: + Added; add Epson Stylus CX7800 USB IDs (closes: #350436). * debian/patches/26_manpages_spelling_fixes.dpatch: + Added; various spelling fixes to the manpages (closes: #357568). * debian/control: + Removed Conflicts: on very old SANE versions. + Recommends: module-init-tools (>= 3.2.2-1) (closes: #344541). + Recommends: udev (>= 0.88-1) for a version of udev with working coldplugging support. Let me know if the version can be lowered, thanks. * debian/rules: + Add variable substitution for module-init-tools on Linux. + Add version to the udev variable substitution. Files: bc9db395a529d9a6e77257c7487f05a4 898 graphics optional sane-backends_1.0.17-2.dsc e58b4a7f48195ea65a7d1fd1062b14dd 44121 graphics optional sane-backends_1.0.17-2.diff.gz ca3b7f0cba0836cede1573adedc7dfee 119690 graphics optional sane-utils_1.0.17-2_i386.deb 91b6d358a7d83be7d9548942b9aa2e06 2875934 libs optional libsane_1.0.17-2_i386.deb 3cea99ec875bb640d4e5d1fc4d00c751 2383206 libdevel optional libsane-dev_1.0.17-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEQhL4zWFP1/XWUWkRAophAKC1skJwKOA/K8cXcMIJxsc4+9k5/ACg4xVq omGFl7VEv4UXIjwjksA5m0A= =/VAh -----END PGP SIGNATURE-----
--- End Message ---

