[ubuntu/intrepid] hal 0.5.11-4ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Mon Oct 6 15:35:09 BST 2008
hal (0.5.11-4ubuntu1) intrepid; urgency=low
* Merge with Debian unstable; remaining Ubuntu changes:
(LP #134712)
- debian/{hal.init,rules}: Use /var/run/hald/ as PID file directory, not
/var/run/hal/, since the former is needed for sockets, ACL caches, etc.
(LP #205496)
- debian/rules: Enable MacBook (Pro) support on i386 and amd64. Add
pciutils-dev build dependency.
- debian/rules, debian/hal.init: Do not run stop init.d script for levels 1
and 6 (TearDown). (Debian #501310)
- 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)
- Use PolicyKit/:
+ Add libpolkit-dev build dependency and policykit, consolekit, acl
runtime dependencies.
+ debian/rules: Enable PK, CK, and automatic ACL management.
+ hal.install, debian/hal.manpages: Ship usr/share/PolicyKit/ and
hal-is-caller-privileged.1.
+ hal.postinst: Allow haldaemon user to query the PolicyKit database to
enforce privileges.
+ debian/README.Debian: Adapt description for dynamic privileges.
+ debian/hal.postinst: Do not create the powerdev/plugdev system groups.
+ Drop Debian's 01_hal_debian_dbuspolicy.patch (which assumes
powerdev/plugdev system groups).
- Enable input-hotplug for xorg:
+ 85_set_property_direct.patch: a patch from Fedora to add --direct
option to hal-set-property.
+ debian/debian-setup-keyboard: modify a callout script from Fedora to
work with console-setup.
+ debian/10-x11-keymap.fdi: add a callout to run debian-setup-keyboard
+ debian/rules, debian/hal.install: install 10-x11-input.fdi again.
- 05_removable_block_acl_support.patch: Add support for adding ACLs to
removable block devices (such as USB keys) on insertion.
- Various bug fixes, see their patch headers:
+ 01_default_suspend_quirks.patch
+ 02_long_storage_size.patch
+ 03_increase_helper_timeout.patch
+ 04_read_brightness_not_actual_brightness.patch
+ 05_dell_backlight_lockups.patch
+ 06_smart_card_readers_acl.patch
+ 96_uinput_device_support.patch
+ ubuntu_01_ignore_single_slash_label.patch
- 83_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).
- 84_memstick_bus_support.patch: Add support for devices on the "memstick"
bus; patch by Matthew Garrett (not reported upstream yet, this needs to
update the spec, too).
- 88_change_pm_quirk_policy.patch: Patch by Matthew Garret, undocumented,
non-obvious purpose.
* debian/hal.init: Drop the FDI cache removal again, replaced with better
dpkg trigger solution in Debian.
* debian/hal.init: Drop gparted-disable-automount.fdi handling, it has been
fixed properly in gparted now.
* debian/hal.init: Fix Default-Stop: to match update-rc.d call. (Don't stop
on 0 and 6)
hal (0.5.11-4) unstable; urgency=low
[ Loic Minier ]
* New patches from upstream git, fixing support of some wifi chips with
2.6.27 kernels; closes: #498132, #498478, #501004.
- 60_use-phy80211-instead-of-wiphy-symlink-to-detect, fixes the sysfs
symlink lookup to use the proper pathname.
- 61_use-wext-ioctl-instead-of-sysfs-to-detect-wireless, fixes detection
of wifi interfaces with 2.6.27 kernels.
[ Michael Biebl ]
* Add file trigger which re-generates the hal fdi cache. (Closes: #500916)
[ Loic Minier ]
* Bump debhelper bdep to >= 5.0.59 for debian/package.triggers support.
Date: Mon, 06 Oct 2008 16:26:33 +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/intrepid/+source/hal/0.5.11-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 06 Oct 2008 16:26:33 +0200
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source
Version: 0.5.11-4ubuntu1
Distribution: intrepid
Urgency: low
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: 498132 498478 500916 501004
Changes:
hal (0.5.11-4ubuntu1) intrepid; urgency=low
.
* Merge with Debian unstable; remaining Ubuntu changes:
(LP #134712)
- debian/{hal.init,rules}: Use /var/run/hald/ as PID file directory, not
/var/run/hal/, since the former is needed for sockets, ACL caches, etc.
(LP #205496)
- debian/rules: Enable MacBook (Pro) support on i386 and amd64. Add
pciutils-dev build dependency.
- debian/rules, debian/hal.init: Do not run stop init.d script for levels 1
and 6 (TearDown). (Debian #501310)
- 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)
- Use PolicyKit/:
+ Add libpolkit-dev build dependency and policykit, consolekit, acl
runtime dependencies.
+ debian/rules: Enable PK, CK, and automatic ACL management.
+ hal.install, debian/hal.manpages: Ship usr/share/PolicyKit/ and
hal-is-caller-privileged.1.
+ hal.postinst: Allow haldaemon user to query the PolicyKit database to
enforce privileges.
+ debian/README.Debian: Adapt description for dynamic privileges.
+ debian/hal.postinst: Do not create the powerdev/plugdev system groups.
+ Drop Debian's 01_hal_debian_dbuspolicy.patch (which assumes
powerdev/plugdev system groups).
- Enable input-hotplug for xorg:
+ 85_set_property_direct.patch: a patch from Fedora to add --direct
option to hal-set-property.
+ debian/debian-setup-keyboard: modify a callout script from Fedora to
work with console-setup.
+ debian/10-x11-keymap.fdi: add a callout to run debian-setup-keyboard
+ debian/rules, debian/hal.install: install 10-x11-input.fdi again.
- 05_removable_block_acl_support.patch: Add support for adding ACLs to
removable block devices (such as USB keys) on insertion.
- Various bug fixes, see their patch headers:
+ 01_default_suspend_quirks.patch
+ 02_long_storage_size.patch
+ 03_increase_helper_timeout.patch
+ 04_read_brightness_not_actual_brightness.patch
+ 05_dell_backlight_lockups.patch
+ 06_smart_card_readers_acl.patch
+ 96_uinput_device_support.patch
+ ubuntu_01_ignore_single_slash_label.patch
- 83_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).
- 84_memstick_bus_support.patch: Add support for devices on the "memstick"
bus; patch by Matthew Garrett (not reported upstream yet, this needs to
update the spec, too).
- 88_change_pm_quirk_policy.patch: Patch by Matthew Garret, undocumented,
non-obvious purpose.
* debian/hal.init: Drop the FDI cache removal again, replaced with better
dpkg trigger solution in Debian.
* debian/hal.init: Drop gparted-disable-automount.fdi handling, it has been
fixed properly in gparted now.
* debian/hal.init: Fix Default-Stop: to match update-rc.d call. (Don't stop
on 0 and 6)
.
hal (0.5.11-4) unstable; urgency=low
.
[ Loic Minier ]
* New patches from upstream git, fixing support of some wifi chips with
2.6.27 kernels; closes: #498132, #498478, #501004.
- 60_use-phy80211-instead-of-wiphy-symlink-to-detect, fixes the sysfs
symlink lookup to use the proper pathname.
- 61_use-wext-ioctl-instead-of-sysfs-to-detect-wireless, fixes detection
of wifi interfaces with 2.6.27 kernels.
.
[ Michael Biebl ]
* Add file trigger which re-generates the hal fdi cache. (Closes: #500916)
.
[ Loic Minier ]
* Bump debhelper bdep to >= 5.0.59 for debian/package.triggers support.
Checksums-Sha1:
d5ffd8bda78a733a9f2055d8ff9e67e06382343d 1693 hal_0.5.11-4ubuntu1.dsc
bb67f7e8d82e1d2a4213a10a0ef65929aa52e149 47855 hal_0.5.11-4ubuntu1.diff.gz
Checksums-Sha256:
4b459b62fef843df2bddaf7bd2bf6332fca7eddcb1202dc90cf3182e3c0d16cc 1693 hal_0.5.11-4ubuntu1.dsc
65471c54bd78c4f5c56ee68d94ce3455bfac069f275a83e174d93466b123ed2e 47855 hal_0.5.11-4ubuntu1.diff.gz
Files:
f50eb2beaaeefb6439e71152b4d4ee7b 1693 admin optional hal_0.5.11-4ubuntu1.dsc
7d1d8e552ccc23d9b3a77a64798b091a 47855 admin optional hal_0.5.11-4ubuntu1.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)
iEYEARECAAYFAkjqIDwACgkQDecnbV4Fd/JZ/QCgqh1v2lW7emTiVXrALzb5NWwo
u3EAnR7Fo62ftQGCFUmM/5wRTv8SzPZr
=cfHE
-----END PGP SIGNATURE-----
More information about the Intrepid-changes
mailing list