Skip to content

Debian Changelog sane-backends-extras (1.0.19.11)

2008

sane-backends-extras (1.0.19.11) unstable; urgency=low

   * debian/control:
     + Drop dependency on udev; udev will be pulled in by libsane anyway
       (closes: #493698).
   * debian/rules:
     + Remove substitution variable for udev dependency in the call to
       dh_gencontrol.
   * debian/libsane-extras.postinst:
     + Make postinst script set -e.

 -- Julien BLACHE <jblache@debian.org>  Mon, 20 Oct 2008 15:33:10 +0200

sane-backends-extras (1.0.19.10) unstable; urgency=low

   * backend/epkowa.conf.in, backend/geniusvp2.conf.in,
     backend/hp_rts88xx.conf.in:
     + Add back config files that went AWOL beginning with the 1.0.19 branch
       (closes: 493133).

 -- Julien BLACHE <jblache@debian.org>  Thu, 31 Jul 2008 21:31:14 +0200

sane-backends-extras (1.0.19.9) unstable; urgency=low

   * doc/sane-epkowa.man:
     + Fix typos, patch from Stéphane Blondon (closes: #493137).
     + Fix hyphen vs. minus sign issues reported by lintian.

 -- Julien BLACHE <jblache@debian.org>  Thu, 31 Jul 2008 20:51:24 +0200

sane-backends-extras (1.0.19.8) unstable; urgency=low

   * debian/control:
     + Bump Standards-Version to 3.8.0 (no changes).
   * epkowa:
     + Add full support for the Perfection 4490 and fix an off-by-one error;
       patches by Carl Troein and Brad Sawatzky (closes: #487462).

 -- Julien BLACHE <jblache@debian.org>  Mon, 07 Jul 2008 16:20:11 +0200

sane-backends-extras (1.0.19.7) unstable; urgency=low

   * include/sane/sanei_thread.h, sanei/sanei_thread.c:
     + From CVS, use a long-type variable to hold both pid and pthread id, as
       pthread_t is 64bit on 64bit platforms but pid_t remains a 32bit integer.

 -- Julien BLACHE <jblache@debian.org>  Thu, 15 May 2008 19:09:50 +0200

sane-backends-extras (1.0.19.6) unstable; urgency=low

   * debian/README.Debian:
     + Make the whole RPM download procedure more obvious (closes: #475549).

 -- Julien BLACHE <jblache@debian.org>  Sat, 19 Apr 2008 17:36:08 +0200

sane-backends-extras (1.0.19.5) unstable; urgency=low

   * sanei/sanei_scsi.c:
     + From CVS, continue to iterate over the list of devices even
       if an attempt to attach one of the devices fails.
   * debian/libsane-extras.fdi:
     + Add support for newer HAL version.

 -- Julien BLACHE <jblache@debian.org>  Fri, 28 Mar 2008 22:58:08 +0100

sane-backends-extras (1.0.19.4) unstable; urgency=low

   * debian/libsane-extras.udev:
     + Update epkowa devices.
   * debian/libsane-extras.fdi:
     + Add HAL fdi file for libsane-extras.
   * debian/rules:
     + Install the HAL fdi file.
     + Do not create lib directory for epkowa proprietary libs on kfreebsd.
     + Do not call dh_installudev on kfreebsd.

 -- Julien BLACHE <jblache@debian.org>  Sat, 01 Mar 2008 15:57:24 +0100

sane-backends-extras (1.0.19.3) unstable; urgency=low

   * geniusvp2:
     + Fix spurious build-dep on libtiff. (closes: #466319)

 -- Julien BLACHE <jblache@debian.org>  Mon, 18 Feb 2008 09:01:25 +0100

sane-backends-extras (1.0.19.2) unstable; urgency=low

   * debian/control:
     + Add back libtiff4-dev build-dep.

 -- Julien BLACHE <jblache@debian.org>  Sat, 16 Feb 2008 15:48:46 +0100

sane-backends-extras (1.0.19.1) unstable; urgency=low

   * Based on sane-backends 1.0.19.
   * debian/control:
     + Remove unneeded build-deps.

 -- Julien BLACHE <jblache@debian.org>  Sat, 16 Feb 2008 12:06:11 +0100

sane-backends-extras (1.0.18.16) unstable; urgency=low

   * geniusvp2:
     + Applied patch from Aurélien JARNO for FreeBSD support.

 -- Julien BLACHE <jblache@debian.org>  Tue, 08 Jan 2008 15:49:04 +0100

sane-backends-extras (1.0.18.15) unstable; urgency=low

   * debian/control:
     + Build-Depends: xutils-dev instead of xutils.
     + Drop libsane{,-dev} dependencies to avoid circular dependencies
       now that libsane{,-dev} depend on libsane-extras{,-dev}.

 -- Julien BLACHE <jblache@debian.org>  Mon, 07 Jan 2008 12:00:34 +0100

2007

sane-backends-extras (1.0.18.14) unstable; urgency=low

   * debian/control:
     + Bump libsane dependency due to the udev rules renaming.
   * debian/rules:
     + Use dh_installudev.
   * debian/libsane-extras.postinst:
     + Remove udev installation code.
   * debian/libsane-extras.preinst:
     + Added; handle upgrade from previous udev code to dh_installudev.
   * debian/libsane-extras.postrm:
     + Removed; no longer needed.
   * debian/libsane-extras.udev:
     + Moved from debian/udev/libsane-extras.rules.
     + Fix labels in the udev rules (closes: #457982).

 -- Julien BLACHE <jblache@debian.org>  Fri, 28 Dec 2007 11:41:32 +0100

sane-backends-extras (1.0.18.13) unstable; urgency=low

   * Backend removed:
     + hp3900; now included in sane-backends.
   * debian/control:
     + Bump Standards-Version to 3.7.3 (no changes).
     + Bump libsane{,-dev} dependencies to >= 1.0.19~cvs20071213-1.

 -- Julien BLACHE <jblache@debian.org>  Thu, 13 Dec 2007 21:11:34 +0100

sane-backends-extras (1.0.18.12) unstable; urgency=low

   * Update backend:
     + epkowa: from iscan 2.10.0-1

 -- Julien BLACHE <jblache@debian.org>  Wed, 14 Nov 2007 17:46:50 +0100

sane-backends-extras (1.0.18.11) unstable; urgency=low

   * Updated backend:
     + epkowa: from iscan 2.8.0-1
   * epkowa:
     + OPT_NUM_OPTS must be of type SANE_TYPE_INT.

 -- Julien BLACHE <jblache@debian.org>  Sat, 27 Oct 2007 22:06:17 +0200

sane-backends-extras (1.0.18.10) unstable; urgency=low

   * Updated backend:
     + hp3900: v0.9 (closes: #440282).

 -- Julien BLACHE <jblache@debian.org>  Fri, 31 Aug 2007 11:46:24 +0200

sane-backends-extras (1.0.18.9) unstable; urgency=low

   * debian/udev/libsane-extras.rules:
     + Update udev rules for Linux 2.6.22 and add CONFIG_USB_SUSPEND workaround.
   * debian/control:
     + Turn the udev recommendation into a dependency.
     + Use ${binary:Version} instead of ${Source-Version}.
     + Do not build-depend on libusb-dev nor libieee1284-dev on hurd-i386.
   * debian/rules:
     + Do not ignore make distclean errors.

 -- Julien BLACHE <jblache@debian.org>  Mon, 30 Jul 2007 14:16:05 +0200

sane-backends-extras (1.0.18.8) unstable; urgency=low

   * New backend:
     + ls5000 (Coolscan 5000 ED)

 -- Julien BLACHE <jblache@debian.org>  Sat, 12 May 2007 10:39:18 +0200

sane-backends-extras (1.0.18.7) unstable; urgency=low

   * Updated backends:
     + hp3900: v0.8
     + geniusvp2: v1.0.16.1
     + epkowa: from iscan 2.6.0-0
   * debian/dll.d/libsane-extras:
     + Disable geniusvp2 by default.

 -- Julien BLACHE <jblache@debian.org>  Sun, 06 May 2007 16:55:20 +0200

sane-backends-extras (1.0.18.6) unstable; urgency=low

   * debian/hotplug:
     + Removed; get rid of hotplug.
   * debian/rules:
     + Do not install hotplug files anymore.
   * debian/libsane-extras.postinst:
     + Remove old hotplug-ng files.

 -- Julien BLACHE <jblache@debian.org>  Sat, 21 Apr 2007 13:27:43 +0200

2006

sane-backends-extras (1.0.18.5) unstable; urgency=low

   * Updated backend:
     + epkowa updated from iscan 2.3.0-1.

 -- Julien BLACHE <jblache@debian.org>  Sun, 8 Oct 2006 16:03:56 +0200

sane-backends-extras (1.0.18.4) unstable; urgency=low

   * New backend:
     + hp3900: HP ScanJet 3970C, HP ScanJet 4070 PhotoSmart, HP ScanJet 4370.
   * debian/control:
     + libsane-extras-dbg is Priority: extra.

 -- Julien BLACHE <jblache@debian.org>  Sat, 16 Sep 2006 22:02:52 +0200

sane-backends-extras (1.0.18.3) unstable; urgency=low

   * Update epkowa backend.
     + Add udev rules for the supported scanners (closes: #350436).
     + Update README.Debian with the new procedure for the proprietary libs.

 -- Julien BLACHE <jblache@debian.org>  Sun, 16 Jul 2006 15:49:43 +0200

sane-backends-extras (1.0.18.2) unstable; urgency=low

   * Link epkowa against libltdl3.

 -- Julien BLACHE <jblache@debian.org>  Sun, 9 Jul 2006 18:30:49 +0200

sane-backends-extras (1.0.18.1) unstable; urgency=low

   * Based on sane-backends 1.0.18.
   * This is only an update for sane-backends 1.0.18, updated backends will
     follow soon.

 -- Julien BLACHE <jblache@debian.org>  Mon, 3 Jul 2006 20:51:53 +0200

sane-backends-extras (1.0.17.3) 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-extras-dbg binary for debugging symbols.
   * debian/rules:
     + Tell dh_strip to put debugging symbols into libsane-extras-dbg.

 -- Julien BLACHE <jblache@debian.org>  Fri, 26 May 2006 17:51:58 +0200

sane-backends-extras (1.0.17.2) unstable; urgency=low

   * debian/udev/libsane-extras.rules:
     + Fixed test, removed RUN rules.

 -- Julien BLACHE <jblache@debian.org>  Sun, 16 Apr 2006 11:58:44 +0200

2005

sane-backends-extras (1.0.17.1) unstable; urgency=low

   * Based on sane-backends 1.0.17.
   * Backends removed:
     + lexmark, hp4200, mustek_usb2; included in sane-backends 1.0.17.

 -- Julien BLACHE <jblache@debian.org>  Sun, 18 Dec 2005 17:23:01 +0100

sane-backends-extras (1.0.16.9) unstable; urgency=low

   * libsane-extras.rules:
     + Explicitly call libsane.hotplug to make coldplugging work.
   * debian/libsane-extras.postrm:
     + Added; remove /etc/udev/rules.d/025_libsane-extras.rules on purge.

 -- Julien BLACHE <jblache@debian.org>  Thu, 27 Oct 2005 20:53:24 +0200

sane-backends-extras (1.0.16.8) unstable; urgency=low

   * New backend:
     + mustek_usb2 (Mustek Bearpaw 2448 TA Pro)

 -- Julien BLACHE <jblache@debian.org>  Sat, 1 Oct 2005 18:42:27 +0200

sane-backends-extras (1.0.16.7) unstable; urgency=low

   * The udev release.
   * debian/rules:
     + Install the udev rules file.
   * debian/libsane-extras.postinst:
     + Symlink the udev rules file under /etc/udev/rules.d; do that only once.

 -- Julien BLACHE <jblache@debian.org>  Wed, 28 Sep 2005 22:51:02 +0200

sane-backends-extras (1.0.16.6) unstable; urgency=low

   * New backend:
     + lexmark
   * Updated backend:
     + epkowa

 -- Julien BLACHE <jblache@debian.org>  Sun, 25 Sep 2005 15:09:35 +0200

sane-backends-extras (1.0.16.5) unstable; urgency=low

   * backend/Makefile.in: call install-becfg to actually install the backends
     config files. Thanks to Anderson Lizardo for noticing.

 -- Julien BLACHE <jblache@debian.org>  Mon, 29 Aug 2005 13:26:41 +0200

sane-backends-extras (1.0.16.4) unstable; urgency=low

   * hp4200:
     + Pulled from SANE CVS; Henning Meier-Geinitz made some fixes and improvements.

 -- Julien BLACHE <jblache@debian.org>  Sun, 28 Aug 2005 17:41:42 +0200

sane-backends-extras (1.0.16.3) unstable; urgency=low

   * epkowa:
     + Close the scanner fd when libesintXX.so fails to load.

 -- Julien BLACHE <jblache@debian.org>  Sat, 13 Aug 2005 21:01:12 +0200

sane-backends-extras (1.0.16.2) unstable; urgency=low

   * The geniusvp2 backend went missing; fixed.

 -- Julien BLACHE <jblache@debian.org>  Sun, 7 Aug 2005 19:18:50 +0200

sane-backends-extras (1.0.16.1) unstable; urgency=low

   * Based on sane-backends 1.0.16.
   * Backends removed:
     + sm3840; included in sane-backends 1.0.16.

 -- Julien BLACHE <jblache@debian.org>  Sun, 7 Aug 2005 15:03:08 +0200

sane-backends-extras (1.0.15.11) unstable; urgency=low

   * Use the -V option of dpkg-gencontrol instead of building control from
     control.in
   * Added a build-dependency on libltdl3-dev (was in control but not
     in control.in).
   * Use DEB_HOST_ARCH_OS instead of DEB_HOST_GNU_SYSTEM.

 -- Aurelien Jarno <aurel32@debian.org>  Thu, 28 Jul 2005 19:04:10 +0200

sane-backends-extras (1.0.15.10) unstable; urgency=low

   * Updated backends:
     + epkowa (from iscan 1.15.0 -- support added for the Perfection 2480/2580 PHOTO)
     *** EPKOWA USERS: the location of the proprietary libraries for use with
         the epkowa backend has changed from /usr/lib to /usr/lib/epkowa ***
   * debian/control:
     + Bumped Standards-Version to 3.6.2 (no changes).

 -- Julien BLACHE <jblache@debian.org>  Fri, 22 Jul 2005 21:01:25 +0200

sane-backends-extras (1.0.15.9) unstable; urgency=medium

   * Fixed the geniusvp2 backend to correctly release the parallel port
     when sane_geniusvp2_parport_open() fails. Thanks to Jochen Eisinger
     and Rainer Dorsch (closes: #300317, #300825).

 -- Julien BLACHE <jblache@debian.org>  Sun, 3 Apr 2005 15:13:40 +0200

sane-backends-extras (1.0.15.8) unstable; urgency=low

   * New backend: epkowa (closes: #200265).
     + Extracted from iscan 1.13.1.
   * Updated backend: sm3840.
     + Adds support for the ScanMaker 4800.
     + Updated hotplug db accordingly.

 -- Julien BLACHE <jblache@debian.org>  Thu, 24 Mar 2005 19:44:40 +0100

sane-backends-extras (1.0.15.7) unstable; urgency=low

   * Transition to the new SANE hotplug scripts.
   * debian/control:
     + Depends: libsane (>= 1.0.15-8).
   * Added support for GNU/kFreeBSD.

 -- Julien BLACHE <jblache@debian.org>  Sun, 6 Mar 2005 19:26:44 +0100

sane-backends-extras (1.0.15.6) unstable; urgency=low

   * Co-maintainer upload.
   * Added a build-dependency on libtiff4-dev.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 22 Feb 2005 00:16:59 +0100

sane-backends-extras (1.0.15.5) unstable; urgency=low

   * backend/hp4200.c
     + Removed unused variables leftover from the previous patch.
   * debian/control
     + Depends: libsane (>= 1.0.15-7) due to the use of the new dll.d scheme.
   * Updated backends
     + sm3840; Updated from the SANE CVS (included in upcoming 1.0.16).
     + hp_rts88xx; Updated to version 0.18.
   * New backend
     + geniusvp2 v0.2 for Genius ColorPage-Vivid Pro II scanners.

 -- Julien BLACHE <jblache@debian.org>  Mon, 21 Feb 2005 17:26:08 +0100

sane-backends-extras (1.0.15.4) unstable; urgency=low

   * hp4200
     + Patched to read "usb 0xVVVV 0xPPPP" in its config file. The
       support for the scanner module is now unavailable in this backend
       (closes: #293263).

 -- Julien BLACHE <jblache@debian.org>  Sat, 5 Feb 2005 19:31:34 +0100

sane-backends-extras (1.0.15.3) unstable; urgency=low

   * hp4200
     + Ship a config file again. Probably got lost at some point when I
       upgraded the package to a new SANE release.
 
   *** If you're using the hp4200 backend, please contact me ***

 -- Julien BLACHE <jblache@debian.org>  Tue, 18 Jan 2005 23:26:30 +0100

sane-backends-extras (1.0.15.2) unstable; urgency=low

   * Backend added:
     + sm3840
   * Added hotplug usermap for the supported scanners.

 -- Julien BLACHE <jblache@debian.org>  Mon, 17 Jan 2005 12:29:44 +0100

2004

sane-backends-extras (1.0.15.1) unstable; urgency=low

   * Based on sane-backends 1.0.15.
   * Backends removed:
     + niash; merged into sane-backends.

 -- Julien BLACHE <jblache@debian.org>  Tue, 9 Nov 2004 23:44:53 +0100

sane-backends-extras (1.0.14.2) unstable; urgency=low

   * Make the hp_rts88x backend use libusb instead of the scanner module.
     + libusb is the preferred access method for USB scanners now, if you
     still rely on the scanner module, see /usr/share/doc/libsane/README.Debian.gz
     for instructions about setting up libusb (closes: #250778).

 -- Julien BLACHE <jblache@debian.org>  Tue, 25 May 2004 19:01:05 +0200

sane-backends-extras (1.0.14.1) unstable; urgency=low

   * Based on sane-backends 1.0.14.
   * Backends updated:
     + hp_rts88x v0.17g
     + niash v20031221_1

 -- Julien BLACHE <jblache@debian.org>  Sat, 1 May 2004 17:12:10 +0200

2003

sane-backends-extras (1.0.13.1) unstable; urgency=low

   * Based on sane-backends 1.0.13.
   * Added rts88xx backend.
   * debian/compat, debian/rules:
     + Moved to DH_COMPAT 4.
     + Moved from dh_movefiles to dh_install.

 -- Julien BLACHE <jblache@debian.org>  Mon, 24 Nov 2003 19:10:26 +0100

sane-backends-extras (1.0.12.2) unstable; urgency=low

   * Do not link sanei_config2 in the niash backend.
   * Link sanei_scsi in the hp4200 backend.
   * Do not run configure twice.
   * Do not perform unneeded compiler checks (libtool, etc...).

 -- Julien BLACHE <jblache@debian.org>  Wed, 4 Jun 2003 17:19:35 +0200

sane-backends-extras (1.0.12.1) unstable; urgency=low

   * Based on sane-backends 1.0.12.
   * Updated backends :
     * niash 20030401_1
   * Removed backends :
     * hp5400 : part of sane-backends 1.0.12.
   * Bumped Standards-Version to 3.5.10.

 -- Julien BLACHE <jblache@debian.org>  Sun, 25 May 2003 21:54:50 +0200

sane-backends-extras (1.0.10.4) unstable; urgency=medium

   * Do not configure with --with-gphoto2.

 -- Julien BLACHE <jblache@debian.org>  Sun, 4 May 2003 14:31:53 +0200

sane-backends-extras (1.0.10.3) unstable; urgency=low

   * Added hp5400 backend, CVS as of 20030407 (closes: #187968).
   * Bumped Standards-Version to 3.5.9.
   * Updated libsane-extras-dev section to libdevel.

 -- Julien BLACHE <jblache@debian.org>  Mon, 7 Apr 2003 21:04:48 +0200

sane-backends-extras (1.0.10.2) unstable; urgency=low

   * hp4200 :
     * link sanei_usb (closes: #181770)
     * link sanei_pv8630

 -- Julien BLACHE <jblache@debian.org>  Thu, 20 Feb 2003 18:11:22 +0100

sane-backends-extras (1.0.10.1) unstable; urgency=low

   * Based on sane-backends 1.0.10.
   * Updated backends :
     * hp4200 : patches by Frank Zago, see copyright.
   * Removed backends :
     * gt68xx
     * tevion9693usb (now named artec_eplus48u)
     => They are now included in libsane.
   * Bumped Standards-Version to 3.5.8.

 -- Julien BLACHE <jblache@debian.org>  Sun, 2 Feb 2003 12:24:52 +0100

2002

sane-backends-extras (1.0.9.3) unstable; urgency=low

   * Updated backends :
     * gt68xx : 1.0-35

 -- Julien BLACHE <jblache@debian.org>  Tue, 24 Dec 2002 17:12:01 +0100

sane-backends-extras (1.0.9.2) unstable; urgency=low

   * Updated backends :
     * gt68xx : 1.0-31
     * tevion9693usb : 0.0.11
     * niash : 20021120
   * Changed Uploaders: field so that Aurélien's uploads won't be tagged as
     NMU again.
   * Do not create libsane-extras.conffiles at build time, this is handled by
     dh_installdeb.

 -- Julien BLACHE <jblache@debian.org>  Sun, 1 Dec 2002 12:11:12 +0100

sane-backends-extras (1.0.9.1) unstable; urgency=low

   * Based on sane-backends 1.0.9.
   * Updated backends :
     * niash backend v20021015_1
     * tevion9693usb v0.0.10
     * gt68xx v1.0-26
   * Fixed typo in backend/Makefile.in wrt niash backend (closes: #166236).
   * Fixed packages descriptions (wrt #165138).
   * Added a README.Debian, indicating how to get a new backend included.

 -- Julien BLACHE <jblache@debian.org>  Thu, 24 Oct 2002 22:40:12 +0200

sane-backends-extras (1.0.8.2) unstable; urgency=low

   * Fixed gt68xx search path for firmwares.
   * Create PATH_SANE_DATA_DIR/gt68xx for gt68xx firmwares.

 -- Julien BLACHE <jblache@debian.org>  Sun, 13 Oct 2002 15:31:06 +0200

sane-backends-extras (1.0.8.1) unstable; urgency=low

   * New source package.
   * Includes the following backends :
       * hp4200     (v0.2p1)
       * gt68xx     (v1.0-24)
       * niash      (v20020217) (closes: #160327)
       * tevion9693 (v0.0.9)

 -- Julien BLACHE <jblache@debian.org>  Sun, 13 Oct 2002 10:28:29 +0200