2009
sane-backends (1.0.20-8) unstable; urgency=low
* debian/rules:
+ Fix nostrip builds, thanks to Tollef Fog Heen (closes: #548152).
* debian/patches/31_genesys_raw_log_fix.dpatch:
+ Added; add missing check when logging raw data. Patch by
Tollef Fog Heen <tfheen@err.no> (closes: #548154).
-- Julien BLACHE <jblache@debian.org> Sat, 26 Sep 2009 11:44:04 +0200
sane-backends (1.0.20-7) unstable; urgency=low
* debian/control:
+ Demote avahi-daemon to a Suggests (closes: #543335).
+ libv4l-dev is not available on hurd-i386 either (closes: #545995).
* debian/patches/30_xerox_samsung_ids.dpatch:
+ Added; add USB IDs for various Samsung-branded MFPs (closes: #545290).
-- Julien BLACHE <jblache@debian.org> Fri, 11 Sep 2009 19:16:15 +0200
sane-backends (1.0.20-6) unstable; urgency=low
* debian/control:
+ Bump Standards-Version to 3.8.3 (no changes).
* debian/rules:
+ Empty dependency_libs in all .la files.
* debian/patches/10_sanei_usb_update.dpatch:
+ Added; from git, favour the interface detected by sanei_usb_init(). This
helps with some machines like the Canon MP730.
-- Julien BLACHE <jblache@debian.org> Sat, 29 Aug 2009 16:55:34 +0200
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 <mbouzada@gmail.com>.
* 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.
-- Julien BLACHE <jblache@debian.org> Fri, 26 Jun 2009 14:39:41 +0200
sane-backends (1.0.20-4) unstable; urgency=low
* debian/rules:
+ Serialize autotools/patch/configure for parallel builds, now that
parallel builds are possible with the upstream build system
(closes: #506620).
* debian/control:
+ Bump libsane-extras dependencies to 1.0.20.1.
* debian/sane-utils.saned.init:
+ Add status action, taken from iaxmodem (closes: #528265).
* debian/patches/07_tools_missing_libcam.dpatch:
+ Added; fix sane_find_scanner build on kFreeBSD by adding missing SCSI
libraries. From upstream via Aurélien JARNO (closes: #528594).
-- Julien BLACHE <jblache@debian.org> Thu, 14 May 2009 12:06:47 +0200
sane-backends (1.0.20-3) unstable; urgency=low
* debian/patches/06_cap_always_settable.dpatch:
+ Added; add back SANE_CAP_ALWAYS_SETTABLE which was mistakenly
removed from SANE 1.0.20 (closes: #527675, #527682).
-- Julien BLACHE <jblache@debian.org> Fri, 08 May 2009 21:03:56 +0200
sane-backends (1.0.20-2) unstable; urgency=low
* Update previous changelog entry wrt #519101 resolution.
* debian/patches/04_udev_rules_fix.dpatch:
+ Added; fix udev rules, use ATTRS instead of ATTR (closes: #527196).
* debian/patches/05_saned_avahi_fds_fix.dpatch:
+ Added; fix a possible net backend hang when saned is run in debug
mode. Could also happen in standalone mode, but a lot less likely.
-- Julien BLACHE <jblache@debian.org> Wed, 06 May 2009 12:02:59 +0200
sane-backends (1.0.20-1) unstable; urgency=low
* New upstream release.
+ Unsupported devices are no longer included in the udev rules
(closes: #519101).
* debian/control:
+ Bump Standards-Version to 3.8.1 (no changes).
+ Add build-dep on libv4l-dev.
+ Add dependency on libv4l-dev to libsane-dev.
+ Move libsane-dbg to debug section.
* debian/rules:
+ Use DESTDIR at install time.
+ Remove rpath from sane-find-scanner.
* debian/patches/01_missing_pthreads.dpatch:
+ Added; new build system breaks build when using pthreads.
* debian/patches/02_frontends_libs.dpatch:
+ Added; only link the frontends with the libraries they need.
* debian/patches/03_libsane_deps.dpatch:
+ Added; reduce libsane.so deps to the bare minimum.
* debian/patches/11_minimum_linkage.dpatch:
+ Removed; build system was redone using automake and this isn't
needed anymore.
* debian/patches/12_new_configure.dpatch:
+ Removed; not needed anymore, due to #11 going away.
* debian/patches/21_sane-config.in_no_rpath.dpatch:
+ Updated; updated for new build system.
* debian/patches/23_unneeded_doc.dpatch:
+ Updated; updated for new build system.
* debian/patches/22_dll_backend_conf.dpatch:
+ Updated; dll.d support has been merged upstream, update dll.conf header.
* debian/patches/01_manpages_fixes.dpatch, 02_pixma_update.dpatch,
03_snapscan_usb_ftok_fix.dpatch, 04_sane-desc_hal_new.dpatch,
05_hp_timing_fix.dpatch, 06_sanei_scsi_attach_fix.dpatch,
07_epson2_be_nice.dpatch, 08_epson2_be_nice_to_saned.dpatch,
09_avision_fixes.dpatch, 10_sm3840_unbreak_sane_open.dpatch,
30_new_saned.dpatch, 31_sanei_pthread_64bit_fix.dpatch,
32_net_backend_standard_fix.dpatch, 33_scanimage_options_fix.dpatch,
40_fujitsu_fixes.dpatch, 41_epjitsu_fixes.dpatch:
+ Removed; fixes and enhancements taken from upstream or merged upstream
in this release.
-- Julien BLACHE <jblache@debian.org> Mon, 04 May 2009 12:45:50 +0200
sane-backends (1.0.19-26) unstable; urgency=low
* debian/rules:
+ Do not generate /etc/modprobe.d/libsane anymore.
* debian/libsane.preinst:
+ Remove obsolete /etc/modprobe.d/libsane conffile.
* debian/patches/30_new_saned.dpatch:
+ Updated; workaround for backends writing to stdin/stderr/stdout when
run via inetd, which breaks the network dialog and causes the remote
net backend to crash (closes: #516982).
-- Julien BLACHE <jblache@debian.org> Wed, 04 Mar 2009 10:49:42 +0100
sane-backends (1.0.19-25) unstable; urgency=low
* debian/rules:
+ Remove comment bit, breaking configure invocation.
* debian/control:
+ Add ${misc:Depends}.
* debian/sane-utils.postrm:
+ Make the script set -e.
* debian/patches/30_new_saned.dpatch:
+ Updated; (net backend) do not attempt to lock the Avahi polling
thread before stopping it, it now produces a deadlock. Looks like
a change/fix was made in Avahi (closes: #513122).
-- Julien BLACHE <jblache@debian.org> Wed, 18 Feb 2009 11:50:31 +0100
sane-backends (1.0.19-24) unstable; urgency=low
* debian/rules:
+ Enable use of pthread instead of fork for reader processes.
* debian/libsane.postinst:
+ Remove code dealing with devfs/hotplug/hotplug-ng.
* debian/patches/11_minimum_linkage.dpatch:
+ Update; add $(LIBPTHREAD) to library dependencies where needed.
-- Julien BLACHE <jblache@debian.org> Sun, 15 Feb 2009 11:50:13 +0100
2008
sane-backends (1.0.19-23) unstable; urgency=low
* debian/patches/09_avision_fixes.dpatch:
+ Updated; fix reader task handling to not signal the whole process group
erroneously.
* debconf translations:
+ it.po: courtesy of Luca Monducci (closes: #507563).
-- Julien BLACHE <jblache@debian.org> Tue, 09 Dec 2008 16:14:06 +0100
sane-backends (1.0.19-22) unstable; urgency=low
* debian/patches/41_epjitsu_fixes.dpatch:
+ Added; from CVS, fix double-free issues in epjitsu (closes: #506750).
-- Julien BLACHE <jblache@debian.org> Mon, 24 Nov 2008 15:02:04 +0100
sane-backends (1.0.19-21) unstable; urgency=low
* debian/rules:
+ Use an error handler for saned's init.
* debian/sane-utils.postinst:
+ Added error handler for saned init (closes: #493745).
* debconf translations:
+ es.po: courtesy of Ignacio Mondino (closes: #499202).
-- Julien BLACHE <jblache@debian.org> Fri, 19 Sep 2008 10:50:04 +0200
sane-backends (1.0.19-20) unstable; urgency=low
* debian/control:
+ Make sane-utils depend on update-inetd (>= 4.31) which won't break
with debconf.
* debian/sane-utils.postinst:
+ update-inetd needs debconf sometimes, so keep debconf enabled until
after the update-inetd call.
-- Julien BLACHE <jblache@debian.org> Fri, 05 Sep 2008 11:04:59 +0200
sane-backends (1.0.19-19) unstable; urgency=low
* debian/rules:
+ Install umax_pp into sane-utils (closes: #496833).
* debian/patches/40_fujitsu_fixes.dpatch:
+ Added; upstream backport of fujitsu backend fixes, fixes a string
initialization issue in config file parsing, adds color mode for the
fi-6130, 6230, 6140, 6240 and fixes fi-6230 hangs at wakeup from
powersave mode.
Thanks to M. Allan Noah for providing a backport (closes: #494156).
-- Julien BLACHE <jblache@debian.org> Thu, 28 Aug 2008 10:31:35 +0200
sane-backends (1.0.19-18) unstable; urgency=low
* debian/patches/10_sm3840_unbreak_sane_open.dpatch:
+ Added; from CVS, fix the way sane_open() checks for sanei_usb_open()
errors (closes: #496249).
* debconf translations:
+ ja.po: courtesy of Hideki Yamane (closes: #493568).
-- Julien BLACHE <jblache@debian.org> Wed, 27 Aug 2008 19:58:15 +0200
sane-backends (1.0.19-17) unstable; urgency=low
* debian/patches/33_scanimage_options_fix.dpatch:
+ Added; get the option descriptor for option 0 before getting the value
for option 0. This is a standard-compliance fix needed for proper
operation with the net backend.
* debian/patches/30_new_saned.dpatch:
+ Updated; fix initialization of runas_{g,u}id and ngroups, preventing
failures later on in some cases (saned -a without username).
-- Julien BLACHE <jblache@debian.org> Tue, 05 Aug 2008 12:10:44 +0200
sane-backends (1.0.19-16) unstable; urgency=low
* debian/patches/30_new_saned.dpatch:
+ Updated; Fix seteuid()/setegid() call order and set supplemental group
list (closes: #493084).
-- Julien BLACHE <jblache@debian.org> Thu, 31 Jul 2008 11:46:53 +0200
sane-backends (1.0.19-15) unstable; urgency=low
* debian/patches/09_avision_fixes.dpatch:
+ Enable this patch for real.
* debian/patches/31_sanei_pthread_64bit_fix.dpatch:
+ Updated.
-- Julien BLACHE <jblache@debian.org> Tue, 22 Jul 2008 23:05:50 +0200
sane-backends (1.0.19-14) unstable; urgency=low
* debian/patches/32_net_backend_standard_fix.dpatch:
+ Updated; fix sane_control_option() in the net backend so as to bring
the net backend behaviour back in line with standard backends. This
should fix some issues reported with the net backend lately.
* debian/patches/01_manpages_fixes.dpatch:
+ Updated; fix some more hyphen vs. minus sign issues.
* debian/rules:
+ Include debug symbols for sane-utils into libsane-dbg.
* debian/copyright:
+ Update.
-- Julien BLACHE <jblache@debian.org> Sun, 20 Jul 2008 12:51:25 +0200
sane-backends (1.0.19-13) unstable; urgency=low
* debian/libsane.README.Debian:
+ Fix udev rules filename (closes: #490656).
* debian/patches/01_manpages_fixes.dpatch:
+ Updated; fix hyphen vs. minus sign issues reported by lintian.
* debian/patches/30_new_saned.dpatch:
+ Updated; manpage fixes.
-- Julien BLACHE <jblache@debian.org> Mon, 14 Jul 2008 13:17:44 +0200
sane-backends (1.0.19-12) unstable; urgency=low
* debian/control:
+ Bump Standards-Version to 3.8.0 (no changes).
* debian/patches/30_new_saned.dpatch:
+ Updated; properly terminate child processes when exiting from the
debug mode.
* debian/patches/32_net_backend_standard_fix.dpatch:
+ Added; do not reload the option descriptors cache behind the frontend's
back in sane_control_option(). Fetch options descriptors in sane_open()
so GET_VALUE on option 0 can still work without explicitely getting
option descriptor 0 first.
* debconf translations:
+ sv.po: courtesy of Martin Bagge (closes: #487369).
-- Julien BLACHE <jblache@debian.org> Tue, 24 Jun 2008 22:10:35 +0200
sane-backends (1.0.19-11) unstable; urgency=low
* debian/patches/30_new_saned.dpatch:
+ Updated; lock the Avahi thread before stopping it and tearing down the
Avahi objects (closes: #484464).
* debian/patches/09_avision_fixes.dpatch:
+ Added; from CVS, misc avision backend fixes (closes: #474706, #475198).
* debconf translations:
+ ru.po: courtesy of Yuri Kozlov (closes: #481656).
-- Julien BLACHE <jblache@debian.org> Fri, 06 Jun 2008 17:37:28 +0200
sane-backends (1.0.19-10) unstable; urgency=low
* debian/sane-utils.postinst:
+ Make proper use of debconf !@#%$ (closes: #481442).
* debconf translations:
+ fr.po: update by Christian Perrier (closes: #481439).
-- Julien BLACHE <jblache@debian.org> Fri, 16 May 2008 19:26:48 +0200
sane-backends (1.0.19-9) unstable; urgency=low
* debian/sane-utils.postinst:
+ Do not attempt to remove saned from the scanner group if it isn't part
of the group in the first place (closes: #481288).
* debian/patches/31_sanei_pthread_64bit_fix.dpatch:
+ Added; from CVS, fix sanei_pthread on 64bit platforms.
-- Julien BLACHE <jblache@debian.org> Thu, 15 May 2008 18:54:37 +0200
sane-backends (1.0.19-8) unstable; urgency=low
* Reupload 1.0.19-7 to unstable.
* debconf translations:
+ pt.po: courtesy of Américo Monteiro (closes: #480219).
+ cs.po: courtesy of Miroslav Kure (closes: #480313).
+ de.po: courtesy of Helge Kreutzmann (closes: #480366).
+ vi.po: courtesy of Clytie Siddall (closes: #480483).
+ fi.po: courtesy of Esko Arajärvi (closes: #480550).
+ fr.po: update by Christian Perrier.
-- Julien BLACHE <jblache@debian.org> Wed, 14 May 2008 19:13:29 +0200
sane-backends (1.0.19-7) experimental; urgency=low
* Introducing new saned & net backend features.
+ saned can now run as a standalone daemon and offers mDNS/DNS-SD. The net
backend can discover saned servers on the (local) network.
* debian/patches/01_manpages_fixes.dpatch:
+ Fix man warnings in sane-config.1 and sane-mustek_pp.5.
* debian/patches/30_new_saned.dpatch:
+ Added; from CVS HEAD, backport new saned and net backend.
* debian/sane-utils.README.Debian:
+ Enhancements, typo fixes.
* debian/sane-utils.templates, debian/sane-utils.config,
debian/sane-utils.postinst:
+ Add a debconf question to automatically add the saned user to the
scanner group.
+ Add a debconf question to enable saned as a standalone daemon.
* debian/rules:
+ Enable Avahi support at configure time.
+ Call dh_installdebconf.
+ Call dh_installinit.
* debian/control:
+ Build-Depend on po-debconf, libavahi-client-dev (>= 0.6.4).
+ sane-utils: add ${misc:Depends} to get the appropriate debconf
dependencies.
+ sane-utils: recommend avahi-daemon.
+ libsane: recommend avahi-daemon.
+ libsane-dev: depend on libavahi-client-dev.
* debian/sane-utils.saned.init, debian/sane-utils.saned.default:
+ Add an initscript & default file for saned.
* debconf translations:
+ eu.po: courtesy of Piarres Beobide (closes: #479380, #479808).
+ fr.po: courtesy of Christian Perrier.
+ pt_BR.po: courtesy of Eder L. Marques (closes: #479785).
+ gl.po: courtesy of Jacobo Tarrio (closes: #479838).
-- Julien BLACHE <jblache@debian.org> Wed, 07 May 2008 18:37:07 +0200
sane-backends (1.0.19-6) unstable; urgency=low
* debian/patches/08_epson2_be_nice_to_saned.dpatch:
+ Added; from CVS, be nice to saned and do not pollute fd 0
(closes: #479052).
-- Julien BLACHE <jblache@debian.org> Sat, 03 May 2008 16:46:12 +0200
sane-backends (1.0.19-5) unstable; urgency=low
* debian/patches/07_epson2_be_nice.dpatch:
+ Added; from CVS, be nice to other backends and close the scanner device
when the device is not recognized (or another error happens)
(closes: #476468).
-- Julien BLACHE <jblache@debian.org> Sat, 19 Apr 2008 17:16:13 +0200
sane-backends (1.0.19-4) unstable; urgency=low
* debian/patches/03_snapscan_usb_ftok_fix.dpatch:
+ Updated; improve the patch by falling back to ftok() for non-libusb
devices.
* debian/patches/04_sane-desc_hal_new.dpatch:
+ Added; add support for newer HAL versions.
* debian/patches/05_hp_timing_fix.dpatch:
+ Added; fix timing issue with HP scanners (closes: #472819).
* debian/patches/06_sanei_scsi_attach_fix.dpatch:
+ Added; from CVS, continue to iterate over the list of devices even
if an attempt to attach one of the devices fails.
* debian/rules:
+ Generate HAL FDI file for newer HAL versions (closes: #472664).
* debian/libsane-dev.doc-base:
+ Fix doc-base section.
-- Julien BLACHE <jblache@debian.org> Fri, 28 Mar 2008 22:39:17 +0100
sane-backends (1.0.19-3) unstable; urgency=low
* debian/patches/01_disable_epson2.dpatch:
+ Removed; reenable the epson2 backend.
* debian/patches/03_snapscan_usb_ftok_fix.dpatch:
+ Added; work around the usage of ftok() in the snapscan backend. See
the patch description for details (closes: #466855).
-- Julien BLACHE <jblache@debian.org> Sat, 15 Mar 2008 16:16:38 +0100
sane-backends (1.0.19-2) unstable; urgency=low
* debian/patches/02_pixma_update.dpatch:
+ Added; update pixma backend from CVS, adding support for
- Pixma MP210, MP470, MP520, MP610, MultiPASS MP710
- MP140, MP220, MultiPASS MP740 (untested)
- MP970 (experimental, untested)
(closes: #468270).
* debian/rules:
+ Generate and install HAL fdi file (closes: #466540).
* debian/control:
+ Add update-inetd dependency for sane-utils.
* debian/sane-utils.postinst, debian/sane-utils.postrm:
+ Add support for update-inetd (closes: #426514).
* debian/sane-utils.README.Debian:
+ Document update-inetd usage.
-- Julien BLACHE <jblache@debian.org> Sat, 01 Mar 2008 14:11:29 +0100
sane-backends (1.0.19-1) unstable; urgency=low
* New upstream release.
+ New backends: cardscan (Corex Cardscan 800c), epjitsu (Epson-based
Fujitsu), epson2 (various Epson scanners), hp3900 (HP ScanJet 3970 and
more), hp5590 (HP ScanJet 5590 and more), hpljm1005 (HP LaserJet M1005
and more), hs2p (Ricoh IS400 series)
+ Fix for the pixma backend (closes: #459663).
+ Regression fix for the avision backend (closes: #458478, #458932).
* debian/patches/02_hurd_no_plustek_pp.dpatch:
+ Removed; merged upstream.
* debian/patches/11_minimum_linkage.dpatch:
+ Updated.
* debian/patches/12_new_configure.dpatch:
+ Updated.
* debian/control:
+ Adjust libsane-extras dependencies for 1.0.19.
-- Julien BLACHE <jblache@debian.org> Tue, 12 Feb 2008 21:44:19 +0100
sane-backends (1.0.19~cvs20071213-5) unstable; urgency=low
* debian/control:
+ Build-Depends: xutils-dev instead of xutils.
+ Depend on libsane-extras{,-dev,-dbg} to help fix up the buggy udev rules
in libsane-extras.
+ Promote libgphoto2-2-dev to Depends: for libsane-dev.
* debian/patches/02_hurd_no_plustek_pp.dpatch:
+ Added; do not build plustek_pp on Hurd (closes: #457378).
* debian/patches/12_new_configure.dpatch:
+ Updated.
-- Julien BLACHE <jblache@debian.org> Mon, 07 Jan 2008 12:07:27 +0100
2007
sane-backends (1.0.19~cvs20071213-4) unstable; urgency=low
* debian/patches/11_minimum_linkage.dpatch:
+ Updated; add libcam for coolscan & umax, remove it for cardscan.
-- Julien BLACHE <jblache@debian.org> Mon, 31 Dec 2007 14:11:34 +0100
sane-backends (1.0.19~cvs20071213-3) unstable; urgency=low
* debian/control:
+ Tighten relationship with libsane-extras due to the udev rules renaming.
-- Julien BLACHE <jblache@debian.org> Fri, 28 Dec 2007 11:45:30 +0100
sane-backends (1.0.19~cvs20071213-2) unstable; urgency=low
* debian/rules:
+ Generate udev rules as debian/libsane.udev, clean as needed.
+ Use dh_installudev.
+ Remove libsane-dll.* from /usr/lib/sane; libsane.so and libsane-dll.so
are the same backend.
* debian/libsane.postinst:
+ Remove udev installation code.
* debian/libsane.preinst:
+ Added; handle upgrade from previous udev code to dh_installudev.
* debian/patches/11_minimum_linkage.dpatch:
+ Added; only link backends to the libraries they need.
* debian/patches/12_new_configure.dpatch:
+ Added; new configure script.
* debian/patches/12_gphoto2_link_backend_only.dpatch:
+ Removed; obsoleted by 11_minimum_linkage.dpatch.
* debian/patches/13_new_configure.dpatch:
+ Removed; now 12_new_configure.dpatch.
-- Julien BLACHE <jblache@debian.org> Tue, 25 Dec 2007 22:58:26 +0100
sane-backends (1.0.19~cvs20071213-1) unstable; urgency=low
* New CVS snapshot.
+ New backend: hp3900.
* debian/control:
+ Bump Standards-Version to 3.7.3 (no changes).
+ Bump libsane-extras{,-dev} dependencies/conflicts/replaces to 1.0.18.13.
+ Remove module-init-tools recommendation, enforced by udev which is a
dependency.
* debian/rules:
+ Remove ${module-init-tools} substvar.
-- Julien BLACHE <jblache@debian.org> Thu, 13 Dec 2007 21:59:02 +0100
sane-backends (1.0.19~cvs20071028-1) unstable; urgency=low
* New CVS snapshot.
+ All backends now declare OPT_NUM_OPTS of type SANE_TYPE_INT (closes: #448162).
+ Fixed USB IDs for the Epson CX-6600 (closes: #419349).
+ Added USB IDs for the Epson DX-6000 (closes: #442051).
* debian/control:
+ libsane-dev Recommends: libgphoto2-2-dev.
-- Julien BLACHE <jblache@debian.org> Sun, 28 Oct 2007 11:17:36 +0100
sane-backends (1.0.19~cvs20070730-1) unstable; urgency=low
* New CVS snapshot.
+ Workaround for CONFIG_USB_SUSPEND (closes: #434276).
* debian/control, debian/rules:
+ Make libsane depend on makedev | udev on Linux (closes: #428220).
* debian/libsane.postinst:
+ Change MAKEDEV invocation to invoke /dev/MAKEDEV instead of /sbin/MAKEDEV.
* debian/control:
+ Do not {build-,}depend on libusb-dev nor libieee1284-dev on hurd-i386
(closes: #434575).
+ Use ${binary:Version} instead of ${Source-Version}.
* debian/rules:
+ Do not ignore make distclean errors.
* debian/patches/30_sanei_scsi_sg_ioctl.dpatch:
+ Removed; merged upstream.
-- Julien BLACHE <jblache@debian.org> Mon, 30 Jul 2007 14:03:13 +0200
sane-backends (1.0.19~cvs20070505-3) unstable; urgency=low
* debian/patches/30_sanei_scsi_sg_ioctl.dpatch:
+ Added; use the SG_IO ioctl interface instead of the asynchronous
read/write SG3 interface. This allows the use of SCSI scanners in
mixed 32/64bit environments, thanks to the ioctl 32bit compatibility
layer taking care of the 32/64bit sg_hdr conversion (closes: #420193).
If you own a SCSI scanner, please report back on this change; especially
if, compared to the previous version (1.0.19~cvs20070505-2):
- the scanner backtracks more than it used to with the previous version
- you see weird errors OR you see no error and you should be seeing some
- performance sucks
- resulting image is broken in one way or another
- ...
-- Julien BLACHE <jblache@debian.org> Sun, 20 May 2007 10:46:00 +0200
sane-backends (1.0.19~cvs20070505-2) unstable; urgency=low
* debian/patches/01_disable_epson2.dpatch:
+ Added; disable epson2 backend by default (closes: #422697).
-- Julien BLACHE <jblache@debian.org> Sat, 12 May 2007 10:37:11 +0200
sane-backends (1.0.19~cvs20070505-1) unstable; urgency=low
* New CVS snapshot.
+ New backend: hp5590.
* debian/patches/31_epson_remove_check.dpatch:
+ Removed; merged upstream.
-- Julien BLACHE <jblache@debian.org> Sat, 05 May 2007 20:37:07 +0200
sane-backends (1.0.19~cvs20070421-1) unstable; urgency=low
* debian/control:
+ Update Build-Depends for the TeXLive migration.
+ Removed old Conflicts.
+ Upgrade libsane-extras minimum version to 1.0.18.6.
* debian/rules:
+ Drop hotplug support.
+ Drop code for Sarge backports.
* debian/libsane.postinst:
+ Remove old hotplug-ng files, code taken from Ubuntu.
* debian/libsane.README.Debian, debian/sane-utils.README.Debian:
+ Removed hotplug notes.
* debian/patches/03_usb_perms_664.dpatch:
+ Removed; merged upstream.
* debian/patches/11_hotplug_wait_for_device.dpatch:
+ Removed; not needed anymore.
* debian/patches/30_udev_long_comment_lines.dpatch:
+ Removed; merged upstream.
* debian/patches/32_microtek2_add_check.dpatch:
+ Removed; merged upstream.
* debian/patches/33_manpages_fixes.dpatch:
+ Removed; merged upstream.
-- Julien BLACHE <jblache@debian.org> Sat, 21 Apr 2007 13:33:26 +0200
sane-backends (1.0.18-6) unstable; urgency=low
* Enable libieee1284 support on kFreeBSD-amd64 (closes: #413178). * debian/control: + Build-depend on libieee1284-3-dev (>= 0.2.10-5) for all architectures. + libsane-dev depends on libieee1284-3-dev (>= 0.2.10-5) for all architectures. * debian/rules: + Remove the libieee1284-3-dev substitution variable.
-- Julien BLACHE <jblache@debian.org> Sat, 3 Mar 2007 11:39:33 +0100
sane-backends (1.0.18-5) unstable; urgency=medium
* debian/patches/32_microtek2_add_check.dpatch:
+ Added; Add missing return status check, preventing a segfault later
on (closes: #398153).
* debian/patches/33_manpages_fixes.dpatch:
+ Added; fix man warnings in some manpages.
-- Julien BLACHE <jblache@debian.org> Mon, 8 Jan 2007 19:52:22 +0100
sane-backends (1.0.18-4) unstable; urgency=medium
* debian/patches/31_epson_remove_check.dpatch:
+ Added; Remove bogus check in epson backend get_identity2_information()
affecting Stylus CX5xxx models (closes: #399119, #402444).
* debian/sane-utils.README.Debian:
+ Fix typo, the manpage for saned is in section 8 not 1.
* debian/control:
+ libsane-dbg is Priority: extra.
+ Remove Uploaders.
Thank you Aurélien JARNO for your help during these years.
-- Julien BLACHE <jblache@debian.org> Sat, 6 Jan 2007 18:46:43 +0100
2006
sane-backends (1.0.18-3) unstable; urgency=low
* debian/patches/30_udev_long_comment_lines.dpatch:
+ Added; split very long comment lines in the udev rules file
(closes: #376859).
* debian/libsane.README.Debian:
+ Updated; udev no longer sets permissions on /proc/bus/usb/xxx/yyy,
/dev/bus/usb/xxx/yyy is used instead now.
-- Julien BLACHE <jblache@debian.org> Sun, 30 Jul 2006 20:40:09 +0200
sane-backends (1.0.18-2) unstable; urgency=low
* debian/control:
+ Build-Depends: libltdl3-dev, needed to link with libgphoto2-2.
+ sane-utils Suggests: unpaper.
-- Julien BLACHE <jblache@debian.org> Tue, 4 Jul 2006 09:09:04 +0200
sane-backends (1.0.18-1) unstable; urgency=low
* New upstream release.
+ New backends: dell1600n_net, hp3500, pixma, stv680 (closes: #360303).
+ Canon LiDE 60 USBids added to the genesys description file (closes: #366871).
* debian/patches/01_usbids.dpatch:
+ Removed; merged upstream.
* debian/patches/26_manpages_spelling_fixes.dpatch:
+ Removed; merged upstream.
* debian/patches/25_glibc_sys_io_h.dpatch:
+ Removed; merged upstream.
* debian/patches/03_usb_perms_664.dpatch:
+ Updated; the convert-usermap.sh scripts are gone.
* debian/patches/04_udev_rules_fix.dpatch:
+ Removed; merged upstream.
* debian/rules:
+ Use sane-desc to generate the udev rules file and the hotplug data file.
+ Improve manpage list generation for the libsane package.
* debian/control:
+ Build-Depends: libtiff4-dev, for the dell1600n_net backend.
-- Julien BLACHE <jblache@debian.org> Mon, 3 Jul 2006 20:30:17 +0200
sane-backends (1.0.17-4) unstable; urgency=low
* debian/compat:
+ Bumped DH_COMPAT to 5.
* debian/control:
+ Bumped Standards-Version to 3.7.2 (no changes).
+ Build-Depend on debhelper (>= 5.0.0) for DH_COMPAT=5.
+ New libsane-dbg binary for debugging symbols (closes: #366767).
* debian/rules:
+ Tell dh_strip to put debugging symbols into libsane-dbg.
-- Julien BLACHE <jblache@debian.org> Fri, 26 May 2006 13:40:01 +0200
sane-backends (1.0.17-3) unstable; urgency=low
* debian/control:
+ Add ${libieee1284-3-dev} to libsane-dev Depends: (closes: #364294).
-- Julien BLACHE <jblache@debian.org> Sat, 22 Apr 2006 19:58:12 +0200
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.
-- Julien BLACHE <jblache@debian.org> Thu, 13 Apr 2006 21:40:58 +0200
2005
sane-backends (1.0.17-1) unstable; urgency=low
Julien BLACHE:
* New upstream release.
+ New backends: hp4200, lexmark, mustek_usb2.
+ Now ignores EBUSY on set_configuration for real (closes: #332281).
+ Fixed USB IDs for BearPaw 2448 TA Plus to use only lowercase letters (closes: #341046).
* debian/patches/01_hotplug_usbids.dpatch:
+ Removed; merged upstream.
* debian/patches/02_tools_udev.dpatch:
+ Removed; merged upstream.
* debian/patches/02_udev_rules.dpatch:
+ Added; add a RUN rule to run the hotplug.d script (for coldplugging).
* debian/control:
+ Build-Depends: xutils as makedepend is now used by the build system.
+ Adjust conflicts/suggests for libsane-extras.
Aurélien JARNO:
* debian/patches/03_usb_perms_664.dpatch:
+ Added; lsusb needs read access to USB devices to work properly.
-- Julien BLACHE <jblache@debian.org> Sun, 18 Dec 2005 17:09:47 +0100
sane-backends (1.0.16-5) unstable; urgency=low
* debian/patches/02_tools_udev.dpatch:
+ Run the hotplug.d script to ensure a working coldplug (closes: #334068).
* debian/patches/30_misc_fixes.dpatch:
+ Fix a typo in sane-find-scanner(1) (closes: #310333).
* debian/patches/34_sanei_usb_ignore_set_config_ebusy.dpatch:
+ Ignore EBUSY on set_configuration to better accomodate MFC devices (closes: #332281).
* debian/libsane.postrm:
+ Remove /etc/udev/rules.d/025_libsane.rules on purge (closes: #333569).
-- Julien BLACHE <jblache@debian.org> Thu, 27 Oct 2005 20:25:16 +0200
sane-backends (1.0.16-4) unstable; urgency=low
* debian/patches/02_tools_udev.dpatch:
+ Fix broken tools/udev/convert-usermap.sh script.
-- Julien BLACHE <jblache@debian.org> Wed, 28 Sep 2005 22:59:41 +0200
sane-backends (1.0.16-3) unstable; urgency=low
* The udev release. Thanks to Marco d'Itri for his help.
* debian/patches/02_tools_udev.dpatch:
+ Added; adds tools/udev from CVS.
* debian/rules:
+ Generate the udev rules file for libsane and install it.
+ Generate a modprobe blacklist (same as the hotplug blacklist).
* debian/libsane.postinst:
+ Symlink the udev rules file under /etc/udev/rules.d; do that only once.
* debian/control:
+ Recommends: hotplug | udev
-- Julien BLACHE <jblache@debian.org> Wed, 28 Sep 2005 22:42:38 +0200
sane-backends (1.0.16-2) unstable; urgency=low
* debian/patches/11_hotplug_wait_for_device.dpatch:
+ Bump timeout to 25 seconds.
* debian/patches/01_hotplug_usbids.dpatch:
+ Added; pulled from CVS (closes: #323607).
* debian/patches/32_plustek_update.dpatch:
+ Supersedes 32_add_lide25.dpatch; plustek backend update, adds LiDE 25
support and fixes LiDE 20 support.
* debian/patches/33_sm3600_update.dpatch:
+ Added; pulled from CVS, sm3600 adapted to sanei_usb.
-- Julien BLACHE <jblache@debian.org> Sun, 28 Aug 2005 18:33:18 +0200
sane-backends (1.0.16-1) unstable; urgency=low
Julien BLACHE:
* New upstream release.
+ New backends: sm3840, genesys.
+ Fixed typos in manpages (closes: #310332, #310333).
* Patches removed (integrated upstream):
+ 01_hotplug_usbids.dpatch
+ 02_tools_hotplug-ng.dpatch
+ 03_manpages_fixes.dpatch
+ Most of 30_misc_fixes.dpatch
+ 31_gt68xx_fixes.dpatch
+ 32_snapscan_update.dpatch
+ 33_avision_update.dpatch
+ 34_plustek_update.dpatch
+ 35_libusbscanner_2.6_fixes.dpatch
+ 36_sane-find-scanner_message.dpatch
+ 37_epson_usbids.dpatch
* debian/libsane.postinst:
+ Removed the udev check, it's broken and MAKEDEV now does the Right
Thing (tm) on its own (closes: #310216).
+ Remove anything debconf-related.
* debian/control:
+ Bumped Standards-Version to 3.6.2 (no changes).
+ Update the conflict on libsane-extras.
+ Downgrade Depends: sane-utils to Recommends: sane-utils now that Sarge
has been released.
+ Drop dependency on debconf.
* debian/rules:
+ Generate sane-backends.pot, patch from Martin Pitt (closes: #313527).
+ Comment call to dh_installdebconf, we don't use debconf anymore.
Aurélien JARNO:
* DEB_HOST_GNU_SYSTEM replaced by DEB_HOST_ARCH_OS.
* Get rid of debian/control.in by using the -V option of dpkg-gencontrol.
-- Julien BLACHE <jblache@debian.org> Sun, 7 Aug 2005 15:00:05 +0200
sane-backends (1.0.15-10) unstable; urgency=low
* debian/patches/01_hotplug_usbids.dpatch:
+ Updated; added Genius ColorPage Vivid3XE (closes: #305993).
+ Added Microtek ScanMaker 3700 (closes: #307952).
+ Added Epson Stylus RX620 (closes: #308867).
* debian/patches/11_hotplug_wait_for_device.dpatch:
+ Added; try to wait for the device to appear in the FS (closes: #302891).
* debian/patches/30_misc_fixes.dpatch:
+ Updated; fixed "device model referenced not duplicated" in the v4l
backend (closes: #306458).
* debian/control.in:
+ Build-Depend on a fixed libusb.
-- Julien BLACHE <jblache@debian.org> Sun, 22 May 2005 11:09:19 +0200
sane-backends (1.0.15-9) unstable; urgency=low
* debian/patches/22_dll_backend_conf.dpatch:
+ Process /etc/sane.d/dll.d first, so that those backends will be loaded
last. This will prevent buggy extras backends to perturb other backends.
* debian/patches/03_manpages_fixes.dpatch:
+ Fix a typo in sane(7), reported by A Costa (closes: #302675).
+ Fix 3 typos in scanimage(1), also reported by A Costa (closes: #302334).
-- Julien BLACHE <jblache@debian.org> Wed, 20 Apr 2005 16:17:20 +0200
sane-backends (1.0.15-8) unstable; urgency=low
Aurélien Jarno:
* Drop support for the scanner kernel module. Switch to libusb NOW.
+ Drop the devfs config file, remove /etc/devfs/conf.d/devfs
in libsane.postinst.
* Transition to the new hotplug hook scheme (pulled from CVS), which is
compatible with both hotplug and hotplug-ng.
+ Remove /etc/hotplug/usb/libsane.usermap and /etc/hotplug/usb/libusbscanner
in libsane.postinst.
+ Conflicts with libsane-extras (<< 1.0.15.7) to avoid partial upgrades, as
1.0.15.7 is the version compatible with the new hotplug script.
Julien Blache:
* Added support for GNU/kFreeBSD (closes: #297979).
+ debian/rules: generate control at clean time.
+ debian/rules: install README.{linux,freebsd} depending on the system.
+ debian/patches/23_unneeded_doc.dpatch: do not install OS-specific READMEs.
+ debian/control.in: do not depend on makedev on !linux (via debian/rules).
+ debian/libsane.postinst: do not create device nodes on !linux.
* debian/rules:
+ Install only the manpages for the backends which have been built.
+ Cut the head of libsane.usermap to remove the comments pertaining to the
old usermap format.
* debian/libsane.README.Debian:
+ Updated to relfect the hotplug changes.
* debian/libsane.postinst:
+ Do not create device nodes when udev is in use.
-- Julien BLACHE <jblache@debian.org> Sun, 6 Mar 2005 00:36:43 +0100
sane-backends (1.0.15-7) unstable; urgency=low
Julien BLACHE:
* debian/patches/22_dll.conf_debian.dpatch
+ Removed; renamed to 22_dll_backend_conf.dpatch.
* debian/patches/22_dll_backend_conf.dpatch
+ Added; adds a Debian-specific comment to the dll.conf file, and patches
the dll backend to look for pieces of dll.conf in the /etc/sane.d/dll.d
directory; this is a facility for packages providing external backends,
like libsane-extras, hpoj and hplip.
Aurélien Jarno:
* debian/patches/01_hotplug_usbids.dpatch
+ Added Epson Corp. Stylus CX6600 to libsane.usermap (closes: #293082).
-- Julien BLACHE <jblache@debian.org> Mon, 21 Feb 2005 16:43:41 +0100
sane-backends (1.0.15-6) unstable; urgency=low
* debian/control
+ Recommends: hotplug (was Suggests: hotplug).
+ Suggests: hpoj, hplip.
* debian/rules
+ Blacklist the scanner module wrt hotplug.
* debian/libsane.README.Debian
+ Explain that the scanner module is going away, and that we're now
blacklisting it wrt hotplug upon installation of the package.
* debian/patches/01_hotplug_usbids.dpatch
+ Updated; added Epson Stylus RX-425.
* debian/patches/37_epson_usbids.dpatch
+ Added; adds Epson Stylus RX-425.
* debian/patches/30_misc_fixes.dpatch
+ Updated; added initialization of dev->scanning in coolscan.c.
* debian/patches/02_manpages_fixes.dpatch
+ Added; manpages fixes from esr.
* debian/patches/32_snapscan_deinterlacer.dpatch
+ Removed; renamed to 32_snapscan_update.dpatch.
* debian/patches/32_snapscan_update.dpatch
+ Added; contains all of the previous 32_snapscan_deinterlacer.dpatch,
plus it adds support for the Epson Perfection 1270, BenQ 5250C and
quality calibration for the Epson Perfection 2480.
* debian/patches/22_dll.conf_debian.dpatch
+ Updated; added the sm3840 backend provided by libsane-extras and the
hpaio backend provided by hplip (closes: #291435).
* debian/patches/38_artec_e+48_conf.dpatch
+ Added; adds proper configuration for the Umax AstraSlim SE.
-- Julien BLACHE <jblache@debian.org> Sat, 22 Jan 2005 13:54:58 +0100
sane-backends (1.0.15-5) unstable; urgency=medium
* debian/patches/34_plustek_update.dpatch:
+ Added; pulled from CVS, contains fixes for Epson Perfection 1260
scanners (closes: #290029).
* debian/patches/35_libusbscanner_2.6_fixes.dpatch:
+ Added; applied patch from Martin Pitt to use sysfs to determine the
device number, instead of guessing it in a semi-broken way
(closes: #289666).
* debian/patches/36_sane-find-scanner_message.dpatch
+ Added; adds a "make sure your scanner is powered up and plugged in"
message to sane-find-scanner (closes: #287592).
-- Julien BLACHE <jblache@debian.org> Wed, 12 Jan 2005 17:48:30 +0100
2004
sane-backends (1.0.15-4) unstable; urgency=medium
* debian/control:
+ Added build-dependency on pkg-config (closes: #286140).
* debian/patches/13_new_configure.dpatch:
+ Fixed; remove unwanted autom4te.cache directory from the patch
(closes: #286143).
-- Julien BLACHE <jblache@debian.org> Sun, 19 Dec 2004 18:08:23 +0100
sane-backends (1.0.15-3) unstable; urgency=low
* debian/patches/31_gt68xx_fixes.dpatch:
+ Updated; added a fix for Mustek BearPaw 2448 TA/CS Plus scanners
(closes: #284674).
* debian/patches/33_avision_update.dpatch:
+ Added; improved avision backend from CVS.
-- Julien BLACHE <jblache@debian.org> Thu, 9 Dec 2004 16:01:50 +0100
sane-backends (1.0.15-2) unstable; urgency=low
* debian/patches/01_hotplug_usbids.dpatch:
+ Added; taken from CVS, adds missing USB IDs to the hotplug scripts
(closes: #280821, #281003).
* debian/patches/31_gt68xx_fixes.dpatch:
+ Added; taken from CVS, fixes incorrect mode check for some scanners
(closes: #281061).
* debian/patches/30_misc_fixes.dpatch:
+ Added; miscellaneous fixes from CVS/sane-devel.
* debian/patches/32_snapscan_deinterlacer.dpatch:
+ Added; taken from CVS, adds a deinterlacer filter to the snapscan
backend, which is needed to scan at 2400 DPI with some scanners.
-- Julien BLACHE <jblache@debian.org> Sun, 14 Nov 2004 15:39:36 +0100
sane-backends (1.0.15-1) unstable; urgency=low
* New upstream release.
+ Patch for Microtek Phantom C6 on PowerPC merged upstream
(closes: #274523).
+ New backend: niash.
* debian/control:
+ Update conflicts/replaces on libsane-extras 1.0.15.1.
* debian/patches/01_libusbscanner.dpatch:
+ Removed; taken from CVS, included in this version.
* debian/patches/02_epson_usbids.dpatch:
+ Removed; taken from CVS, included in this version.
* debian/patches/03_hotplug_usbids.dpatch:
+ Removed; merged upstream.
* debian/patches/11_libtool_unneeded_checks.dpatch:
+ Removed.
* debian/patches/12_gphoto2_link_backend_only.dpatch:
+ Updated; revert unwanted backend/Makefile.in patch causing an incorrect
rpath in /usr/lib/libsane.la (closes: #279082).
* debian/patches/13_new_configure.dpatch:
+ Updated.
* debian/patches/22_dll.conf_debian.dpatch:
+ Updated; the niash backend is now part of SANE.
* debian/patches/25_saned_man_section.dpatch:
+ Removed; merged upstream.
* debian/patches/26_scanimage_batch.dpatch:
+ Removed; merged upstream.
* debian/patches/27_snapscan-usb_count_urb.dpatch:
+ Removed; taken from CVS, included in this version.
* debian/sane-utils.README.Debian:
+ Fix reference to /usr/share/doc/libsane/README.Debian.gz
(closes: #278670).
-- Julien BLACHE <jblache@debian.org> Tue, 9 Nov 2004 23:28:23 +0100
sane-backends (1.0.14-7) unstable; urgency=medium
* Co-maintainer upload.
* debian/patches/27_snapscan-usb_count_urb.dpatch:
+ Added, backported from CVS: Don't enforce even number of URB packages
on snapscan 1212u_2 (closes: #250885).
* debian/patches/03_hotplug_usbids.dpatch:
+ Added Epson Corp. Stylus CX6400 to libsane.usermap (closes: #293946).
-- Aurelien Jarno <aurel32@debian.org> Mon, 9 Aug 2004 11:17:13 +0200
sane-backends (1.0.14-6) unstable; urgency=medium
* Urgency=medium as this revision will fix the upgrade path from Woody.
* debian/control:
+ Removed obsolete gcc-3.3 build-depends (closes: #262245).
+ Upgraded the sane-utils recommendation to a dependency as an upgrade
path from Woody (closes: #263408).
* debian/rules:
+ Create /etc/hotplug/blacklist.d/libsane to prevent hotplug
from loading the no-longer-needed hpusbscsi module (closes: #260734).
* debian/patches/03_hotplug_usbids.dpatch:
+ Added; adds HP ScanJet 5300C to libsane.usermap (closes: #260736).
* debian/patches/26_scanimage_batch.dpatch:
+ Added; adds possibility to interrupt a batch scan in scanimage by
pressing ^D (closes: #260230).
-- Julien BLACHE <jblache@debian.org> Wed, 4 Aug 2004 22:12:40 +0200
sane-backends (1.0.14-5) unstable; urgency=low
* debian/patches/02_epson_usbids.dpatch
+ Put back the USB IDs for the Perfection 1650, remove the USB IDs for the
Perfection 1250, which now really fixes the bug.
-- Julien BLACHE <jblache@debian.org> Sun, 13 Jun 2004 13:48:27 +0200
sane-backends (1.0.14-4) unstable; urgency=low
* debian/libsane.postinst
+ modutils is Required, not Essential; replace kernelversion (provided by
modutils) by uname -r | cut (closes: #254140).
-- Julien BLACHE <jblache@debian.org> Sun, 13 Jun 2004 12:12:02 +0200
sane-backends (1.0.14-3) unstable; urgency=low
* debian/libsane.postinst
+ Do not create /dev/usb/scanner* if running a 2.6 kernel.
* debian/patches/02_espon_usbids.dpatch
+ Remove USB IDs for Perfection 1250 and 1260; these scanners are handled
by the plustek backend (pulled from CVS) (closes: #248859).
* debian/patches/25_saned_man_section.dpatch
+ Added; saned goes to /usr/sbin, its manpage should go to section 8.
-- Julien BLACHE <jblache@debian.org> Fri, 11 Jun 2004 21:37:18 +0200
sane-backends (1.0.14-2) unstable; urgency=low
* debian/patches/22_dll.conf_debian.dpatch
+ Enable the hpoj backend by default (closes: #246985, #248379).
* debian/patches/01_libusbscanner.dpatch
+ Pulled from CVS, fixes hotplug's lack of backward compatibility
(closes: #248770).
-- Julien BLACHE <jblache@debian.org> Thu, 20 May 2004 20:25:18 +0200
sane-backends (1.0.14-1) unstable; urgency=low
* New upstream release.
+ USB IDs for EPSON Stylus CX5400 added (closes: #243295).
+ USB IDs for Nikon CoolScan 5000 added (closes: #243792).
* debian/hotplug/*
+ removed, integrated upstream (tools/hotplug).
* debian/patches/01_mustek_pp_unified.dpatch
+ removed, integrated in this release.
* debian/patches/02_hp_backend_usb_fix.dpatch
+ removed, integrated in this release.
* debian/rules
+ install the provided hotplug script and config file.
-- Julien BLACHE <jblache@debian.org> Sat, 1 May 2004 16:26:47 +0200
sane-backends (1.0.13-4) unstable; urgency=low
* debian/patches/02_hp_backend_usb_fix.dpatch
+ added, pulled from CVS, fixes USB problems on kernel 2.6 (closes: #242188).
* Updated libsane.usermap from CVS (closes: #242090).
* Updated README.Debian, fixed a couple of typos.
-- Julien BLACHE <jblache@debian.org> Sun, 11 Apr 2004 10:31:41 +0200
2003
sane-backends (1.0.13-3) unstable; urgency=low
* debian/libsane.config, debian/libsane.templates, debian/po:
+ Removed, we don't use debconf anymore.
* debian/postinst:
+ Fixed the /dev/usb/parport0 typo that should have read /dev/parport0.
Thanks to Tore Anderson for catching this one.
+ Removed anything debconf-related, only purge whatever is left in the
debconf DB (closes: #224597).
-- Julien BLACHE <jblache@debian.org> Sat, 20 Dec 2003 18:44:37 +0100
sane-backends (1.0.13-2) unstable; urgency=low
* debian/patches: order of the patches changed (slightly).
+ 01_mustek_pp_unified.dpatch: scan area fixes.
-- Julien BLACHE <jblache@debian.org> Mon, 1 Dec 2003 19:19:19 +0100
sane-backends (1.0.13-1) unstable; urgency=low
* New upstream release.
* debian/patches:
+ 20_net.c_fixes.dpatch : removed, merged upstream.
+ 21_gt68xx_uhci_fixes.dpatch : ditto.
+ 04_hp5400_sanei_config2.dpatch : ditto.
+ 03_new_configure : updated.
+ 04_mustek_pp_unified: added; with this patch the mustek_pp backend
supports both CIS and CCD scanners (closes: #190998).
* debconf:
+ Direct users to README.Debian.gz instead of README.Debian
(closes: #217347).
+ Added Japanese translation (closes: #214040).
+ Added Dutch translation (closes: #218905).
+ Added German translation, thanks to Dirk Ritter and debian-l10n-german.
* debian/sane-utils.README.Debian:
+ More details about the saned user and group, and the reason why the saned
user is not part of the scanner group by default (closes: #220024).
* debian/devfs/scanner:
+ Added an example for SCSI devices, thanks to Dirk Ritter.
* debian/control:
+ Standards-Version bumped to 3.6.1 (no changes).
* debian/rules, debian/compat:
+ Switch to DH_COMPAT 4, and moved from dh_movefiles to dh_install.
* debian/control, debian/rules:
+ Build-depend on chrpath and use it to remove rpath from the binaries.
-- Julien BLACHE <jblache@debian.org> Mon, 24 Nov 2003 18:35:21 +0100
sane-backends (1.0.12-7) unstable; urgency=low
* The "Maintainer's birthday" release.
* Simplified the needlessly complex debconf questions. Now use a multiselect
question instead of 3 independent questions.
+ debian/libsane.templates: rewritten to use a multiselect type
+ debian/libsane.config: ditto, try to convert from the older questions,
then purge them once done.
+ debian/libsane.postinst: rewritten to parse the answer from the new
debconf thingy.
+ debian/control: now Depends: debconf (>= 0.5.0) due to the use of db_fset
in debian/libsane.config.
* debian/libsane.postinst: use ':' as a separator for chown instead of '.'.
* debian/libsane.README.Debian: ditto.
* debian/control: only Suggests: hotplug (closes: #205291).
-- Julien BLACHE <jblache@debian.org> Wed, 20 Aug 2003 14:03:14 +0200
sane-backends (1.0.12-6) unstable; urgency=low
* Julien BLACHE <jblache@debian.org> * debian/control + Bumped Standards-Version to 3.6.0 (no changes). + libsane depends on adduser (>= 3.47). + libsane recommends hotplug. * debian/libsane.templates: templates slightly rewritten to accomodate the various debconf frontends (closes: #202744). * debconf-related items: + Switched debconf templates to debconf-po, thus build-depends on debhelper (>= 4.1.16) (closes: #203669). + Added french debconf translation based on translation from Michel Grentzinger <mic.grentz(AT)online.fr> for sane-backends 1.0.12-5 (closes: #203670). * debian/libsane.postinst: + Add a scanner system group, and chown root.scanner /dev/usb/scanner* if we create them (closes: #201851). * debian/libsane.README.Debian: + Added a Setup paragraph, detailing permissions issues and solutions implemented by this package. * debian/sane-utils.README.Debian: + Added, deals with permissions issues wrt the saned daemon. * hotplug support: + debian/hotplug/libusbscanner: added, hotplug script for scanners used with libusb, courtesy of Max Kutny <mkut(AT)umc.com.ua>. Installed as /etc/hotplug/usb/libusbscanner. + debian/hotplug/libsane.usermap: example map file for use with hotplug. Installed as /etc/hotplug/usb/libsane.usermap. * Aurélien JARNO <aurel32@debian.org> * debian/devfs/scanner: + Added, installed as /etc/devfs/conf.d/scanner.
-- Julien BLACHE <jblache@debian.org> Wed, 6 Aug 2003 13:08:11 +0200
sane-backends (1.0.12-5) unstable; urgency=low
* 21_gt68xx_uhci_fixes.dpatch : fix timeout with UHCI host controllers.
* debian/control:
+ Added temporary Build-Dependency on gcc-3.3 (>= 3.3.1-0pre0), which should
fix the ICE on m68k.
* debian/rules:
+ Should build with -O2 on m68k again.
-- Julien BLACHE <jblache@debian.org> Wed, 2 Jul 2003 12:04:59 +0200
sane-backends (1.0.12-4) unstable; urgency=low
* Julien BLACHE <jblache@debian.org> * The "I fucking hate libtool" release. Prevent libtool from checking things we do not need at all, such as a C++ or an F77 compiler. Sigh. * Converted to dpatch. Build-depends on dpatch. * Re-enable the gphoto2 backend, -but- do so that frontends do not get linked against libgphoto2. Only the backend is linked against it. (closes: #195613) * Thus, adds back the libgphoto2-2-dev build-dependency. * Effectively move the html doc to the html subdir, instead of copying them with dh_install. * Aurélien JARNO <aurel32@debian.org> * Add autotools-stamp, so that configure won't be run twice. * Do not link sanei_config2 in hp5400 : not needed (fixes an undefined symbol, too).
-- Julien BLACHE <jblache@debian.org> Tue, 3 Jun 2003 22:34:48 +0200
sane-backends (1.0.12-3) unstable; urgency=low
* Fix the net backend so that it _does_ try all alternatives before giving
up connecting to the server (closes: #195396).
-- Julien BLACHE <jblache@debian.org> Fri, 30 May 2003 19:22:54 +0200
sane-backends (1.0.12-2) unstable; urgency=low
* Build with -O1 on m68k; -O2 triggers an ICE.
-- Julien BLACHE <jblache@debian.org> Thu, 29 May 2003 11:36:41 +0200
sane-backends (1.0.12-1) unstable; urgency=low
* New upstream release.
* Should now work on m68k. Yeah. (closes: #77356).
* sane(7) has been improved (closes: #188647).
* scanimage(1) has been fixed, wrt --batch.
* The hp5400 backend has been included, replaces libsane-extras (<< 1.0.12.1).
* IPv6 support.
* Standards-Version bumped to 3.5.10 (no changes).
* libsane-dev belongs to libdevel.
* Do not generate manpages and documentation we do not need.
-- Julien BLACHE <jblache@debian.org> Sun, 25 May 2003 21:14:37 +0200
sane-backends (1.0.11-4) unstable; urgency=medium
* Move saned.conf to the sane-utils package. Woops. (closes: #192742)
-- Julien BLACHE <jblache@debian.org> Sat, 10 May 2003 08:41:23 +0200
sane-backends (1.0.11-3) unstable; urgency=medium
* The "We want to enter testing" release.
* Do not build the gphoto2 backend. Gphoto2 is blocked by a bunch of other
packages (KDE, ...) and we're free of RC bugs. Enough.
* Moved libphoto2-2-dev to Build-Conflicts.
* Bumped shlibs.
-- Julien BLACHE <jblache@debian.org> Sat, 3 May 2003 21:09:58 +0200
sane-backends (1.0.11-2) unstable; urgency=low
* Ok, ok, do not tell how to configure libusb (closes: #180570). * Do not print "Adding saned..." in sane-utils postinst when the user already exists. * Pulled fixed gphoto2 backend from CVS (closes: #180514).
-- Julien BLACHE <jblache@debian.org> Thu, 13 Feb 2003 13:22:21 +0100
sane-backends (1.0.11-1) unstable; urgency=low
* New upstream release.
* Security fixes to saned (closes: #180203).
* Added some debconf dialogs :
* /dev/parport*
* /dev/sg*
* note about /proc/bus/usb
-- Julien BLACHE <jblache@debian.org> Sun, 9 Feb 2003 21:17:16 +0100
sane-backends (1.0.10-2) unstable; urgency=low
* Fix postrm breakage (closes: #179586).
-- Julien BLACHE <jblache@debian.org> Mon, 3 Feb 2003 12:39:14 +0100
sane-backends (1.0.10-1) unstable; urgency=low
* New upstream release.
* Fixed sane-scsi manpage (closes: #174136).
* mustek_pp now has CIS support (closes: #152321).
* Added http://www.mostang.com/sane/sane-mfgs.html
as /usr/share/doc/libsane/supported.html (closes: #174131).
* New backends, previously included in libsane-extras :
* gt68xx
* artec_eplus48u (known as tevion9693usb)
* datadir is ${prefix}/share, not ${prefix}/share/sane.
* Remove /usr/lib/sane/libsane.so.1, as it's not libsane.so.1 (looks like
a libtool side-effect).
* Remove a couple more unwanted READMEs.
* Bumped Standards-Version to 3.5.8.
* Added a debconf dialog to create /dev/usb/* (closes: #177979).
* Added missing dependency on adduser to sane-utils.
-- Julien BLACHE <jblache@debian.org> Sun, 2 Feb 2003 11:22:24 +0100
2002
sane-backends (1.0.9-4) unstable; urgency=low
* Pulled dll.c from CVS, fixes in-line comments (closes: #171521). * Applied patch for Plustek backend rounding bug (closes: #172012).
-- Julien BLACHE <jblache@debian.org> Mon, 9 Dec 2002 11:51:26 +0100
sane-backends (1.0.9-3) unstable; urgency=low
* Rebuilt against new libgphoto2 package.
* Changed Uploaders: filed so that Aurélien's uploads won't be tagged as
NMU again.
* Do not generate debian/libsane.conffiles at build time, this is handled
by dh_installdeb automatically ; otherwise we end up with each conffile
being listed twice...
-- Julien BLACHE <jblache@debian.org> Sun, 1 Dec 2002 11:29:43 +0100
sane-backends (1.0.9-2) unstable; urgency=low
* Co-maintainer upload. * Remove /etc/sane.d directory on purge (closes: bug#167603).
-- Aurelien Jarno <aurel32@debian.org> Mon, 4 Nov 2002 14:10:54 +0100
sane-backends (1.0.9-1) unstable; urgency=low
* New upstream release.
* Video for Linux (v4l) backend cleanup (closes: #159634).
* Updated Avision backend (closes: #146054).
* Updated Epson backend (closes: #114017).
* Fixed char signedness in backend/plustek-usbshading.c (closes: #164464).
* Fixed debian/copyright (closes: #146057).
* Enabled translations.
* Do not install the upstream changelog twice.
* sane-utils does not create /home/saned.
* Fixed packages descriptions (wrt #165138).
-- Julien BLACHE <jblache@debian.org> Thu, 24 Oct 2002 18:52:29 +0200
sane-backends (1.0.8-4) unstable; urgency=low
* libsane-extras has its own source package now.
-- Julien BLACHE <jblache@debian.org> Sun, 13 Oct 2002 10:49:54 +0200
sane-backends (1.0.8-3) unstable; urgency=low
* New maintainers. * New upstream release (closes: #162532, #149317). * saned manpage mentions /usr/sbin/saned (closes: #141464). * Symlinks for manpages are properly created (closes: #99551). * Fixed hostnames handling in saned.conf (closes: #51171). * HP backend update (closes: #116962). * Backend loader respects LD_LIBRARY_PATH (closes: #143771). * Path for Epson USB scanner corrected in conf file (closes: #154296, #154305). * A test backend is included, safer than the pnm backend (closes: #139256). * Umax backend fixed (closes: #158676). * HP backend fixed, no longer segfaults (closes: 154827). * Repackaged from scratch, using debhelper. * Standards-Version bumped to 3.5.6. * Do not include rpath informations in sane-config (closes: #143603). * Fixed build problem wrt umask (closes: #95440). * Updated libsane-dev Depends (closes: #142679). * Fixed typos in umax_pp.conf (closes: #158742). * Fixed hp.conf for some scanners (closes: #154828). * Fixed README.Debian (closes: #146039). * Fixed sane-plustek(5) manpage (closes: #159435). * New package sane-utils, contains sane-find-scanner, scanimage and saned. * sane-utils creates user and group saned (closes: #141465). * New package libsane-extras, containing some extra backends * hp4200 (v0.2p1) * gt68xx (v1.0-23) * niash (v20020217) (closes: #160327) * tevion9693 (v0.0.9) * Disabled translations until 1.0.9.
-- Julien BLACHE <jblache@debian.org> Sat, 12 Oct 2002 10:28:09 +0200
sane-backends (1.0.8-2) unstable; urgency=low
* Added build-depends on gettext(closes: #163681).
-- Kevin Dalley <kevind@rahul.net> Mon, 7 Oct 2002 09:32:21 -0700
sane-backends (1.0.8-1) unstable; urgency=low
* New upstream release. Many n ew backends. Many more updated backends.
-- Kevin Dalley <kevind@rahul.net> Sun, 6 Oct 2002 18:09:28 -0700
sane-backends (1.0.7-3.2) unstable; urgency=high
* Non-Maintainer Upload. * Fix build on SPARC. * Fix build on HPPA, although it's not RC (closes: Bug#138108).
-- Julien BLACHE <jblache@debian.org> Sun, 7 Apr 2002 11:39:41 +0200
sane-backends (1.0.7-3.1) unstable; urgency=medium
* Non-Maintainer Upload.
* Fixes compilation on Alpha, using the frontend/scanimage.c file from
the current CVS (close: Bug#138108).
* Applied patch submitted to #139509, regarding config.{sub,guess} issues
on MIPS (close: Bug#139509).
* Fixed lintian complaint wrt misplaced Conflicts: field in control file.
* Fixed lintian complaint about .comment section in /usr/lib/sane/*.so.*.
-- Julien BLACHE <jblache@debian.org> Sun, 31 Mar 2002 20:24:48 +0200
sane-backends (1.0.7-3) unstable; urgency=low
* link with libusb-0.1-4 (closes: #119393).
-- Kevin Dalley <kevind@rahul.net> Fri, 15 Mar 2002 18:31:08 +0000
sane-backends (1.0.7-2) unstable; urgency=low
* stop link with libusb due to inconsistencies with versions of libusb
libraries. When libusb installation is cleaned up, then usb support
will be added again. Unfortunately, this re-opens bug #119393, though
with a lower severity. (closes: #138349).
-- Kevin Dalley <kevind@rahul.net> Thu, 14 Mar 2002 22:25:53 +0000
sane-backends (1.0.7-1) unstable; urgency=low
* new upstream release of sane. * adds libusb, which includes ScanMaker 3600 drivers (closes: #119393). * installs plustek-share.h so that plustek driver can be built (closes: #72341)
-- Kevin Dalley <kevind@rahul.net> Thu, 14 Mar 2002 01:02:21 +0000
sane-backends (1.0.6-1) unstable; urgency=low
* new upstream release of sane. * new backends: gphoto2.
-- Kevin Dalley <kevind@rahul.net> Sun, 27 Jan 2002 23:30:19 -0800
2001
sane-backends (1.0.5-3) unstable; urgency=low
* rebuilt with new version of libgimp-1.2.2-2.
-- Kevin Dalley <kevind@rahul.net> Tue, 2 Oct 2001 22:31:15 -0700
sane-backends (1.0.5-2) unstable; urgency=low
* removed incorrect build dependency on libc6-dev (closes: #108639).
-- Kevin Dalley <kevind@rahul.net> Thu, 16 Aug 2001 08:12:40 -0700
sane-backends (1.0.5-1) unstable; urgency=low
* New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC240
Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell
port scanners).
* Fixed security bug in saned.c that allowed access to scanner without
password.
-- Kevin Dalley <kevind@rahul.net> Sat, 28 Jul 2001 12:38:46 -0700
sane-backends (1.0.4-2) unstable; urgency=low
* increased timeout in sanei_scsi.c, which removes problem with 2.4
kernel (closes: #84407).
-- Kevin Dalley <kevind@rahul.net> Thu, 31 May 2001 04:36:29 -0700
sane-backends (1.0.4-1) unstable; urgency=low
* new upstream release of sane. * as63driver added (closes: #69625).
-- Kevin Dalley <kevin@seti.org> Sun, 28 Jan 2001 09:17:24 -0800
2000
sane-gimp1.1 (1.0.3-4) unstable; urgency=low
* link sane-gimp1.1 with libgimp1.1-1.1.29.
* change control files so that packages sane and sane-gimp1.1 are
explicitly described as working with gimp and gimp1.1 respectively.
The package sane now mentions the packages sane-gimp1.1 and vice
versa.
-- Kevin Dalley <kevind@rahul.net> Sun, 5 Nov 2000 13:56:49 -0800
sane (1.0.3-3) unstable; urgency=low
* link sane-gimp1.1 with libgimp1.1-1.1.28, which is new library (closes:
#75029).
* define GIMP_ENABLE_COMPAT_CRUFT to allow use of newer libgimp.
-- Kevin Dalley <kevind@rahul.net> Sun, 22 Oct 2000 21:52:29 -0700
sane (1.0.3-2) unstable; urgency=low
* fix dependency in libsane-dev (closes: #71578). * remove extraneous file which contains space in its name, which causes patch and dpkg-source to fail. (closes: #71566, #71564, #71540).
-- Kevin Dalley <kevind@rahul.net> Fri, 22 Sep 2000 23:04:17 -0700
sane (1.0.3-1) unstable; urgency=low
* new upstream release of sane * new backends: mustek_pp, plustek, st400, v41 * Many updated backends * 16 bit support for scanimage.
-- Kevin Dalley <kevind@rahul.net> Sat, 2 Sep 2000 11:32:08 -0700
sane (1.0.2-1) unstable; urgency=low
* new upstream release of sane * Aliased and hidden backend support. * Added Ricoh IS50 support. * updated many backends. * New Linux SCSI Generic driver. * sane-gimp1.1 linked with libsane-1,1.22 (closes: #66544).
-- Kevin Dalley <kevind@rahul.net> Mon, 3 Jul 2000 23:38:42 -0700
sane (1.0.1-1999-10-21-12) frozen unstable; urgency=low
* add libjpeg62-dev, tetex-bin, tetex-extra to Build-Depends (closes:
#61834, 61835).
-- Kevin Dalley <kevind@rahul.net> Wed, 5 Apr 2000 10:37:38 -0700
sane-gimp1.1 (1.0.1-1999-10-21-11) frozen unstable; urgency=low
* Add Build-Depends to control files for sane and sane-gimp1.1 (closes:
#60923).
-- Kevin Dalley <kevind@rahul.net> Mon, 27 Mar 2000 03:16:55 -0800
sane (1.0.1-1999-10-21-10) frozen unstable; urgency=low
* Improve description in control file (closes: #57032). * link sane-gimp1.1 with libgimp1.1.17, which is the most recent libgimp1.1 in frozen.
-- Kevin Dalley <kevind@rahul.net> Mon, 28 Feb 2000 02:37:20 +0000
sane (1.0.1-1999-10-21-9) frozen unstable; urgency=low
* link sane-gimp1.1 with libgimp1.1.15, which is the most recent
libgimp1.1 in frozen.
-- Kevin Dalley <kevind@rahul.net> Sat, 22 Jan 2000 01:57:55 -0800
sane (1.0.1-1999-10-21-8) unstable; urgency=low
* sane now conflicts with gimp1.1, which increases the chances of
getting the correct versions of gimp with each version of sane
(closes: #55070). Unfortunately, sane-gimp1.1 cannot conflict with
gimp, since gimp1.1 provides gimp.
-- Kevin Dalley <kevind@rahul.net> Sun, 16 Jan 2000 11:41:52 -0800
sane (1.0.1-1999-10-21-7) unstable; urgency=low
* link with libgimp1.1.14 (closes: #53982) * remove conflict of libsane-gimp1.1 with itself (closes: #49709). * Each version of sane and sane-gimp1.1 now depend upon the same release of libsane (closes: #50927). * shlibs dependencies is updated to ">= 1.0.1-1999-10-21-7" to reduce chances of problem #50927.
-- Kevin Dalley <kevind@rahul.net> Sun, 9 Jan 2000 13:22:57 -0800
1999
sane (1.0.1-1999-10-21-6) unstable; urgency=low
* add conflict between libsane and older version of sane, sane-gimp1.1
due to moving documentation from sane to libsane (closes: #50735).
-- Kevin Dalley <kevind@rahul.net> Sat, 20 Nov 1999 15:15:30 -0400
sane (1.0.1-1999-10-21-5) unstable; urgency=low
* added link for /usr/lib/libsane-dll.so, again.
-- Kevin Dalley <kevind@rahul.net> Fri, 19 Nov 1999 00:03:40 -0400
sane (1.0.1-1999-10-21-4) unstable; urgency=low
* corrected problematic stripping of "libsane.la" (closes: #50099). * move much of documentation from sane package to libsane and libsane-dev package. * move find-scanner to libsane
-- Kevin Dalley <kevind@rahul.net> Wed, 17 Nov 1999 23:08:44 -0400
sane (1.0.1-1999-10-21-3) unstable; urgency=low
* added link for /usr/lib/libsane-dll.so
-- Kevin Dalley <kevind@rahul.net> Mon, 25 Oct 1999 01:24:30 -0700
sane (1.0.1-1999-10-21-2) unstable; urgency=low
* corrected link of libsane.so.1
-- Kevin Dalley <kevind@rahul.net> Sun, 24 Oct 1999 14:43:14 -0700
sane (1.0.1-1999-10-21-1) unstable; urgency=low
* cvs server version from 1999-10-21 * many bugs fixed in various backends
-- Kevin Dalley <kevind@rahul.net> Fri, 22 Oct 1999 22:06:52 -0700
sane (1.0.1-6) unstable; urgency=low
* relink sane-gimp1.1 with libgimp1.1.10
-- Kevin Dalley <kevind@rahul.net> Thu, 14 Oct 1999 23:33:18 -0700
sane (1.0.1-5) unstable; urgency=low
* relink sane-gimp1.1 with libgimp1.1.9 * separate sane-gimp1.1 from sane
-- Kevin Dalley <kevind@rahul.net> Sun, 10 Oct 1999 03:42:37 -0700
sane (1.0.1-4) unstable; urgency=low
* added sane-gimp1.1 (used with gimp1.1) at the same time as sane for
gimp-1.0.x.
-- Kevin Dalley <kevind@rahul.net> Wed, 30 Jun 1999 00:54:57 -0700
sane (1.0.1-3) unstable; urgency=low
* try to fix problems with shared libraries. Install libsane-dll.so in
/usr/lib so that programs linked with libsane will run. (Needed to
fix xsane bug #37756).
-- Kevin Dalley <kevind@rahul.net> Mon, 31 May 1999 22:15:16 -0700
sane (1.0.1-2) unstable; urgency=low
* remove dependencies for libsane
-- Kevin Dalley <kevind@rahul.net> Fri, 30 Apr 1999 23:08:50 -0700
sane (1.0.1-1) unstable; urgency=low
* version 1.0.1
* new backend for Sharp scanner
* update backends for Kodak DC25, HP, Microtek, Micro, Mustek, Nikon
Coolscan, snapscan, UMAX.
* fixes problem with HP scanner (closes #32516)
* includes backend for dc210 (closes #31377)
-- Kevin Dalley <kevind@rahul.net> Tue, 27 Apr 1999 01:24:33 -0700
sane (1.00-2) unstable; urgency=low
* removed examples directory. Moved examples/tools to tools directory.
-- Kevin Dalley <kevind@rahul.net> Mon, 5 Apr 1999 02:04:53 -0700
1998
sane (1.00-1) unstable; urgency=low
* 1.00 is released * artec is back in dll.conf * many more scanner supported and more changes
-- Kevin Dalley <kevind@rahul.net> Sat, 5 Dec 1998 01:00:30 -0800
sane (0.74-2) unstable; urgency=low
* temporarily comment out artec in dll.conf, due to bad interaction with
Umax scanner. If artec is used as a scanner, uncomment artec from
dll.conf
* automatically generates conffiles, thanks for
Roman.Hodek@informatik.uni-erlangen.de (fixes bug #26545)
* fixes problem with creation of /usr/share/sane during build process
(bug #26314)
-- Kevin Dalley <kevind@rahul.net> Sun, 20 Sep 1998 18:00:28 -0700
sane (0.74-1) unstable; urgency=low
* first release of 0.74
-- Kevin Dalley <kevind@rahul.net> Sat, 22 Aug 1998 23:06:26 -0700
sane (0.72-1) frozen unstable; urgency=low
* first official release which supports libgtk1-0.99.9
-- Kevin Dalley <kevind@rahul.net> Fri, 10 Apr 1998 02:29:52 -0700
sane (0.71-2) frozen unstable; urgency=low
* fixed spelling in control files (fixes bug# 19003) * modified to match latest change in libgtk-0.99.5 * change datadir to /usr/share/sane * compatible with libgtk1-0.99.8 (fixes bug #19595)
-- Kevin Dalley <kevind@rahul.net> Sun, 22 Mar 1998 19:44:10 -0800
sane (0.71-1) unstable; urgency=low
* new release, which adds support for the following scanners:
Polaroid Digital Microscope Camera (DMC) backend
Apple scanner backend
Nikon CoolScan backend
* removed execute permission in doc directory (fixes: bug #17949)
* modified manual page referring to symbolic link of xscanimage (fixes:
bug #18071)
-- Kevin Dalley <kevind@rahul.net> Fri, 27 Feb 1998 23:03:08 -0800
sane (0.70-1) unstable; urgency=low
* update to version 0.70 of sane, adds AGFA SnapScan backend, updates
UMAX backend
* add patches 2-5 to SnapScan backend which allows other scanners
to work
-- Kevin Dalley <kevind@rahul.net> Sat, 31 Jan 1998 17:32:53 -0800
sane (0.69-2) unstable; urgency=low
* correct umax-scanner.h so that Astra 1200S is legal
-- Kevin Dalley <kevind@rahul.net> Sun, 25 Jan 1998 09:44:45 -0800
sane (0.69-1) unstable; urgency=low
* update to version 0.69 of sane
-- Kevin Dalley <kevind@rahul.net> Fri, 23 Jan 1998 20:24:01 -0800
sane (0.68-4) unstable; urgency=low
* modified gtkglue.c to correspond with changes to libgtk1
-- Kevin Dalley <kevind@rahul.net> Tue, 6 Jan 1998 22:24:14 -0800
sane (0.68-3) unstable; urgency=low
* change plug-in directory to 0.99 to match gimp changes, add explicit
gimp dependency.
* added README.debian
* install find-scanner
* install many documentation files
-- Kevin Dalley <kevind@rahul.net> Fri, 2 Jan 1998 21:51:52 -0800
1997
sane (0.68-2) unstable; urgency=low
* corrected control file
-- Kevin Dalley <kevind@rahul.net> Sun, 21 Dec 1997 18:26:23 -0800
sane (0.68-1) unstable; urgency=low
* update to version 0.68 of sane
-- Kevin Dalley <kevind@rahul.net> Fri, 5 Dec 1997 00:42:27 -0800
sane (0.67-1) unstable; urgency=low
* first Debian release of sane
-- Kevin Dalley <kevind@rahul.net> Tue, 18 Nov 1997 21:38:41 -0800