~ubuntu-branches/ubuntu/wily/hal/wily

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-10-12 16:50:48 UTC
  • mfrom: (1.1.20 sid)
  • Revision ID: james.westby@ubuntu.com-20101012165048-fm9vz0n87zpoovcm
Tags: 0.5.14-3ubuntu1
* Merge with Debian unstable; remaining Ubuntu changes:
 - 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.
 - Change startup from init/upstart to D-Bus activation. This allows us
   having installed programs which still need hal without the need to start
   hal on boot:
   + Remove debian/hal.{init,default}.
   + Add D-Bus activation service file debian/org.freedesktop.Hal.service and
     install it in debian/hal.install.
   + debian/hal.postinst: When triggering an .fdi file update, just stop
     hald; it will be reactivated when needed.
 - Add 02_libhal_dont_check_running.patch, 00git_bigger_path_size.patch, see
   their patch headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
hal (0.5.14-3ubuntu1) natty; urgency=low
 
2
 
 
3
  * Merge with Debian unstable; remaining Ubuntu changes:
 
4
   - Add support for smartdimmer backlight control for GeForce 7/8/9 based
 
5
     Sony laptops.
 
6
     + Add 04_nvidia_brightness.patch.
 
7
     + Add smartdimmer recommends.
 
8
   - debian/hal.postinst: Do not create plugdev and powerdev groups.
 
9
   - Change startup from init/upstart to D-Bus activation. This allows us
 
10
     having installed programs which still need hal without the need to start
 
11
     hal on boot:
 
12
     + Remove debian/hal.{init,default}.
 
13
     + Add D-Bus activation service file debian/org.freedesktop.Hal.service and
 
14
       install it in debian/hal.install.
 
15
     + debian/hal.postinst: When triggering an .fdi file update, just stop
 
16
       hald; it will be reactivated when needed.
 
17
   - Add 02_libhal_dont_check_running.patch, 00git_bigger_path_size.patch, see
 
18
     their patch headers.
 
19
 
 
20
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 12 Oct 2010 16:50:48 +0200
 
21
 
 
22
hal (0.5.14-3) unstable; urgency=low
 
23
 
 
24
  * Switch to source format 3.0 (quilt)
 
25
    - Add debian/source/format.
 
26
    - Drop Build-Depends on quilt.
 
27
    - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
 
28
    - Remove debian/README.source.
 
29
  * debian/patches/20-ignore-temporary-cryptsetup-devices.patch
 
30
    - Do not probe temporary cryptsetup devices. (Closes: #586286)
 
31
  * debian/control
 
32
    - Bump Standards-Version to 3.9.0.
 
33
    - Use architecture wildcards linux-any and kfreebsd-any.
 
34
 
 
35
 -- Michael Biebl <biebl@debian.org>  Sat, 17 Jul 2010 03:25:33 +0200
 
36
 
 
37
hal (0.5.14-2) unstable; urgency=low
 
38
 
 
39
  * debian/hal.init
 
40
    - Source the lsb init-functions after checking if the daemon exists.
 
41
    - Make directory containing the pid file world readable. (Closes: #562915)
 
42
  * debian/patches/15-probe-input-segfault-fix.patch
 
43
    - Initialize error structure before using it to avoid segfault in
 
44
      hald-probe-input. (Closes: #562068)
 
45
      Thanks to Sebastian Andrzej Siewior for the patch.
 
46
  * debian/hal.postinst
 
47
    - When upgrading from lenny, make sure to kill any running hald daemon
 
48
      before trying to start the new one. The pid file can be missing or
 
49
      outdated and trying to start hal will fail otherwise. (Closes: #561505)
 
50
    - Cleanup /var/run/hal and /var/lib/hal on upgrades.
 
51
    - When being triggered to regenerate the hal fdi-cache, only restart hal
 
52
      if it is actually running.
 
53
  * debian/hal.dirs
 
54
    - Remove /var/lib/hal directory, it is no longer used.
 
55
 
 
56
 -- Michael Biebl <biebl@debian.org>  Thu, 28 Jan 2010 00:33:49 +0100
 
57
 
 
58
hal (0.5.14-1) unstable; urgency=low
 
59
 
 
60
  * New upstream release.
 
61
  * Remove patches that have been merged upstream
 
62
    - debian/patches/20_cpufreq_warning_message_fix.patch
 
63
    - debian/patches/21_fix_segfault_in_hal_util_get_last_element.patch
 
64
    - debian/patches/22_fix_unconditional_usage_of_PATH_MAX.patch
 
65
    - debian/patches/23_support_relative_paths_in_umount_hal.patch
 
66
    - debian/patches/30_mount_relatime.patch
 
67
  * debian/libhal1.symbols
 
68
    - Update symbols file for new API additions.
 
69
  * debian/patches/45-fix-libusb-detection.patch
 
70
    - Fix broken libusb detection on Linux.
 
71
  * Drop debian/patches/50_kfreebsd.patch and replace it with smaller,
 
72
    self-contained patches that can be updated more easily and are better
 
73
    suited for sending upstream.
 
74
  * debian/patches/50-kfreebsd-setproctitle.patch
 
75
    - Disable usage of setproctitle on kfreebsd as glibc does not support it.
 
76
  * debian/patches/51-kfreebsd-lrt-clock_gettime.patch
 
77
    - Link against -lrt for clock_gettime.
 
78
  * debian/patches/52-kfreebsd-libufs.patch
 
79
    - Check for availability of libufs and compile the code conditionally as
 
80
      kfreebsd currently does not ship a libufs library.
 
81
  * debian/patches/53-kfreebsd-blkid.patch
 
82
    - Use libblikd instead of libvolume-id on kfreebsd.
 
83
  * debian/patches/54-kfreebsd-libusb2.patch
 
84
    - Fix build failures when using libusb2 on kfreebsd.
 
85
  * debian/patches/99-autoreconf.patch
 
86
    - Run "autoreconf -i" to update the build system.
 
87
  * debian/control
 
88
    - Build against libusb2 (new USB stack) on kfreebsd.
 
89
      With the patches above this fixes the build failures on kfreebsd with
 
90
      8.x kernel headers. (Closes: #561076)
 
91
 
 
92
 -- Michael Biebl <biebl@debian.org>  Wed, 16 Dec 2009 18:19:49 +0100
 
93
 
1
94
hal (0.5.14-0ubuntu6) lucid-proposed; urgency=low
2
95
 
3
96
  * Add 02_libhal_dont_check_running.patch: In libhal_ctx_init(), do not check