[ubuntu/karmic] hal 0.5.12~rc1+git20090406.46dc48-2ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Tue Apr 28 09:30:13 BST 2009


hal (0.5.12~rc1+git20090406.46dc48-2ubuntu1) karmic; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
   - Rename orig.tar.gz to use our current versioning scheme (~rc1+git).
   - Enable support for X11 input hotplugging:
     + debian/debian-setup-keyboard: Callout for setting input.xkb.* from
       console-setup.
     + Add debian/10-x11-keymap.fdi to run above callout for input devices.
       Install it in debian/hal.install.
     + debian/rules: Do not remove 10-x11-input.fdi, we want to install it by
       default.
     + Drop 10-x11-input.fdi from debian/debian/hal.examples, since we install
       it by default.
   - debian/rules: Enable MacBook (Pro) support on i386 and amd64. Add
     pciutils-dev build dependency.
   - debian/preferences.fdi: Disable automounting for fixed disks. On session
     startup it is not done anyway (since that disables the gnome-mount UI
     which would ask for authentication) and it leads to confusion when
     restarting hal while a session is running. (LP #138537)
   - Patches, see their headers:
     + 01_tablet_evdev.patch
     + 02_smart_card_readers_acl.patch
     + 03_standalone_smbios.patch
     + 04_nvidia_brightness.patch
     + ubuntu_01_ignore_single_slash_label.patch
   - 05_ssb_bus_support.patch: Add support for devices on the SSB bus; patch
     by Matthew Garrett (not applied upstream yet, this needs to update the
     spec, too).

hal (0.5.12~git20090406.46dc48-2) unstable; urgency=low

  * debian/hal.postinst
    - Ignore errors of polkit-auth so we don't fail if dbus or ConsoleKit is
      not running. (Closes: #523604)

hal (0.5.12~git20090406.46dc48-1) unstable; urgency=low

  * Git snapshot of the upcoming 0.5.12 release.
    - Add missing '@' in udev rules file. (Closes: #506458)
    - Correctly detect large volumes. (Closes: #517295)
    - Rebuild against new libvolume-id. (Closes: #522378)
  * debian/control
    - Wrap Build-Depends.
    - Bump Standards-Version to 3.8.1. See the changes wrt to the /var/run
      directory below.
    - Bump Build-Depends on debhelper to (>= 7).
    - Add ${misc:Depends} to all binary packages.
  * debian/compat
    - Bump debhelper compat level to 7.
  * Switch patch management system to quilt.
  * Removed patches (merged upstream)
    - debian/patches/10_ntfs_uid_mount.patch
    - debian/patches/56_revert_ntfs_locale_mount_option.patch
    - debian/patches/60_use-phy80211-instead-of-wiphy-symlink-to-detect.patch
    - debian/patches/61_use-wext-ioctl-instead-of-sysfs-to-detect-wireless.patch
  * debian/hal.dirs
    - Do no longer install the /var/run/hal directory.
  * debian/hal.init
    - Change the location of PIDDIR to /var/run/hald and make it only
      accessible to root.
  * debian/rules
    - Change pid file to /var/run/hald/hald.pid
    - Remove obsolete configure switches.
    - Install udev rules file into /lib/udev/rules.d/.
  * debian/hal.postinst
    - Change the home directory of haldaemon to /var/run/hald and update it on
      upgrades.
    - Remove the chown call, let the init script take care of it.
  * debian/hal.postrm
    - Cleanup /var/run/hald upon removal.
  * Enable support for PolicyKit, ConsoleKit and dynamic ACL management.
    (Closes: #492641, #516798)
  * Remove obsolete patches, we use PolicyKit now to control access to hal.
    - debian/patches/01_hal_debian_dbuspolicy.patch
    - debian/patches/55_nonpolkit-mount-policy.patch
    - debian/patches/71-hal.conf.in-qualify-all-send_interface-.-with-s.patch
    - debian/patches/72-Allow-anyone-to-introspect-the-hal-daemon-even-with.patch
    - debian/patches/73-Let-root-call-any-hal-method.patch
    - debian/patches/74-powerdev.patch
    - debian/patches/75-at_console.patch
  * debian/hal.postinst
    - Do no longer create the system groups plugdev and powerdev as PolicyKit
      is used now.
    - Grant hal access to query the PolicyKit database.
  * debian/README.Debian
    - Remove section regarding group plugdev and powerdev.
  * debian/control
    - Add Build-Depends on libpolkit-dev (>= 0.7) and
      libck-connector-dev (>= 0.3).
    - Add Depends on policykit (>= 0.7), consolekit (>= 0.3) and acl.
  * debian/hal.install
    - Install policy files in /usr/share/PolicyKit.
  * debian/hal.manpages
    - Install hal-is-caller-privileged.1 man page.
  * debian/patches/10-no-polkit-policy-file-validate-check.patch
    - Allow to compile hal without having the complete policykit package
      installed.
  * debian/rules
    - Pass --enable-policy-kit, --enable-console-kit and
      --enable-acl-management to ./configure.
  * debian/patches/11-direct-hal-set-propery.patch
    - Add --direct option to hal-set-property which will be required by X to
      correctly set the keymap. (Closes: #513928)
      Thanks to Julien Cristau for the patch.
  * debian/hal.preinst
    - Remove obsolete conffile /etc/udev/rules.d/90-hal.rules. The rules file
      is now installed in /lib/udev/rules.d/.

hal (0.5.11-8) unstable; urgency=high

  * debian/patches/75-at_console.patch
    - Added. Allow local users (at_console) to call methods on the CPUFreq,
      WakeOnLan and Dockstation interface, i.e. you are using consolekit and
      not static Debian group policies.
  * Priority high as this also addresses #510639.

hal (0.5.11-7) unstable; urgency=high

  * debian/patches/71-hal.conf.in-qualify-all-send_interface-.-with-s.patch
    - Added. Add send_destination to all rules using send_interface in the
      D-Bus config
  * debian/patches/72-Allow-anyone-to-introspect-the-hal-daemon-even-with.patch
    - Added. Always allow D-Bus introspection
  * debian/patches/73-Let-root-call-any-hal-method.patch
    - Added. Allow the root user to use any HAL method. Needed to make
      NetworkManager and powersaved work properly.
  * debian/patches/74-powerdev.patch
    - Added. Allow users in the powerdev group to clal methods on the CPUFreq,
      WakeOnLan and Dockstation interface
  * Thanks to Simon McVittie for preparing and testing the patches
  * Makes HAL suitable for use with less permissive versions of D-Bus, like the
    one intended to ship with lenny (Closes: #510639)
  * Priority high as it fixes an RC bug

Date: Tue, 28 Apr 2009 10:27:21 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/hal/0.5.12~rc1+git20090406.46dc48-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 28 Apr 2009 10:27:21 +0200
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source
Version: 0.5.12~rc1+git20090406.46dc48-2ubuntu1
Distribution: karmic
Urgency: high
Maintainer: Ubuntu Core 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: 492641 506458 510639 513928 516798 517295 522378 523604
Changes: 
 hal (0.5.12~rc1+git20090406.46dc48-2ubuntu1) karmic; urgency=low
 .
   * Merge with Debian unstable. Remaining Ubuntu changes:
    - Rename orig.tar.gz to use our current versioning scheme (~rc1+git).
    - Enable support for X11 input hotplugging:
      + debian/debian-setup-keyboard: Callout for setting input.xkb.* from
        console-setup.
      + Add debian/10-x11-keymap.fdi to run above callout for input devices.
        Install it in debian/hal.install.
      + debian/rules: Do not remove 10-x11-input.fdi, we want to install it by
        default.
      + Drop 10-x11-input.fdi from debian/debian/hal.examples, since we install
        it by default.
    - debian/rules: Enable MacBook (Pro) support on i386 and amd64. Add
      pciutils-dev build dependency.
    - debian/preferences.fdi: Disable automounting for fixed disks. On session
      startup it is not done anyway (since that disables the gnome-mount UI
      which would ask for authentication) and it leads to confusion when
      restarting hal while a session is running. (LP #138537)
    - Patches, see their headers:
      + 01_tablet_evdev.patch
      + 02_smart_card_readers_acl.patch
      + 03_standalone_smbios.patch
      + 04_nvidia_brightness.patch
      + ubuntu_01_ignore_single_slash_label.patch
    - 05_ssb_bus_support.patch: Add support for devices on the SSB bus; patch
      by Matthew Garrett (not applied upstream yet, this needs to update the
      spec, too).
 .
 hal (0.5.12~git20090406.46dc48-2) unstable; urgency=low
 .
   * debian/hal.postinst
     - Ignore errors of polkit-auth so we don't fail if dbus or ConsoleKit is
       not running. (Closes: #523604)
 .
 hal (0.5.12~git20090406.46dc48-1) unstable; urgency=low
 .
   * Git snapshot of the upcoming 0.5.12 release.
     - Add missing '@' in udev rules file. (Closes: #506458)
     - Correctly detect large volumes. (Closes: #517295)
     - Rebuild against new libvolume-id. (Closes: #522378)
   * debian/control
     - Wrap Build-Depends.
     - Bump Standards-Version to 3.8.1. See the changes wrt to the /var/run
       directory below.
     - Bump Build-Depends on debhelper to (>= 7).
     - Add ${misc:Depends} to all binary packages.
   * debian/compat
     - Bump debhelper compat level to 7.
   * Switch patch management system to quilt.
   * Removed patches (merged upstream)
     - debian/patches/10_ntfs_uid_mount.patch
     - debian/patches/56_revert_ntfs_locale_mount_option.patch
     - debian/patches/60_use-phy80211-instead-of-wiphy-symlink-to-detect.patch
     - debian/patches/61_use-wext-ioctl-instead-of-sysfs-to-detect-wireless.patch
   * debian/hal.dirs
     - Do no longer install the /var/run/hal directory.
   * debian/hal.init
     - Change the location of PIDDIR to /var/run/hald and make it only
       accessible to root.
   * debian/rules
     - Change pid file to /var/run/hald/hald.pid
     - Remove obsolete configure switches.
     - Install udev rules file into /lib/udev/rules.d/.
   * debian/hal.postinst
     - Change the home directory of haldaemon to /var/run/hald and update it on
       upgrades.
     - Remove the chown call, let the init script take care of it.
   * debian/hal.postrm
     - Cleanup /var/run/hald upon removal.
   * Enable support for PolicyKit, ConsoleKit and dynamic ACL management.
     (Closes: #492641, #516798)
   * Remove obsolete patches, we use PolicyKit now to control access to hal.
     - debian/patches/01_hal_debian_dbuspolicy.patch
     - debian/patches/55_nonpolkit-mount-policy.patch
     - debian/patches/71-hal.conf.in-qualify-all-send_interface-.-with-s.patch
     - debian/patches/72-Allow-anyone-to-introspect-the-hal-daemon-even-with.patch
     - debian/patches/73-Let-root-call-any-hal-method.patch
     - debian/patches/74-powerdev.patch
     - debian/patches/75-at_console.patch
   * debian/hal.postinst
     - Do no longer create the system groups plugdev and powerdev as PolicyKit
       is used now.
     - Grant hal access to query the PolicyKit database.
   * debian/README.Debian
     - Remove section regarding group plugdev and powerdev.
   * debian/control
     - Add Build-Depends on libpolkit-dev (>= 0.7) and
       libck-connector-dev (>= 0.3).
     - Add Depends on policykit (>= 0.7), consolekit (>= 0.3) and acl.
   * debian/hal.install
     - Install policy files in /usr/share/PolicyKit.
   * debian/hal.manpages
     - Install hal-is-caller-privileged.1 man page.
   * debian/patches/10-no-polkit-policy-file-validate-check.patch
     - Allow to compile hal without having the complete policykit package
       installed.
   * debian/rules
     - Pass --enable-policy-kit, --enable-console-kit and
       --enable-acl-management to ./configure.
   * debian/patches/11-direct-hal-set-propery.patch
     - Add --direct option to hal-set-property which will be required by X to
       correctly set the keymap. (Closes: #513928)
       Thanks to Julien Cristau for the patch.
   * debian/hal.preinst
     - Remove obsolete conffile /etc/udev/rules.d/90-hal.rules. The rules file
       is now installed in /lib/udev/rules.d/.
 .
 hal (0.5.11-8) unstable; urgency=high
 .
   * debian/patches/75-at_console.patch
     - Added. Allow local users (at_console) to call methods on the CPUFreq,
       WakeOnLan and Dockstation interface, i.e. you are using consolekit and
       not static Debian group policies.
   * Priority high as this also addresses #510639.
 .
 hal (0.5.11-7) unstable; urgency=high
 .
   * debian/patches/71-hal.conf.in-qualify-all-send_interface-.-with-s.patch
     - Added. Add send_destination to all rules using send_interface in the
       D-Bus config
   * debian/patches/72-Allow-anyone-to-introspect-the-hal-daemon-even-with.patch
     - Added. Always allow D-Bus introspection
   * debian/patches/73-Let-root-call-any-hal-method.patch
     - Added. Allow the root user to use any HAL method. Needed to make
       NetworkManager and powersaved work properly.
   * debian/patches/74-powerdev.patch
     - Added. Allow users in the powerdev group to clal methods on the CPUFreq,
       WakeOnLan and Dockstation interface
   * Thanks to Simon McVittie for preparing and testing the patches
   * Makes HAL suitable for use with less permissive versions of D-Bus, like the
     one intended to ship with lenny (Closes: #510639)
   * Priority high as it fixes an RC bug
Checksums-Sha1: 
 57c4942e560ec1b5d93b4e70104f91a417421cb4 1875 hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.dsc
 8924407cb26cd3df7ed77b21829242921f69ddeb 1198914 hal_0.5.12~rc1+git20090406.46dc48.orig.tar.gz
 b6e1db627210ff4345104c436e14b39ff9fd18df 52222 hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.diff.gz
Checksums-Sha256: 
 ef5712ad890412e43686fe9c6f3bbb37aeeb3aabe2f3b3b86a98de0a39e0a2c7 1875 hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.dsc
 a130fc079b0e190b6d56e74353f6b70e23a4912d6e72efd3390af24a1caa7a5d 1198914 hal_0.5.12~rc1+git20090406.46dc48.orig.tar.gz
 9082724dfcb4cb515020d9c342b52ddbfd81260be69f2ea236c976dc1e8100d7 52222 hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.diff.gz
Files: 
 98bc52bda5624059ae5baacb7a9a590a 1875 admin optional hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.dsc
 699d399831970628fc595f1e014b3856 1198914 admin optional hal_0.5.12~rc1+git20090406.46dc48.orig.tar.gz
 690f4d9b72c3ed722aae3c0c9896ff5b 52222 admin optional hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.diff.gz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

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

iEYEARECAAYFAkn2vgIACgkQDecnbV4Fd/J2YwCgyE+8CIQqJUYhgeoE2kRCzCjr
bg4An0pBLg53K9nkrdbzzdSiViaYFsy1
=DF/5
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list