[ubuntu/karmic] hal 0.5.13-1ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Wed Jul 29 08:50:14 BST 2009


hal (0.5.13-1ubuntu1) karmic; urgency=low

  * Merge with Debian experimental and svn head, to minimize our Delta.
    Drop MacBook and smartdimmer brightness support, since hal is being
    deprecated, and already not used for brightness changes any more.
    Remaining Ubuntu changes:
   - Enable support for X11 input hotplugging:
     + debian/rules: Do not remove 10-x11-input.fdi, we want to install it by
       default.
     + Drop 10-x11-input.fdi from debian/hal.examples, since we install
       it by default.
   - debian/rules: Disable support for keymaps, now done by udev.
   - debian/rules: Disable support for ACL management, now done by udev. Drop
     "acl" dependency.

hal (0.5.13-2) UNRELEASED; urgency=low

  [ Martin Pitt ]
  * debian/control: Drop libsmbios-dev from build depends.  Kernel 2.6.30
    provides dell_laptop kernel module which exports these interfaces into
    standard "generic" ones. Drop recommends for libsmbios-bin.
  * debian/control: Bump libblkid-dev build dep to >= 2.15  as done by
    upstream recently; 1.43 was a synthetic version number before the
    util-linux release number was determined.
  * debian/hal.init: Check for /sys/devices, not /sys/kernel. The latter
    doesn't exist in OpenVZ. (LP: #399629)

