[ubuntu/natty] sane-backends 1.0.22-1ubuntu1 (Accepted)

Artur Rona ari-tczew at ubuntu.com
Mon Mar 7 14:05:30 UTC 2011


sane-backends (1.0.22-1ubuntu1) natty; urgency=low

  [ Artur Rona ]
  * Merge from debian unstable.  Remaining changes: (LP: #729283)
    - debian/control:
      + 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/libsane.postinst: Don't create a scanner group.
    - debian/libsane.preinst:
      + Remove the old file if unmodified.
      + Remove the old blacklist-scanner modprobe file.
    - debian/patches/disable_v4l.patch: Disable v4l backend.
    - debian/rules:
      - Link using -Bsymbolic-functions (startup time optimization).
      - Saned init script does not need to be started before gdm
        and does not need to be called on shutdown.
    - debian/sane-utils.*: No longer have scanner group.
    - debian/sane-utils.saned.init: Saned init script does not need to
      be started before gdm and does not need to be called on shutdown.

  [ Martin Pitt ]
  * Drop ubuntu_udev_noperm.patch. It's superseded by Debian's
    sane-desc_udev+acl.patch. This also brings back the accidentally dropped
    SCSI scanner rules. (LP: #727696)
  * debian/rules: Drop "acl" dependency. Current udev releases already
    evaluate the "libsane_matched" property, so we don't need the sane rules
    to do that again. Also drop the alternative "makedev" dependency; we
    only support udev.

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

  * New upstream release.
    + epson2: reject scan area settings that would lead to a division by zero
      (closes: #581181).

  * debian/control:
    + Bump Standards-Version to 3.9.1 (no changes).
    + Demote libsane-extras-* to Recommends again.
  * debian/rules:
    + Add acl (>= 2.2.49-4) to udev substvar for ACL utilities in /bin.
    + Use sane-desc -m udev+acl (closes: #591767, #612815).
  * debian/libsane.README.Debian:
    + Update; mention ConsoleKit and the udev rules now using ACLs.

  * debian/patches/sane-desc_udev+acl.patch:
    + Added; compared to experimental, setfacl is now in /bin.
  * debian/patches/fix_xerox_mfp_color_mode.patch,
    debian/patches/use_libsane_matched_for_scsi.patch,
    debian/patches/allow_dll.d_symlinks.patch,
    debian/patches/saned_exit_avahi_process.patch,
    debian/patches/xerox_mfp_new_ids.patch,
    debian/patches/scsi_perfection_2450.patch,
    debian/patches/scsi_scanjet_4c.patch,
    debian/patches/genesys_disable_raw_data_log.patch,
    debian/patches/fix_epson2_commands.patch,
    debian/patches/fix_epson2_cancel.patch:
    + Removed; merged upstream.

Date: Mon, 07 Mar 2011 15:01:07 +0100
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/sane-backends/1.0.22-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 07 Mar 2011 15:01:07 +0100
Source: sane-backends
Binary: sane-utils libsane libsane-dev libsane-dbg
Architecture: source
Version: 1.0.22-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Artur Rona <ari-tczew at ubuntu.com>
Description: 
 libsane    - API library for scanners
 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: 581181 591767 612815
Launchpad-Bugs-Fixed: 727696 729283
Changes: 
 sane-backends (1.0.22-1ubuntu1) natty; urgency=low
 .
   [ Artur Rona ]
   * Merge from debian unstable.  Remaining changes: (LP: #729283)
     - debian/control:
       + 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/libsane.postinst: Don't create a scanner group.
     - debian/libsane.preinst:
       + Remove the old file if unmodified.
       + Remove the old blacklist-scanner modprobe file.
     - debian/patches/disable_v4l.patch: Disable v4l backend.
     - debian/rules:
       - Link using -Bsymbolic-functions (startup time optimization).
       - Saned init script does not need to be started before gdm
         and does not need to be called on shutdown.
     - debian/sane-utils.*: No longer have scanner group.
     - debian/sane-utils.saned.init: Saned init script does not need to
       be started before gdm and does not need to be called on shutdown.
 .
   [ Martin Pitt ]
   * Drop ubuntu_udev_noperm.patch. It's superseded by Debian's
     sane-desc_udev+acl.patch. This also brings back the accidentally dropped
     SCSI scanner rules. (LP: #727696)
   * debian/rules: Drop "acl" dependency. Current udev releases already
     evaluate the "libsane_matched" property, so we don't need the sane rules
     to do that again. Also drop the alternative "makedev" dependency; we
     only support udev.
 .
 sane-backends (1.0.22-1) unstable; urgency=low
 .
   * New upstream release.
     + epson2: reject scan area settings that would lead to a division by zero
       (closes: #581181).
 .
   * debian/control:
     + Bump Standards-Version to 3.9.1 (no changes).
     + Demote libsane-extras-* to Recommends again.
   * debian/rules:
     + Add acl (>= 2.2.49-4) to udev substvar for ACL utilities in /bin.
     + Use sane-desc -m udev+acl (closes: #591767, #612815).
   * debian/libsane.README.Debian:
     + Update; mention ConsoleKit and the udev rules now using ACLs.
 .
   * debian/patches/sane-desc_udev+acl.patch:
     + Added; compared to experimental, setfacl is now in /bin.
   * debian/patches/fix_xerox_mfp_color_mode.patch,
     debian/patches/use_libsane_matched_for_scsi.patch,
     debian/patches/allow_dll.d_symlinks.patch,
     debian/patches/saned_exit_avahi_process.patch,
     debian/patches/xerox_mfp_new_ids.patch,
     debian/patches/scsi_perfection_2450.patch,
     debian/patches/scsi_scanjet_4c.patch,
     debian/patches/genesys_disable_raw_data_log.patch,
     debian/patches/fix_epson2_commands.patch,
     debian/patches/fix_epson2_cancel.patch:
     + Removed; merged upstream.
Checksums-Sha1: 
 5b9db0b5d6ace85a617981f930dfcc5d6ad218e4 2304 sane-backends_1.0.22-1ubuntu1.dsc
 b6060a393e47d9859877f028c59ae9b4c7943f0b 201351 sane-backends_1.0.22-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 64c5021493008e7b3e7c891a46b574bcaf297998808c906e6c55cdf4a6bc2bbd 2304 sane-backends_1.0.22-1ubuntu1.dsc
 4bcc8996256a6f11d20c70fda75123d49f83f196b93ed685dfaec82ddc374b20 201351 sane-backends_1.0.22-1ubuntu1.debian.tar.gz
Files: 
 b01e0e44c2581d2dc328d4ec12955f7f 2304 graphics optional sane-backends_1.0.22-1ubuntu1.dsc
 dd048baf251aeb9fbe981d87fbdcaa7a 201351 graphics optional sane-backends_1.0.22-1ubuntu1.debian.tar.gz
Original-Maintainer: Julien BLACHE <jblache at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJNdOVrAAoJEPmIJawmtHufkIwQAL/Onqy3ampCA0qtBgQs/NA9
mZnXx4SDmM/IrSJE5PtJjDSV7fNscbXbKv7eFi9ThyOJlbfzBoqkgQfmq3YwzXCL
21T7RCGtDtiYJkgReNknLGLGVpBDwaUuPktnvUz1dQbdLk23K8QISWC8qJJQcvJV
zypctoJD8mYWJgiuGVEhKyZoRFNizK8PCVJzIp3BmEgt63lNIDYWyLPwwuvhfu+E
d5VISdAsPBiv30UaKaRN3x+XLSkzrP1yWb7rV1FocdO3ysu+LdZlcg9pmV3vEcsH
5mOmbEx+Ja/bXmhn6NKRJ1p2jr515rN0A5rxGrnBZAmEXMUA43qHZidbarlEcL0L
C9MbJ573b0qdNC8snrFfJbs74dIJKtYnSvSZw1u4bj1q1fzgPhPrjtpqU6wtAYEB
e11NjxZOfjlnrXavG3H/PCXPFJnuNdUVjdYAManDPLCZafuPKdzjNBuVwvnDuFzr
9gMDYELJAHTC3Qc+grfP5Vnowu6+e3iv4bp6xX88tfL2Y25aDseNHlrIj9tt2+lc
4XmaBvbX2tfm89zPlIO4GVM9qVMBHq9iBXM3VLCHE+2JKc0rld/P2gIFY+56MA8s
c2e2Kp+T6lRpCEGcVAHsQJ0o6v4xYkOdoR6QnvkNkyRqQRy9vITC8Fys62CnyF/E
ZB4mlSirCDm+R4y3Dhzs
=W0uk
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list