Change logs for hal source package in Natty

  • hal (0.5.14-5+svn1) natty; urgency=low
    
      Upload current Debian svn head to fix FTBFS.
    
      * Add 00upstream_video4linux_check.patch: Do not build
        hald-probe-video4linux if v4l1 is not available. (LP: #721399)
      * Refresh 99-autoreconf.patch for above.
      * 45-fix-libusb-detection.patch: Unfuzz.
     -- Martin Pitt <email address hidden>   Mon, 14 Feb 2011 11:45:59 +0100
  • hal (0.5.14-5) unstable; urgency=low
    
      * Upload to unstable.
      * Bump debhelper compatibility level to 8 and update build dependency
        accordingly.
      * Remove pre-lenny migration code from maintainer scripts.
     -- Martin Pitt <email address hidden>   Tue,  08 Feb 2011 14:25:11 +0000
  • hal (0.5.14-4ubuntu1) natty; urgency=low
    
      * Merge with Debian experimental. 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.
       - Add 00git_bigger_path_size.patch, see patch header.
    
    hal (0.5.14-4) experimental; urgency=low
    
      * Use D-Bus activation to start hal
        - Remove debian/hal.{init,default}.
        - Add D-Bus system service file debian/org.freedesktop.Hal.service.
        - Add systemd service file debian/hal.service which allows to manage hal
          via systemd.
        - Install both via debian/hal.install, create a symlink for hal.service so
          it is enabled by default when using systemd.
        - debian/hal.preinst: Remove init.d/default/rc.d files on upgrade.
        - debian/hal.postinst: When being triggered by an .fdi file update, query
          D-Bus to get the main pid. If hald is running kill the process and
          restart it via D-Bus activation.
        - debian/hal.postinst: Restart hal on upgrades.
        - debian/hal.prerm: Stop hal on remove.
        - debian/patches/02_libhal_dont_check_running.patch: In libhal_ctx_init(),
          do not check if hal is already running, since it will get D-Bus
          activated. Thanks to Lionel Le Folgoc for the patch!
      * Bump Standards-Version to 3.9.1. No further changes.
     -- Martin Pitt <email address hidden>   Sat, 20 Nov 2010 18:45:12 +0100
  • hal (0.5.14-3ubuntu1) natty; urgency=low
    
      * 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.
    
    hal (0.5.14-3) unstable; urgency=low
    
      * Switch to source format 3.0 (quilt)
        - Add debian/source/format.
        - Drop Build-Depends on quilt.
        - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
        - Remove debian/README.source.
      * debian/patches/20-ignore-temporary-cryptsetup-devices.patch
        - Do not probe temporary cryptsetup devices. (Closes: #586286)
      * debian/control
        - Bump Standards-Version to 3.9.0.
        - Use architecture wildcards linux-any and kfreebsd-any.
    
    hal (0.5.14-2) unstable; urgency=low
    
      * debian/hal.init
        - Source the lsb init-functions after checking if the daemon exists.
        - Make directory containing the pid file world readable. (Closes: #562915)
      * debian/patches/15-probe-input-segfault-fix.patch
        - Initialize error structure before using it to avoid segfault in
          hald-probe-input. (Closes: #562068)
          Thanks to Sebastian Andrzej Siewior for the patch.
      * debian/hal.postinst
        - When upgrading from lenny, make sure to kill any running hald daemon
          before trying to start the new one. The pid file can be missing or
          outdated and trying to start hal will fail otherwise. (Closes: #561505)
        - Cleanup /var/run/hal and /var/lib/hal on upgrades.
        - When being triggered to regenerate the hal fdi-cache, only restart hal
          if it is actually running.
      * debian/hal.dirs
        - Remove /var/lib/hal directory, it is no longer used.
    
    hal (0.5.14-1) unstable; 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
      * debian/libhal1.symbols
        - Update symbols file for new API additions.
      * debian/patches/45-fix-libusb-detection.patch
        - Fix broken libusb detection on Linux.
      * Drop debian/patches/50_kfreebsd.patch and replace it with smaller,
        self-contained patches that can be updated more easily and are better
        suited for sending upstream.
      * debian/patches/50-kfreebsd-setproctitle.patch
        - Disable usage of setproctitle on kfreebsd as glibc does not support it.
      * debian/patches/51-kfreebsd-lrt-clock_gettime.patch
        - Link against -lrt for clock_gettime.
      * debian/patches/52-kfreebsd-libufs.patch
        - Check for availability of libufs and compile the code conditionally as
          kfreebsd currently does not ship a libufs library.
      * debian/patches/53-kfreebsd-blkid.patch
        - Use libblikd instead of libvolume-id on kfreebsd.
      * debian/patches/54-kfreebsd-libusb2.patch
        - Fix build failures when using libusb2 on kfreebsd.
      * debian/patches/99-autoreconf.patch
        - Run "autoreconf -i" to update the build system.
      * debian/control
        - Build against libusb2 (new USB stack) on kfreebsd.
          With the patches above this fixes the build failures on kfreebsd with
          8.x kernel headers. (Closes: #561076)
     -- Martin Pitt <email address hidden>   Tue, 12 Oct 2010 16:50:48 +0200
  • hal (0.5.14-0ubuntu6) lucid-proposed; urgency=low
    
      * Add 02_libhal_dont_check_running.patch: In libhal_ctx_init(), do not check
        if hal is already running, since it will get D-Bus activated. Thanks to
        Lionel Le Folgoc for the patch! (LP: #546992)
      * Add 00git_bigger_path_size.patch: Bump HAL_PATH_MAX to 4096. Patch taken
        from upstream git head. (LP: #525245)
     -- Martin Pitt <email address hidden>   Sun, 09 May 2010 12:00:16 +0200