hal (0.5.13-1) experimental; urgency=low

  * New upstream release.
    - Fix crash when assembling certain MD devices. (Closes: #522136)
    - Fixes for GNU/kFreeBSD.
    - Set default udev_prefix to ${exec_prefix}/lib in configure.in.
    - Define new (sub-)namespace(s) and policy for smart card readers.
    - Ignore ADD events if there is already a device with same sysfs_path.
    - probe-volume: remove needless check for empty fstype.
    - Use $libexecdir not $libdir/hal to define private hal directory.
    - Various startup speedups.
    - Add hal-set-property --direct.
    - addon-acpi.c: Support acpid.
    - 10-x11-input.fdi: Add tablets.
    - Add input.keys capability to input buttons.
    - Add support for devices on the SSB and ibme bus.
  * debian/patches/11-direct-hal-set-propery.patch
    - Removed, merged upstream.
  * debian/patches/23_addon_acpi.patch
    - Removed, merged upstream.
  * Add support for GNU/kFreeBSD. (Closes: #528383)
    Thanks to Aurelien Jarno and Cyril Brulebois for the patch(es).
  * debian/control
    - Change Build-Depends from libvolume-id-dev to libblkid-dev (>= 1.43).
    - Bump Standards-Version to 3.8.2. No further changes.
    - Wrap hal dependencies.
    - Demote pm-utils to Recommends now that pm-utils is in the laptop and
      desktop task and Recommends are installed by default. (Closes: #477913)
  * debian/hal.init
    - Refactor safety checks into a separate function and make sure they are
      also run on restart. (Closes: #537251)
    - Use s-s-d's --retry option on stop which allows us to safely remove the
      ugly "sleep 1" between start and stop within restart.
  * debian/patches/20_cpufreq_warning_message_fix.patch
    - Fix a misleading warning message in ondemand_set_consider_nice().
      (Closes: #532999)

Date: Wed, 29 Jul 2009 09:47:48 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/hal/0.5.13-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 29 Jul 2009 09:47:48 +0200
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source
Version: 0.5.13-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 hal        - Hardware Abstraction Layer
 hal-doc    - Hardware Abstraction Layer - documentation
 libhal-dev - Hardware Abstraction Layer - development files
 libhal-storage-dev - Hardware Abstraction Layer - development files
 libhal-storage1 - Hardware Abstraction Layer - shared library for storage devices
 libhal1    - Hardware Abstraction Layer - shared library
Closes: 477913 522136 528383 532999 537251
Changes: 
 hal (0.5.13-1ubuntu1) karmic; urgency=low
 .
   * Merge with Debian experimental and svn head, to minimize our Delta.
     Drop MacBook and smartdimmer brightness support, since hal is being
     deprecated, and already not used for brightness changes any more.
     Remaining Ubuntu changes:
    - Enable support for X11 input hotplugging:
      + debian/rules: Do not remove 10-x11-input.fdi, we want to install it by
        default.
      + Drop 10-x11-input.fdi from debian/hal.examples, since we install
        it by default.
    - debian/rules: Disable support for keymaps, now done by udev.
    - debian/rules: Disable support for ACL management, now done by udev. Drop
      "acl" dependency.
 .
 hal (0.5.13-2) UNRELEASED; urgency=low
 .
   [ Martin Pitt ]
   * debian/control: Drop libsmbios-dev from build depends.  Kernel 2.6.30
     provides dell_laptop kernel module which exports these interfaces into
     standard "generic" ones. Drop recommends for libsmbios-bin.
   * debian/control: Bump libblkid-dev build dep to >= 2.15  as done by
     upstream recently; 1.43 was a synthetic version number before the
     util-linux release number was determined.
   * debian/hal.init: Check for /sys/devices, not /sys/kernel. The latter
     doesn't exist in OpenVZ. (LP: #399629)
 .
 hal (0.5.13-1) experimental; urgency=low
 .
   * New upstream release.
     - Fix crash when assembling certain MD devices. (Closes: #522136)
     - Fixes for GNU/kFreeBSD.
     - Set default udev_prefix to ${exec_prefix}/lib in configure.in.
     - Define new (sub-)namespace(s) and policy for smart card readers.
     - Ignore ADD events if there is already a device with same sysfs_path.
     - probe-volume: remove needless check for empty fstype.
     - Use $libexecdir not $libdir/hal to define private hal directory.
     - Various startup speedups.
     - Add hal-set-property --direct.
     - addon-acpi.c: Support acpid.
     - 10-x11-input.fdi: Add tablets.
     - Add input.keys capability to input buttons.
     - Add support for devices on the SSB and ibme bus.
   * debian/patches/11-direct-hal-set-propery.patch
     - Removed, merged upstream.
   * debian/patches/23_addon_acpi.patch
     - Removed, merged upstream.
   * Add support for GNU/kFreeBSD. (Closes: #528383)
     Thanks to Aurelien Jarno and Cyril Brulebois for the patch(es).
   * debian/control
     - Change Build-Depends from libvolume-id-dev to libblkid-dev (>= 1.43).
     - Bump Standards-Version to 3.8.2. No further changes.
     - Wrap hal dependencies.
     - Demote pm-utils to Recommends now that pm-utils is in the laptop and
       desktop task and Recommends are installed by default. (Closes: #477913)
   * debian/hal.init
     - Refactor safety checks into a separate function and make sure they are
       also run on restart. (Closes: #537251)
     - Use s-s-d's --retry option on stop which allows us to safely remove the
       ugly "sleep 1" between start and stop within restart.
   * debian/patches/20_cpufreq_warning_message_fix.patch
     - Fix a misleading warning message in ondemand_set_consider_nice().
       (Closes: #532999)
Checksums-Sha1: 
 2803061b5502e333d07ad8d1ba6b46abe79115d4 1667 hal_0.5.13-1ubuntu1.dsc
 10b616c3fafe31fe6c21071a1a2f4ca8aeb7963a 48951 hal_0.5.13-1ubuntu1.diff.gz
Checksums-Sha256: 
 b2f80568b1bfd2241f30b89fc5d68ea8739a306bd63357878225ec90e7a34e70 1667 hal_0.5.13-1ubuntu1.dsc
 d82823fb1481458c2827d50d3490b57ce5162998a7eba75e54659a8e47abc4f2 48951 hal_0.5.13-1ubuntu1.diff.gz
Files: 
 fa959c3a2f437ec278049db2e7ac3448 1667 admin optional hal_0.5.13-1ubuntu1.dsc
 1881198e04d53c8b2141cda4c46c8601 48951 admin optional hal_0.5.13-1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 399629
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

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

iEYEARECAAYFAkpv/sAACgkQDecnbV4Fd/Kq4wCg+BZ2ewx4G4lWxjGh+8YEduMd
ShIAn1us3YPN5k0jl7BmFSl4YE4LbDiK
=EmDY
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list