lp:ubuntu/lucid-proposed/sane-backends

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/lucid-proposed/sane-backends
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

38. By Robert Ancell

* New upstream release: (LP: #600516)
* debian/patches/51_fix_xeros_mfp_color_mode.dpatch:
  - Corrected color mode malfunction.
* debian/patches/52_no_translations.dpatch:
  - Add missing translation files
* debian/patches/03_libsane_deps:
* debian/patches/20_disable_rpath:
* debian/patches/21_sane-config.in_no_rpath:
* debian/patches/ubuntu_udev_noperm:
  - Refreshed
* debian/patches/01_missing_pthreads.dpatch:
* debian/patches/04_udev_rules_fix.dpatch:
* debian/patches/05_saned_avahi_fds_fix.dpatch:
* debian/patches/06_cap_always_settable.dpatch:
* debian/patches/07_tools_missing_libcam.dpatch:
* debian/patches/08_cardscan_usbids.dpatch:
* debian/patches/09_po_update_es_add_gl.dpatch:
* debian/patches/10_sanei_usb_update.dpatch:
* debian/patches/12_saned_polling_fix.dpatch:
* debian/patches/13_saned_aliasing_fix.dpatch:
* debian/patches/30_xerox_samsung_ids.dpatch:
* debian/patches/31_genesys_raw_log_fix.dpatch:
* debian/patches/32_epson_perfection636.dpatch:
* debian/patches/33_epson2_update.dpatch:
* debian/patches/34_genesys_gl841_cal_fix.dpatch:
* debian/patches/42_add_epson_cx_6000.dpatch:
* debian/patches/43_scanadf_error_check.dpatch:
* debian/patches/44_add_epson_mfp_devs.dpatch:
  - Applied upstream

37. By Robert Ancell

* debian/patches/50_disable_v4l.dpatch:
  - Disable v4l backends (LP: #87312)

36. By Daniel T Chen

* Merge from Debian testing, remaining changes:
  - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
  - Add 43_scanadf_error_check.dpatch: Backport from Debian's
    sane-backends git repo adding additional error checking.
    (LP: #469540)
  - Add 44_add_epson_mfp_devs.dpatch: Add additional device id.
    (LP: #469540)
  - Don't apply 11_udev_147, because ubuntu_udev_noperm.dpatch is
    more appropriate for Ubuntu:
    + Do not change device permissions (already covered by udev-extra's
      70-acl.rules)
    + Do not cover SCSI scanners (already covered by udev-extra's
      70-acl.rules)
    + Simplify description and structure.
  - debian/control:
    + Demote libsane-extras from Depends: to Suggests:, as long as
      this package is in universe.
    + Demote sane-utils and avahi-daemon 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.dirs.linux: remove
  - debian/{libsane.install.in,libsane-dev.install,rules}: Install
    documentation into libsane-dev instead of libsane to save CD space.
  - debian/rules:
    + Link using -Bsymbolic-functions (startup time optimization).
    + /etc/modprobe.d/libsane blacklists two modules that don't exist
      anymore, dropped creation of this file
  - debian{rules,sane-utils.saned.init}: saned init script does not need
    to be started before gdm, and does not need to be called on shutdown.
  - debian/libsane.postinst: Do not create the scanner group.
  - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
    Drop the support for saned in the scanner group, since we don't have
    a scanner group anymore!
  - debian/libsane.preinst:
    + Remove the old blacklist-scanner modprobe file. LP: #340873.
    + Remove the old file if unmodified
  - debian/rules: Install udev rules again, since we now don't rely on
    hal any more and thus we need the ENV{libsane_matched}=="yes" flag.

35. By Tormod Volden

debian/sane-utils.saned.init: be quiet if not enabled
(LP: #440852)

34. By Martin Pitt

* debian/control: Fix libsane-extras Recommends → Suggests again.
* ubuntu_udev_noperm.dpatch: Use ENV{DEVTYPE} instead of SUBSYSTEM, to avoid
  processing all the rules twice.

33. By Martin Pitt

* Merge from debian unstable, remaining changes:
  - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
  - debian/control:
    + Set Ubuntu maintainer address.
    + Demote libsane-extras from Depends: to Suggests:, as long as
      this package is in universe.
    + Demote sane-utils and avahi-daemon 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.dirs.linux: remove
  - debian/{libsane.install.in,libsane-dev.install,rules}: Install
    documentation into libsane-dev instead of libsane to save CD space.
  - debian/rules:
    + Link using -Bsymbolic-functions (startup time optimization).
    + /etc/modprobe.d/libsane blacklists two modules that don't exist
      anymore, dropped creation of this file
  - debian{rules,sane-utils.saned.init}: saned init script does not need
    to be started before gdm, and does not need to be called on shutdown.
  - debian/libsane.postinst: Do not create the scanner group.
  - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
    Drop the support for saned in the scanner group, since we don't have
    a scanner group anymore!
  - debian/libsane.preinst:
    + Remove the old blacklist-scanner modprobe file. LP: #340873.
    + Remove the old file if unmodified
* Add ubuntu_udev_noperm.dpatch: Change udev rules to be suitable for
  Ubuntu:
  - Do not change device permissions (already covered by udev-extra's
    70-acl.rules)
  - Do not cover SCSI scanners (already covered by udev-extra's
    70-acl.rules)
  - Simplify description and structure.
 * debian/rules: Install udev rules again, since we now don't rely on
   hal any more and thus we need the ENV{libsane_matched}=="yes" flag.

32. By Artem Popov

* Merge from debian unstable (LP: #373168), remaining changes:
  - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
  - debian/control:
    + Set Ubuntu maintainer address.
    + Demote libsane-extras from Depends: to Suggests:, as long as
      this package is in universe.
    + Demote sane-utils and avahi-daemon 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.dirs.linux: remove
  - debian/{libsane.install.in,libsane-dev.install,rules}: Install
    documentation into libsane-dev instead of libsane to save CD space.
  - debian/rules:
    + Link using -Bsymbolic-functions (startup time optimization).
    + Do not install the udev rules, since hal now provides dynamic ACLs on
      device nodes. (See hardy-hardware-detection spec.)
    + /etc/modprobe.d/libsane blacklists two modules that don't exist
      anymore, dropped creation of this file
  - debian{rules,sane-utils.saned.init}: saned init script does not need
    to be started before gdm, and does not need to be called on shutdown.
  - debian/libsane.postinst: Do not create the scanner group.
  - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
    Drop the support for saned in the scanner group, since we don't have
    a scanner group anymore!
  - debian/libsane.preinst:
    + Remove the old blacklist-scanner modprobe file. LP: #340873.
    + Remove the old file if unmodified

31. By Scott James Remnant (Canonical)

debian/libsane.preinst: Remove the old blacklist-scanner modprobe
file. LP: #340873.

30. By Scott James Remnant (Canonical)

* debian/libsane.dirs.linux: remove
* deian/rules: cleanup

29. By Scott James Remnant (Canonical)

* debian/rules: /etc/modprobe.d/libsane blacklists two modules that don't
  exist anymore, dropped creation of this file
* debian/libsane.preinst: remove the old file if unmodified

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/maverick/sane-backends
This branch contains Public information 
Everyone can see this information.

Subscribers