[ubuntu/vivid-proposed] sane-backends 1.0.24-4ubuntu1 (Accepted)

Iain Lane iain at orangesquash.org.uk
Wed Nov 5 18:20:16 UTC 2014


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 <jwilk at debian.org>.
    - New hp3900.patch:
      + Set startup gamma to the standalone default. (Closes: #629470)
        Thanks to Peter Walser <pjw1965 at gmail.com>.
    - 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 <d.sandbrink at gmail.com>.
  * 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ć <joostvb-debian-bugs-20111231-2 at mdcc.cx>.
  * 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)

Date: Wed, 05 Nov 2014 17:53:36 +0000
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/vivid/+source/sane-backends/1.0.24-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 05 Nov 2014 17:53:36 +0000
Source: sane-backends
Binary: sane-utils libsane-common libsane libsane-dev libsane-dbg
Architecture: source
Version: 1.0.24-4ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Description:
 libsane    - API library for scanners
 libsane-common - API library for scanners -- documentation and support files
 libsane-dbg - API development library for scanners [debug symbols]
 libsane-dev - API development library for scanners [development files]
 sane-utils - API library for scanners -- utilities
Closes: 629470 653857 665915 676845 731610 736451 743848 759289 764198 765339 766340
Launchpad-Bugs-Fixed: 1080787
Changes:
 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 <jwilk at debian.org>.
     - New hp3900.patch:
       + Set startup gamma to the standalone default. (Closes: #629470)
         Thanks to Peter Walser <pjw1965 at gmail.com>.
     - 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 <d.sandbrink at gmail.com>.
   * 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ć <joostvb-debian-bugs-20111231-2 at mdcc.cx>.
   * 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)
Checksums-Sha1:
 355af08ee73e3fb56d91bf6e282800e2e5546f20 2522 sane-backends_1.0.24-4ubuntu1.dsc
 f2d2f4b8c03f0a04108fafbea1122b423a32d4f1 96800 sane-backends_1.0.24-4ubuntu1.debian.tar.xz
Checksums-Sha256:
 aacb729ffc3488fb380bb24a0fbe3a8aa2d92d2120611c347396485a9f45334a 2522 sane-backends_1.0.24-4ubuntu1.dsc
 1d15ff466940d92c78f7296e883718e39ea3a406dd2b4a5e19eaa378e288d070 96800 sane-backends_1.0.24-4ubuntu1.debian.tar.xz
Files:
 d84cf485692a2b695241f14d95d26dec 2522 graphics optional sane-backends_1.0.24-4ubuntu1.dsc
 2b468c000ba08fe3e2cbbe3c6d69eb8c 96800 graphics optional sane-backends_1.0.24-4ubuntu1.debian.tar.xz
Original-Maintainer: Jörg Frings-Fürst <debian at jff-webhosting.net>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJUWmoaAAoJEONS1cUcUEHUt6MP/AtnTw/ngGu3WqRrniKWGiWb
hohUzjIAmJsum6jSpa2kPJxSEoKm7XOUfMMjnxCe5Devs19RfEsDTDNmzMj/Je37
3ZtJsZ2KR51wZv3ACOJcZp1sLrT4N+IzuxLj9SdPT0J7+ZhOFcO17NF228yN3vrO
nX45QTzpzCf0LXXhOfZcaRjopDuufglRqzXE8HUeEOQkTWcqESZ+BGzRFOXin5FH
dA8vq0fr6fBcpX/InPzuXSuyf4Xex3CTGqnAG0JDGTL+QiU6USLiYaju8NTqOcOz
zjcGtEniGdpQy0cZmDqzwGOGVGq6cGAn8wfwe2oBIXcikgByLehg1s4RCMkWCDDx
MAIpeF1KM/auwMBW11djBMHu4pdZmHWUUpNwMrMzbOSgYfHXZ8mNpZZKrDBrnNly
cs+4aJ31P+8DCmnUZRgFHUbt5D9h485dkmK5+SaYCWHvN961MGrnvmLsPLTrbRg3
bSv8wQ0XEfNWD6YHnl4NOOwfNpsFHSA3H19B2gHlBsP29D4KvQv/fIqVjTYHPB3Z
OQ/m69d7mRf1ghaV92WrJqJoLMUzdqei/uz1rlvEUEMJihsSXgJjLwa5myE4pMWS
+GRk7msg3SrZZvFdqHGW5o57yf6Jo4xBmiLPPS3GD+Ox2S2ISHYPYofp1Kz0FUpF
FdOABKBgDYf3b43B48jT
=Zolz
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list