[ubuntu/lucid] hal 0.5.14-0ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Dec 3 03:25:15 GMT 2009


hal (0.5.14-0ubuntu1) lucid; urgency=low

  * Merge with Debian svn head, which now has most of our changes. 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.
     This will soon be obsoleted by changing X.org to use udev-based input
     device detection.
   - Add support for smartdimmer backlight control for GeForce 7/8/9 based
     Sony laptops.
     + Add 04_nvidia_brightness.patch.
     + Add smartdimmer recommends.
   - debian/hal.postinst: Do not create plugdev and powerdev groups.
   - Add debian/hal.upstart: Supersedes init script.
  * Disable 50_kfreebsd.patch for now; not used in Ubuntu, and does not
    currently apply.

hal (0.5.14-1) UNRELEASED; urgency=low

  * New upstream release.
  * Remove patches that have been merged upstream
    - debian/patches/20_cpufreq_warning_message_fix.patch
    - debian/patches/21_fix_segfault_in_hal_util_get_last_element.patch
    - debian/patches/22_fix_unconditional_usage_of_PATH_MAX.patch
    - debian/patches/23_support_relative_paths_in_umount_hal.patch
    - debian/patches/30_mount_relatime.patch

hal (0.5.13-6) unstable; urgency=low

  * debian/patches/10_nonpolkit-mount-policy.patch
    - Only allow root to mount fixed (internal) storage devices.

