Change logs for hal source package in Sid

  • hal (0.5.14-8) unstable; urgency=low
    
    
      * debian/patches/65-glib-single-include.patch: Starting with glib 2.32 it is
        now mandatory to include <glib.h> instead of individual headers.
        (Closes: #665556)
      * Test for /var/cache/hald and /var/run/hald before trying to remove them on
        purge. This avoids a harmless warning message. (Closes: #638675)
      * Bump Standards-Version to 3.9.3.
      * Add Breaks against xserver-xorg (<< 1:7.6+8), to ensure we have a version of
        xserver-xorg which no longer uses "invoke-rc.d hal restart" in postinst,
        since the init script is gone. (Closes: #624398)
    
     -- Michael Biebl <email address hidden>  Sun, 25 Mar 2012 01:08:08 +0100
  • hal (0.5.14-7.1) unstable; urgency=high
    
    
      * Non-maintainer upload.
      * Apply patch from Steven Chamberlain (thanks!) to fix FTBFS on
        kfreebsd-* during the rebuild for the unannounced freebsd-libs
        transition, due to hardening options (-Werror=format-security):
        55-kfreebsd-format-security.patch (Closes: #660400)
      * Set urgency to “high” for the RC bug fix.
    
     -- Cyril Brulebois <email address hidden>  Sun, 19 Feb 2012 04:22:09 +0000
  • hal (0.5.14-7) unstable; urgency=low
    
    
      * debian/control
        - Drop Suggests: gnome-device-manager, this package no longer is in the
          archive.
      * debian/patches/60-create-run-hald-directory.patch
        - Create /var/run/hald/ when starting hald. This directory contains
          runtime data like pid files and sockets and needs to be created
          dynamically as (/var)/run resides on a tmpfs. (Closes: #632900)
    
     -- Michael Biebl <email address hidden>  Fri, 12 Aug 2011 16:41:12 +0200
  • hal (0.5.14-6) unstable; urgency=low
      [ Martin Pitt ]  * 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.  [ Michael Biebl ]  * debian/patches/00_disable_v4l1_probing.patch    - The hald-probe-video4linux prober supports both v4l1 and v4l2. Support      for v4l1 has been removed from Linux kernel 2.6.38. Instead of      disabling the prober altogether, #ifdef the v4l1 parts when building on a      newer kernel. This partially reverts 00upstream_video4linux_check.patch.      (Closes: #621973)  * Refresh all patches to apply cleanly.  * Use dh-autoreconf to update the build system    - Drop debian/patches/99-autoreconf.patch    - Add Build-Depends on dh-autoreconf.    - Include /usr/share/cdbs/1/rules/autoreconf.mk in debian/rules.  * Bump Standards-Version to 3.9.2. No further changes. -- Michael Biebl <email address hidden>  Sun, 10 Apr 2011 07:21:18 +0200
  • 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. -- Michael Biebl <email address hidden>  Mon, 07 Feb 2011 22:59:07 +0100
  • 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.13-2) unstable; urgency=low
    
    
      * debian/control
        - Add missing Build-Depends on libcam-dev for kFreeBSD.
    
     -- Michael Biebl <email address hidden>  Fri, 07 Aug 2009 18:43:20 +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
  • 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
    
     -- Sjoerd Simons <email address hidden>  Wed, 07 Jan 2009 00:35:16 +0000
  • hal (0.5.11-6) unstable; urgency=low
    
    
      * debian/patches/56_revert_ntfs_locale_mount_option.patch
        - The 'locale=' NTFS mount option is not supported by the Linux kernel
          NTFS driver, so remove it. The ntfs-3g package will ship a separate fdi
          file which enables this mount option again when the ntfs-3g driver is
          used. (Closes: #497463)
      * debian/hal.postinst
        - Remove existing stop symlinks in rc0 and rc6 on package upgrades.
          (Closes: 501662)
    
     -- Michael Biebl <email address hidden>  Sat, 25 Oct 2008 15:16:30 +0200