Change logs for hal source package in Squeeze

  • 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.
    
     -- Michael Biebl <email address hidden>  Sat, 17 Jul 2010 03:25:33 +0200
  • 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.
    
     -- Michael Biebl <email address hidden>  Thu, 28 Jan 2010 00:33:49 +0100
  • 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)
    
     -- Michael Biebl <email address hidden>  Wed, 16 Dec 2009 18:19:49 +0100
  • hal (0.5.13-6) unstable; urgency=low
    
    
      * debian/patches/10_nonpolkit-mount-policy.patch
        - Only allow root to mount fixed (internal) storage devices.
    
     -- Michael Biebl <email address hidden>  Tue, 24 Nov 2009 20:00:14 +0100
  • hal (0.5.13-4) unstable; urgency=low
    
    
      * Disable ACL management which is done by udev nowadays. Drop dependency on
        the acl package.
      * Disable multimedia key remapping which is managed by udev. Drop build
        dependency on gperf.
      * debian/patches/21_fix_segfault_in_hal_util_get_last_element.patch
        - Validate input before passing it to strlen which fixes a segfault in
          hal_util_get_last_element. (Closes: #531383)
      * Add support for GNU/Hurd. (Closes: #552386)
        - debian/patches/22_fix_unconditional_usage_of_PATH_MAX.patch: Use
          HAL_PATH_MAX as PATH_MAX is not defined on GNU/Hurd.
        - debian/control: Disable Linux-only dependencies.
        - debian/hal.init: Hurd's proc translator does not provide /proc/$PID/root
          so ensure we do not fail the chroot check on GNU/Hurd.
          Thanks to Pino Toscano for the patch.
      * debian/patches/23_support_relative_paths_in_umount_hal.patch
        - Support relative paths in umount.hal. (Closes: #552139)
      * Bump Standards-Version to 3.8.3. No further changes.
      * Add debian/README.source which refers to the quilt documentation.
    
     -- Michael Biebl <email address hidden>  Thu, 05 Nov 2009 13:08:05 +0100
  • hal (0.5.13-3) unstable; urgency=low
    
    
      * debian/patches/50_kfreebsd.patch
        - Present input.keys capability on GNU/kFreeBSD. (Closes: #541189)
          Thanks to Aurelien Jarno for the updated patch.
      * debian/patches/30_mount_relatime.patch
        - List "relatime" as valid mount option on Linux. (Closes: #510124)
          Thanks to Krzysztof LubaƄski for the patch.
    
     -- Michael Biebl <email address hidden>  Fri, 14 Aug 2009 16:06:28 +0200
  • 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)
    
     -- Michael Biebl <email address hidden>  Fri, 17 Apr 2009 21:39:34 +0200
  • 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.
    
     -- Michael Biebl <email address hidden>  Wed, 07 Jan 2009 23:24:01 +0100