Change logs for sane-backends source package in Karmic

  • sane-backends (1.0.20-4ubuntu3) karmic; urgency=low
    
      * debian/sane-utils.saned.init: be quiet if not enabled
        (LP: #440852)
    
     -- Tormod Volden <email address hidden>   Wed, 14 Oct 2009 11:15:59 +0200
  • sane-backends (1.0.20-4ubuntu2) karmic; urgency=low
    
      * debian/control: Fix libsane-extras Recommends → Suggests again.
      * ubuntu_udev_noperm.dpatch: Use ENV{DEVTYPE} instead of SUBSYSTEM, to avoid
        processing all the rules twice.
    
     -- Martin Pitt <email address hidden>   Thu, 04 Jun 2009 12:05:07 +0200
  • sane-backends (1.0.20-4ubuntu1) karmic; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
        - debian/control:
          + Set Ubuntu maintainer address.
          + Demote libsane-extras from Depends: to Suggests:, as long as
            this package is in universe.
          + Demote sane-utils and avahi-daemon from Recommends to Suggests.
            We do not want to have an init script for saned laying around,
            which is disabled by default anyway.
        - debian/libsane.dirs.linux: remove
        - debian/{libsane.install.in,libsane-dev.install,rules}: Install
          documentation into libsane-dev instead of libsane to save CD space.
        - debian/rules:
          + Link using -Bsymbolic-functions (startup time optimization).
          + /etc/modprobe.d/libsane blacklists two modules that don't exist
            anymore, dropped creation of this file
        - debian{rules,sane-utils.saned.init}: saned init script does not need
          to be started before gdm, and does not need to be called on shutdown.
        - debian/libsane.postinst: Do not create the scanner group.
        - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
          Drop the support for saned in the scanner group, since we don't have
          a scanner group anymore!
        - debian/libsane.preinst:
          + Remove the old blacklist-scanner modprobe file.  LP: #340873.
          + Remove the old file if unmodified
      * Add ubuntu_udev_noperm.dpatch: Change udev rules to be suitable for
        Ubuntu:
        - Do not change device permissions (already covered by udev-extra's
          70-acl.rules)
        - Do not cover SCSI scanners (already covered by udev-extra's
          70-acl.rules)
        - Simplify description and structure.
       * debian/rules: Install udev rules again, since we now don't rely on
         hal any more and thus we need the ENV{libsane_matched}=="yes" flag.
    
    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).
    
     -- Martin Pitt <email address hidden>   Thu, 04 Jun 2009 10:06:14 +0200
  • sane-backends (1.0.20-3ubuntu1) karmic; urgency=low
    
      * Merge from debian unstable (LP: #373168), remaining changes:
        - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
        - debian/control:
          + Set Ubuntu maintainer address.
          + Demote libsane-extras from Depends: to Suggests:, as long as
            this package is in universe.
          + Demote sane-utils and avahi-daemon from Recommends to Suggests.
            We do not want to have an init script for saned laying around,
            which is disabled by default anyway.
        - debian/libsane.dirs.linux: remove
        - debian/{libsane.install.in,libsane-dev.install,rules}: Install
          documentation into libsane-dev instead of libsane to save CD space.
        - debian/rules:
          + Link using -Bsymbolic-functions (startup time optimization).
          + Do not install the udev rules, since hal now provides dynamic ACLs on
            device nodes. (See hardy-hardware-detection spec.)
          + /etc/modprobe.d/libsane blacklists two modules that don't exist
            anymore, dropped creation of this file
        - debian{rules,sane-utils.saned.init}: saned init script does not need
          to be started before gdm, and does not need to be called on shutdown.
        - debian/libsane.postinst: Do not create the scanner group.
        - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
          Drop the support for saned in the scanner group, since we don't have
          a scanner group anymore!
        - debian/libsane.preinst:
          + Remove the old blacklist-scanner modprobe file.  LP: #340873.
          + Remove the old file if unmodified
    
    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).
    
    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.
    
    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.
    
    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).
    
    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).
    
    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.
    
     -- Aerteieem PEopeove <email address hidden>   Mon, 11 May 2009 00:24:39 +0700
  • sane-backends (1.0.19-23ubuntu7) jaunty; urgency=low
    
      * debian/libsane.preinst: Remove the old blacklist-scanner modprobe
        file.  LP: #340873.
    
     -- Scott James Remnant <email address hidden>   Wed, 25 Mar 2009 13:40:43 +0000