sane-backends 1.0.23-3ubuntu1 source package in Ubuntu

Changelog

sane-backends (1.0.23-3ubuntu1) trusty; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Build against libgphoto2-6 and libtiff5.
    - 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: Link using -Bsymbolic-functions (startup time
      optimization).
    - 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,
      fix-for-broken-tpu-scan.patch: See patch headers.

sane-backends (1.0.23-3) unstable; urgency=low

  * QA upload
  * revert move to libtiff5-dev

sane-backends (1.0.23-2) unstable; urgency=low

  * QA upload.
  * Add sane-desc.c_debian_mods.patch to series file. (Closes: #714993)

sane-backends (1.0.23-1) unstable; urgency=low

  * QA upload.
  * Upload to unstable.
  * This package has been orphaned. Set maintainer to the Debian QA Group.
  * Bump compat level to 9 (was 5) and require debhelper >= 9.
  * debian/control:
    - sane-utils: Inherit Section: graphics from source package sane-backends.
    - Remove versioned dependencies. They are trivially satisfied.
  * Drop the following patches. They are merged upstream now.
    - fix_v4l_build.patch
    - hurd_path_max_fix.patch
    - sane_desc_udev+acl.patch
    - scanimage_man_batch_start.patch
    - udev_usb_suspend.patch
    - xerox_mfp_add_scx_4623fw.patch
    - xerox_mfp_fix_usb_device.patch
  * Drop disable_rpath.patch because the RPATH is already removed by chrpath
    in debian/rules.
  * Rebase and refresh all other patches against the new upstream relase.
  * debian/rules:
    - Simplify debian/rules by using dh sequencer.
    - Build with --parallel and with autotools_dev.
    - Enable all hardening build flags.
    - Install umax_pp with sane-utils.install.
  * Build-Depend on libtiff5-dev. Thanks to Michael Terry for the patch.
    (Closes: #681079)
  * Build-Depend on libusb-1.0-0-dev and enable libusb1.0 support in
    debian/rules. Thanks to Martin Pitt for the report and Whoopie for the
    patch. (Closes: #687137)
 -- Martin Pitt <email address hidden>   Wed, 06 Nov 2013 07:31:42 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
graphics
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sane-backends_1.0.23.orig.tar.gz 5.1 MiB 4d4f5b2881615af7fc0ed75fdde7dc623a749e80e40f3f792fe4010163cbb029
sane-backends_1.0.23-3ubuntu1.debian.tar.gz 57.8 KiB 238849c92cccaf2b9f73055abae1c0f0c6df447d14181ab94a803b73b596b176
sane-backends_1.0.23-3ubuntu1.dsc 2.3 KiB 3a7678e8e8b23a5175ab5f00e7c2a9ffcfccccf50289490f92ee53b61a79ac88

View changes file

Binary packages built by this source

libsane: API library for scanners

 SANE stands for "Scanner Access Now Easy" and is an application
 programming interface (API) that provides standardized access to any
 raster image scanner hardware (flatbed scanner, hand-held scanner,
 video- and still-cameras, frame-grabbers, etc.). The SANE standard is
 free and its discussion and development are open to everybody. The
 current source code is written to support several operating systems,
 including GNU/Linux, OS/2, Win32 and various Unices and is available
 under the GNU General Public License (commercial applications and
 backends are welcome, too, however).
 .
 This package includes the backends for many scanners. A libsane-extras
 package containing some not-yet-included backends is available separately.
 .
 Graphical frontends for sane are available in the packages sane and
 xsane. Command line frontend scanimage, saned and sane-find-scanner are
 available in the sane-utils package.

libsane-common: API library for scanners -- documentation and support files

 SANE stands for "Scanner Access Now Easy" and is an application
 programming interface (API) that provides standardized access to any
 raster image scanner hardware (flatbed scanner, hand-held scanner,
 video- and still-cameras, frame-grabbers, etc.). The SANE standard is
 free and its discussion and development are open to everybody. The
 current source code is written to support several operating systems,
 including GNU/Linux, OS/2, Win32 and various Unices and is available
 under the GNU General Public License (commercial applications and
 backends are welcome, too, however).
 .
 This package includes documentation for libsane, such as the man pages
 and list of supported scanners, and support files (i18n data).

libsane-dbg: API development library for scanners [debug symbols]

 SANE stands for "Scanner Access Now Easy" and is an application
 programming interface (API) that provides standardized access to any
 raster image scanner hardware (flatbed scanner, hand-held scanner,
 video- and still-cameras, frame-grabbers, etc.). The SANE standard is
 free and its discussion and development are open to everybody. The
 current source code is written to support several operating systems,
 including GNU/Linux, OS/2, Win32 and various Unices and is available
 under the GNU General Public License (commercial applications and
 backends are welcome, too, however).
 .
 This package contains the debugging symbols for the SANE backends.

libsane-dev: API development library for scanners [development files]

 SANE stands for "Scanner Access Now Easy" and is an application
 programming interface (API) that provides standardized access to any
 raster image scanner hardware (flatbed scanner, hand-held scanner,
 video- and still-cameras, frame-grabbers, etc.). The SANE standard is
 free and its discussion and development are open to everybody. The
 current source code is written to support several operating systems,
 including GNU/Linux, OS/2, Win32 and various Unices and is available
 under the GNU General Public License (commercial applications and
 backends are welcome, too, however).
 .
 This package contains the files needed to build your applications
 using SANE.

sane-utils: API library for scanners -- utilities

 SANE stands for "Scanner Access Now Easy" and is an application
 programming interface (API) that provides standardized access to any
 raster image scanner hardware (flatbed scanner, hand-held scanner,
 video- and still-cameras, frame-grabbers, etc.). The SANE standard is
 free and its discussion and development are open to everybody. The
 current source code is written to support several operating systems,
 including GNU/Linux, OS/2, Win32 and various Unices and is available
 under the GNU General Public License (commercial applications and
 backends are welcome, too, however).
 .
 This package includes the command line frontend scanimage, the saned
 server and the sane-find-scanner utility, along with their documentation.