Change logs for sane-backends source package in Wily

  • sane-backends (1.0.25+git20150528-1ubuntu2) wily; urgency=medium
    
      * Fix timing issues on USB3 or fast recent hardware.  Back-port from
        upstream.
    
     -- Michael Thayer <email address hidden>  Wed, 16 Sep 2015 10:25:15 +0200
  • sane-backends (1.0.25+git20150528-1ubuntu1) wily; urgency=medium
    
      * Merge with Debian, remaining changes
        - Demote libsane-extras* from Recommends to Suggests, as long as this
          package is in universe.
        - Demote sane-utils from Recommends to Suggests. We do not want to have
          an init script for saned laying around, which is disabled by default
          anyway.
        - debian/sane-utils.saned.init: Don't call init script on shutdown, it's
          unnecessary.
        - disable_v4l.patch, fix_avahi_error_paths.patch: See patch headers.
        - Update patches which patch Makefile.in to also patch .am.
    
    sane-backends (1.0.25+git20150528-1) experimental; urgency=medium
    
      * Build from daily snapshot sane-backends-git20150528.tar.gz.
      * Sync with sane-backends/1.0.24-13.
      * New debian/patches/0105-fuj-126a.patch:
        - Upstream patch to test brightness and threshold
          adjustment in the fujitsu backend.
    
    sane-backends (1.0.25+git20150425-1) experimental; urgency=low
    
      * Build from daily snapshot sane-backends-git20150425.tar.gz.
      * Refresh patches:
        - debian/patches/dll_backend_conf.patch
        - debian/patches/libsane_deps.patch
        - debian/patches/multiarch_dll_search_path.patch
        - debian/patches/multiarch_manpages_libdir.patch
        - debian/patches/sane-desc.c_debian_mods.patch
      * New debian/TROUBLESHOOTING.debian:
        - Add part for "usbfs: interface 1 claimed by usblp while
          ‘scanimage’ sets config #1.
      * Add link to TROUBLESHOOTING.debian into debian/README.debian.
      * New debian/patches/001-scanimage_manpage.patch:
        - Add remark for parameter to manpage.
      * New debian/patches/0005-mk_reproducible_results.patch:
        - Make builds reproducible.
      * debian/control:
        - On package libsane-dev change Depends from libgphoto2-2-dev to
          libgphoto2-dev (auto-libgphoto2 transition).
        - On package libsane remove package hpoj from Suggests
        - Remove useless replaces because latest release in stable is 1.0.22-7:
          + sane-utils: libsane (<< 1.0.11-4)
          + libsane-common: libsane (<< 1.0.22-4~)
          + libsane: libsane-extras (<< 1.0.18.14)
          + libsane-dev: libsane-extras-dev (<< 1.0.18.14)
          + libsane-dbg: libsane-extras-dbg (<< 1.0.18.14)
        - Remove "libv4l-dev [linux-any]" from Build-Depends and Depends.
      * debian/rules:
        - Enable pnm backend for testing.
        - Remove override_dh_builddeb because compression xz is now standard.
        - Add configure parameter --without-vl4 to disable v4l backend:
          + The backend was written for the kernel 2.4 and v4l, now
            we are at kernel 3.16 and v4l2.
      * debian/saned@.service:
        - Remove Alias from [Install] Section.
      * sane-utils.[postinst|postrm]:
        - Replace fixed path with a POSIX-compliant shell function to check
          the existence of a command.
      * Add autopkgtests:
        - debian/control:
          + Add Testsuite: autopkgtest.
        - New debian/tests/control.
        - New debian/tests/start-net:
          + Test network interface activation with systemd.
      * Add symbols file:
        - debian/rules: Rewrite override_dh_makeshlibs.
      * Comment out "set -e" at debian/sane-utils.postrm
        to fix some minor errors during piuparts.
      * debian/saned@.service:
        - Change StandardInput=socket to StandardInput=null to enable
          working over network.
      * New debian/patches/0510-disable-html-tests.patch:
        - Disable some HTML tests because debian/patches/
          sane-desc.c_debian_mods.patch changes some links to
          the doc directory.
    
    sane-backends (1.0.25+git20150102-1) experimental; urgency=medium
    
      * Build from daily snapshot sane-backends-git20150102.tar.gz.
      * Remove applied patches from debian/patches:
        - fix-FTBFS-format-not-a-string-literal-error.patch
        - kodakaio.patch
        - saned.man.patch
        - man-page-spelling.patch
        - source-spelling.patch
        - hp5370c.patch
        - out_of_bounds.patch
        - 0100-usb3-corrections.patch
      * Refresh patches:
        - sane-desc.c_debian_mods.patch
        - 0500-systemd_configure.patch
      * debian/rules:
        - Add line to extract the version from debian/changelog.
        - Add version string to dpkg-gensymbols.
    
     -- Martin Pitt <email address hidden>  Fri, 10 Jul 2015 07:07:38 +0200
  • sane-backends (1.0.24-11ubuntu2) wily; urgency=medium
    
      * No-change rebuild against libgphoto2-port12.
    
     -- Martin Pitt <email address hidden>  Tue, 26 May 2015 12:55:11 +0200
  • sane-backends (1.0.24-11ubuntu1) wily; urgency=low
    
      * Merge with Debian, remaining changes
        - Demote libsane-extras* from Recommends to Suggests, as long as this
          package is in universe.
        - Demote sane-utils from Recommends to Suggests. We do not want to have
          an init script for saned laying around, which is disabled by default
          anyway.
        - debian/sane-utils.saned.init: Don't call init script on shutdown, it's
          unnecessary.
        - disable_v4l.patch, fix_avahi_error_paths.patch: See patch headers.
        - Update patches which patch Makefile.in to also patch .am.
    
    sane-backends (1.0.24-11) unstable; urgency=medium
    
      * debian/control:
        - Add dpkg (>= 1.15.7.2) to Pre-Depends of package libsane-common since
          dpkg needs to be installed for the rm_conffile command to work
          (Closes: #784763).
      * debian/libsane-common.preinst:
         - Fix syntax for calling dpkg-maintscript-helper.
    
    sane-backends (1.0.24-10) unstable; urgency=high
    
      * New debian/TROUBLESHOOTING.debian:
        - Add part for "usbfs: interface 1 claimed by usblp while
          ‘scanimage’ sets config #1 (Closes: #726588).
      * Add reference to TROUBLESHOOTING.debian in debian/README.debian.
      * New debian/patches/001-scanimage_manpage.patch:
        - Add remark for parameter to manpage (Closes: #418630).
      * New debian/patches/0005-mk_reproducible_results.patch:
        - Make builds reproducible.
      * debian/control:
        - On package libsane-dev change Depends from libgphoto2-2-dev to
          libgphoto2-dev (auto-libgphoto2 transition) (Closes: #783822).
        - On package libsane remove package hpoj from Suggests.
        - Remove useless replaces because latest release in stable is 1.0.22-7:
           + sane-utils: libsane (<< 1.0.11-4)
           + libsane-common: libsane (<< 1.0.22-4~)
           + libsane: libsane-extras (<< 1.0.18.14)
           + libsane-dev: libsane-extras-dev (<< 1.0.18.14)
           + libsane-dbg: libsane-extras-dbg (<< 1.0.18.14)
        - Remove "libv4l-dev [linux-any]" from Build-Depends and Depends.
        - To enable net SNMP, add libsnmp-dev to Build-Depends.
        - To autodetect network scanners in kodakaio, add libcups2-dev
          to Build-Depends.
        - Remove unnecessary *-dev and pkg-config from Depends of libsane-dev.
      * debian/rules:
        - Enable pnm backend for testing.
        - Remove override_dh_builddeb because xz compression is now standard.
        - Add configure parameter --without-vl4 to disable v4l backend:
          + The backend was written for kernel 2.4 and v4l, now
            we are at kernel 3.16 and v4l2 (Closes: #446015).
        - Remove configure parameter -with-snmp=no to enable net SNMP.
      * debian/saned@.service:
        - Remove Alias from [Install] section (Closes: #778268).
      * sane-utils.[postinst|postrm]:
        - Replace fixed path with a POSIX-compliant shell function to check
          the existence of a command.
      * Add autopkgtests:
        - debian/control:
          + Add Testsuite: autopkgtest.
        - New debian/tests/control.
        - New debian/tests/start-net:
          + Test network interface activation with systemd.
      * Add symbols file:
        - debian/rules: Rewrite override_dh_makeshlibs.
      * Comment out "set -e" at debian/sane-utils.postrm
        to fix some minor errors during piuparts.
      * debian/saned@.service:
        - Change StandardInput=socket to StandardInput=null to enable
          working over network (Closes: #782971).
      * debian/libsane-common.preinst:
        - Remove oldstyle rm_conffile() function.
        - Remove obsolete transition from the old-style udev setup.
        - Add removal for obsolete /etc/sane.d/v4l.conf via
          dpkg-maintscript-helper command rm_conffile.
    
    sane-backends (1.0.24-9) unstable; urgency=medium
    
      * debian/sane-utils.postinst:
        - Correct typo and add missing -q option to grep (Closes: #773826).
          Thanks to "Nelson A. de Oliveira" <email address hidden>.
        - Add start/stop around the move of the home directory
          if scanbd is running during postinst (Closes: #774941).
          Thanks to "Olaf Meeuwissen" <email address hidden>.
      * debian/rules:
        - Add line to extract the version from debian/changelog.
        - Add version string to dpkg-gensymbols.
      * debian/copyright:
        - Add year to 2015 on my debian/* tag.
    
    sane-backends (1.0.24-8) unstable; urgency=medium
    
      * New debian/patches/0100-usb3-corrections.patch:
        - Cherry-picked from upstream to address
          USB3/xhci problems (Closes: #738592).
      * debian/saned@.service:
        - Move Alias to section [Install] (Closes: #773371).
    
    sane-backends (1.0.24-7) unstable; urgency=medium
    
      * debian/rules:
        - Split dh_installinit in two parts for systemd and SysV-style.
        - Install systemd files without dh to prevent
          side effects (Closes: #773320).
        - Override dh_systemd_enable to not enable saned.socked.
      * debian/sane-utils.lintian-overrides:
        - Override systemd-no-service-for-init-script.
      * debian/sane-utils.postrm:
        - Add purge for the manually installed files.
      * debian/sane-utils.README.Debian:
        - Add instructions for use with systemd.
      * debian/sane-utils.saned.default:
        - Add note for enabling under systemd.
    
    sane-backends (1.0.24-6) unstable; urgency=medium
    
      * Revert changes from 1.0.24-5.
      * Rename sane-utils.saned.service to sane-utils.saned@.service to
        install it as template (Closes: #769196).
      * For test for newer versions of systemd:
        - New debian/patches/0500-systemd_configure.patch
          + Add part into configure.in to find systemd >=209
        - debian/control:
          + Add autoconf and libsystemd-dev to Built-Depends.
        - debian/rules:
          + Add autoconf before running configure to build the patched
            configure script.
        - Thanks to Michael Biebl <email address hidden>.
      * Change sane-utils.saned@.service and sane-utils.saned.socket
        for running as template (Closes: #772955).
      * debian/sane-utils.postinst:
        - Add part to move the homedir from /home/saned to /var/lib/saned.
          (Closes: #665915)
      * New debian/sane-utils.lintian-overrides:
        - Override postrm-contains-additional-updaterc.d-calls.
    
    sane-backends (1.0.24-5) unstable; urgency=medium
    
      * debian/rules:
        - change saned.service to saned@.service to install it as
          template (Closes: #769196).
    
     -- Iain Lane <email address hidden>  Tue, 19 May 2015 12:13:11 +0100
  • sane-backends (1.0.24-4ubuntu1) vivid; urgency=low
    
      * Merge with Debian, remaining changes
        - Demote libsane-extras* from Recommends to Suggests, as long as this
          package is in universe.
        - Demote sane-utils from Recommends to Suggests. We do not want to have
          an init script for saned laying around, which is disabled by default
          anyway.
        - debian/rules, debian/sane-utils.saned.init: Don't call init script on
          shutdown, it's unnecessary.
        - disable_v4l.patch, fix_avahi_error_paths.patch: See patch headers.
        - Update patches which patch Makefile.in to also patch .am.
    
    sane-backends (1.0.24-4) unstable; urgency=medium
    
      * debian/rules:
        - Move the creation of /etc/sane.d/dll.d to libsane-common.
      * Move libsane.(postrm|preinst) to libsane-common.* to handle
        in the right package. (Closes: #766340)
      * Remose useless ( <  "1.0.19-25" ) from libsane-common.preinst.
      * debian/patches:
        - New typo.patch:
          + Correct typo in backend/gennesys.conf.in. (Closes: #743848)
            Thanks to Jakub Wilk <email address hidden>.
        - New hp3900.patch:
          + Set startup gamma to the standalone default. (Closes: #629470)
            Thanks to Peter Walser <email address hidden>.
        - New hp5370c.patch:
          + Improved recognizability. (LP: #1080787)
        - New out_of_bounds.patch:
          + Prevent some out-of-bounds.
      * debian/control:
        - Change Build-Depends from the transitional package libgphoto2-2-dev
          to libgphoto2-dev. (Closes: #736451)
    
    sane-backends (1.0.24-3) unstable; urgency=medium
    
      * debian/rules:
        - Revert moving of HTML documentation to previous method to fix FTBFS
          and simply delete duplicate HTML files afterwards. (Closes: #765339)
    
    sane-backends (1.0.24-2) unstable; urgency=medium
    
      * New Maintainer. (Closes: #764198)
      * debian/control:
        - Set myself as Maintainer.
        - Add missing Vcs-* fields.
        - Bump Standards-Version to 3.9.6 (no changes required).
        - Add dh-systemd to Build-Depends.
      * debian/copyright:
        - Rewrite into machine-readable format.
        - Add myself to the list of authors for debian/*.
      * debian/sane-utils.saned.init:
        - Replace avahi with avahi-daemon to make it systemd-
          compatible. (Closes: #731610)
        - Add fancy lsb output. (Closes: #676845)
          Thanks to Dirk Sandbrink <email address hidden>.
      * debian/libsane/README.Debian:
        - TROUBLESHOOTING section: Add handling of "HP ScanJet 3400 C
          type C7720A" on Device busy message. (Closes: #653857)
          Thanks to Joost van Baal-Ilić <email address hidden>.
      * debian/sane-utils.postinst:
        - Set the home directory to /var/lib/saned at adduser call.
          (Closes: #665915)
      * debian/rules:
        - libsane-common: Correct moving of HTML files to prevent
          duplicate files within the package.
        - Add systemd to dh commandline.
        - Manuelly install the systemd .socket file.
      * Add systemd support:
        - New file sane-utils.saned.system.
        - New file sane-utils.saned.socket.
      * Move /etc from libsane to libsane-common.
    
    sane-backends (1.0.24-1.2) unstable; urgency=medium
    
      * Non-maintainer upload.
      * update config.* without dh-autoreconf because of local patches
        to build on ppc64el. (Closes: #759289)
     -- Iain Lane <email address hidden>   Wed, 05 Nov 2014 17:53:36 +0000