hal 0.5.12~rc1+git20090406.46dc48-2ubuntu1 source package in Ubuntu

Changelog

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

 -- Martin Pitt <email address hidden>   Tue, 28 Apr 2009 10:27:21 +0200

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Karmic
Original maintainer:
Ubuntu Development Team
Architectures:
any
Section:
admin
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hal_0.5.12~rc1+git20090406.46dc48.orig.tar.gz 1.1 MiB a130fc079b0e190b6d56e74353f6b70e23a4912d6e72efd3390af24a1caa7a5d
hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.diff.gz 51.0 KiB 9082724dfcb4cb515020d9c342b52ddbfd81260be69f2ea236c976dc1e8100d7
hal_0.5.12~rc1+git20090406.46dc48-2ubuntu1.dsc 1.8 KiB ef5712ad890412e43686fe9c6f3bbb37aeeb3aabe2f3b3b86a98de0a39e0a2c7

View changes file

Binary packages built by this source

hal: No summary available for hal in ubuntu karmic.

No description available for hal in ubuntu karmic.

hal-doc: No summary available for hal-doc in ubuntu karmic.

No description available for hal-doc in ubuntu karmic.

libhal-dev: No summary available for libhal-dev in ubuntu karmic.

No description available for libhal-dev in ubuntu karmic.

libhal-storage-dev: No summary available for libhal-storage-dev in ubuntu karmic.

No description available for libhal-storage-dev in ubuntu karmic.

libhal-storage1: No summary available for libhal-storage1 in ubuntu karmic.

No description available for libhal-storage1 in ubuntu karmic.

libhal1: No summary available for libhal1 in ubuntu karmic.

No description available for libhal1 in ubuntu karmic.