hal (0.5.13-5) experimental; urgency=low

  * Disable PolicyKit and ConsoleKit support in hal. GNOME uses DK-disks for
    mounting (removable) devices nowadays and KDE never made use of the
    PolicyKit support in HAL. (Closes: #549505, #526854)
  * debian/rules
    - Pass --disable-policy-kit and --disable-console-kit to
      DEB_CONFIGURE_EXTRA_FLAGS.
    - Explicitly disable smbios support to not accidentally pick up any
      libsmbios shlibs dependencies in a tainted build environment.
  * debian/control
    - Drop libpolkit-dev and libck-connector-dev build dependency.
    - Drop policykit dependency and demote consolekit to Recommends. We still
      want to install consolekit by default for its D-Bus "at_console"
      functionality.
    - Keymap handling was disabled in 0.5.13-4 as this is done by udev
      nowadays. Bump dependency on udev to (>= 143) to make sure we actually
      have a udev version which supports keymap remapping. (Closes: #555050)
      See also /usr/share/doc/udev/README.keymap.txt
  * debian/hal.install
    - Stop installing the PolicyKit policy files.
  * debian/hal.manpages
    - Stop installing hal-is-caller-privileged.1 man page.
  * debian/hal.postinst
    - Remove polkit-auth call.
    - Ensure the system groups powerdev and plugdev are created as they are
      used in the D-Bus policy file.
  * debian/patches/10-no-polkit-policy-file-validate-check.patch
    - Drop this patch, obsolete.
  * debian/patches/01_at_console.patch
    - Restrict access to the HAL D-Bus service using "at_console" and
      alternatively group powerdev/plugdev.

hal (0.5.13-4) unstable; urgency=low

  * Disable ACL management which is done by udev nowadays. Drop dependency on
    the acl package.
  * Disable multimedia key remapping which is managed by udev. Drop build
    dependency on gperf.
  * debian/patches/21_fix_segfault_in_hal_util_get_last_element.patch
    - Validate input before passing it to strlen which fixes a segfault in
      hal_util_get_last_element. (Closes: #531383)
  * Add support for GNU/Hurd. (Closes: #552386)
    - debian/patches/22_fix_unconditional_usage_of_PATH_MAX.patch: Use
      HAL_PATH_MAX as PATH_MAX is not defined on GNU/Hurd.
    - debian/control: Disable Linux-only dependencies.
    - debian/hal.init: Hurd's proc translator does not provide /proc/$PID/root
      so ensure we do not fail the chroot check on GNU/Hurd.
      Thanks to Pino Toscano for the patch.
  * debian/patches/23_support_relative_paths_in_umount_hal.patch
    - Support relative paths in umount.hal. (Closes: #552139)
  * Bump Standards-Version to 3.8.3. No further changes.
  * Add debian/README.source which refers to the quilt documentation.

hal (0.5.13-3) unstable; urgency=low

  * debian/patches/50_kfreebsd.patch
    - Present input.keys capability on GNU/kFreeBSD. (Closes: #541189)
      Thanks to Aurelien Jarno for the updated patch.
  * debian/patches/30_mount_relatime.patch
    - List "relatime" as valid mount option on Linux. (Closes: #510124)
      Thanks to Krzysztof Lubański for the patch.

hal (0.5.13-2) unstable; urgency=low

  * debian/control
    - Add missing Build-Depends on libcam-dev for kFreeBSD.

Date: Thu, 03 Dec 2009 01:21:24 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/lucid/+source/hal/0.5.14-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 01:21:24 +0100
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source
Version: 0.5.14-0ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
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: 510124 526854 531383 541189 549505 552139 552386 555050
Changes: 
 hal (0.5.14-0ubuntu1) lucid; urgency=low
 .
   * Merge with Debian svn head, which now has most of our changes. 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.
      This will soon be obsoleted by changing X.org to use udev-based input
      device detection.
    - Add support for smartdimmer backlight control for GeForce 7/8/9 based
      Sony laptops.
      + Add 04_nvidia_brightness.patch.
      + Add smartdimmer recommends.
    - debian/hal.postinst: Do not create plugdev and powerdev groups.
    - Add debian/hal.upstart: Supersedes init script.
   * Disable 50_kfreebsd.patch for now; not used in Ubuntu, and does not
     currently apply.
 .
 hal (0.5.14-1) UNRELEASED; urgency=low
 .
   * New upstream release.
   * Remove patches that have been merged upstream
     - debian/patches/20_cpufreq_warning_message_fix.patch
     - debian/patches/21_fix_segfault_in_hal_util_get_last_element.patch
     - debian/patches/22_fix_unconditional_usage_of_PATH_MAX.patch
     - debian/patches/23_support_relative_paths_in_umount_hal.patch
     - debian/patches/30_mount_relatime.patch
 .
 hal (0.5.13-6) unstable; urgency=low
 .
   * debian/patches/10_nonpolkit-mount-policy.patch
     - Only allow root to mount fixed (internal) storage devices.
 .
 hal (0.5.13-5) experimental; urgency=low
 .
   * Disable PolicyKit and ConsoleKit support in hal. GNOME uses DK-disks for
     mounting (removable) devices nowadays and KDE never made use of the
     PolicyKit support in HAL. (Closes: #549505, #526854)
   * debian/rules
     - Pass --disable-policy-kit and --disable-console-kit to
       DEB_CONFIGURE_EXTRA_FLAGS.
     - Explicitly disable smbios support to not accidentally pick up any
       libsmbios shlibs dependencies in a tainted build environment.
   * debian/control
     - Drop libpolkit-dev and libck-connector-dev build dependency.
     - Drop policykit dependency and demote consolekit to Recommends. We still
       want to install consolekit by default for its D-Bus "at_console"
       functionality.
     - Keymap handling was disabled in 0.5.13-4 as this is done by udev
       nowadays. Bump dependency on udev to (>= 143) to make sure we actually
       have a udev version which supports keymap remapping. (Closes: #555050)
       See also /usr/share/doc/udev/README.keymap.txt
   * debian/hal.install
     - Stop installing the PolicyKit policy files.
   * debian/hal.manpages
     - Stop installing hal-is-caller-privileged.1 man page.
   * debian/hal.postinst
     - Remove polkit-auth call.
     - Ensure the system groups powerdev and plugdev are created as they are
       used in the D-Bus policy file.
   * debian/patches/10-no-polkit-policy-file-validate-check.patch
     - Drop this patch, obsolete.
   * debian/patches/01_at_console.patch
     - Restrict access to the HAL D-Bus service using "at_console" and
       alternatively group powerdev/plugdev.
 .
 hal (0.5.13-4) unstable; urgency=low
 .
   * Disable ACL management which is done by udev nowadays. Drop dependency on
     the acl package.
   * Disable multimedia key remapping which is managed by udev. Drop build
     dependency on gperf.
   * debian/patches/21_fix_segfault_in_hal_util_get_last_element.patch
     - Validate input before passing it to strlen which fixes a segfault in
       hal_util_get_last_element. (Closes: #531383)
   * Add support for GNU/Hurd. (Closes: #552386)
     - debian/patches/22_fix_unconditional_usage_of_PATH_MAX.patch: Use
       HAL_PATH_MAX as PATH_MAX is not defined on GNU/Hurd.
     - debian/control: Disable Linux-only dependencies.
     - debian/hal.init: Hurd's proc translator does not provide /proc/$PID/root
       so ensure we do not fail the chroot check on GNU/Hurd.
       Thanks to Pino Toscano for the patch.
   * debian/patches/23_support_relative_paths_in_umount_hal.patch
     - Support relative paths in umount.hal. (Closes: #552139)
   * Bump Standards-Version to 3.8.3. No further changes.
   * Add debian/README.source which refers to the quilt documentation.
 .
 hal (0.5.13-3) unstable; urgency=low
 .
   * debian/patches/50_kfreebsd.patch
     - Present input.keys capability on GNU/kFreeBSD. (Closes: #541189)
       Thanks to Aurelien Jarno for the updated patch.
   * debian/patches/30_mount_relatime.patch
     - List "relatime" as valid mount option on Linux. (Closes: #510124)
       Thanks to Krzysztof Lubański for the patch.
 .
 hal (0.5.13-2) unstable; urgency=low
 .
   * debian/control
     - Add missing Build-Depends on libcam-dev for kFreeBSD.
Checksums-Sha1: 
 df98cdbe163b2dc5752f3fbd453279a59cb5c6e1 1616 hal_0.5.14-0ubuntu1.dsc
 95bdc8141b0bce197d0d47f5bec491b08c6e3853 1238766 hal_0.5.14.orig.tar.gz
 757de43160c8063ef12526778707fac29d8470fd 54860 hal_0.5.14-0ubuntu1.diff.gz
Checksums-Sha256: 
 545bff42e72abd9178d1c4e51dfa3e7db3a34b96ba029690a9dbf992caa753a8 1616 hal_0.5.14-0ubuntu1.dsc
 323aacfa52f12def3b0d1e76456e34f027c345adc344aad19a8cc0c59c1a8d02 1238766 hal_0.5.14.orig.tar.gz
 688478a2fb3d36a98f7a6422dc765ff3aafdd4a50ba96d5a436ab8377e2783f6 54860 hal_0.5.14-0ubuntu1.diff.gz
Files: 
 d0b27bd8f932d95e284ea308be34438c 1616 admin optional hal_0.5.14-0ubuntu1.dsc
 e9163df591a6f38f59fdbfe33e73bf20 1238766 admin optional hal_0.5.14.orig.tar.gz
 e9e24c7f6dd24c99a6e4e73aaf112e6f 54860 admin optional hal_0.5.14-0ubuntu1.diff.gz

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

iEYEARECAAYFAksXBLkACgkQDecnbV4Fd/LGBgCfT49qx5MENoUbmyaFqX1uUnX1
ubkAoOgmNI86le5qx1BC4Z5J7EkN5uBg
=uMMn
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list