sane-backends 1.0.24-11ubuntu1 source package in Ubuntu

Changelog

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

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
graphics
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sane-backends_1.0.24.orig.tar.gz 5.5 MiB 27c7085a54f1505d8b551e6f1e69d30e1ee57328b18429bb2225dabf4c45462d
sane-backends_1.0.24-11ubuntu1.debian.tar.xz 107.0 KiB eda9e0484dae94e9a700c8612e0c5fd36af8772d016208221bbbed64ef030ba1
sane-backends_1.0.24-11ubuntu1.dsc 2.5 KiB 954ddbad1390be695dc74c2fd2170c70e8ebba236cfd7f600bc9c21816cd2763

View changes file

Binary packages built by this source

libsane: No summary available for libsane in ubuntu wily.

No description available for libsane in ubuntu wily.

libsane-common: No summary available for libsane-common in ubuntu wily.

No description available for libsane-common in ubuntu wily.

libsane-dbg: No summary available for libsane-dbg in ubuntu wily.

No description available for libsane-dbg in ubuntu wily.

libsane-dbgsym: No summary available for libsane-dbgsym in ubuntu wily.

No description available for libsane-dbgsym in ubuntu wily.

libsane-dev: No summary available for libsane-dev in ubuntu wily.

No description available for libsane-dev in ubuntu wily.

libsane-dev-dbgsym: No summary available for libsane-dev-dbgsym in ubuntu wily.

No description available for libsane-dev-dbgsym in ubuntu wily.

sane-utils: No summary available for sane-utils in ubuntu wily.

No description available for sane-utils in ubuntu wily.

sane-utils-dbgsym: No summary available for sane-utils-dbgsym in ubuntu wily.

No description available for sane-utils-dbgsym in ubuntu wily.