[Pkg-utopia-commits] r1827 - in /packages/unstable/hal/debian: changelog patches/71_realpath.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 24 13:39:39 UTC 2007


Author: biebl
Date: Wed Oct 24 13:39:39 2007
New Revision: 1827

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1827
Log:
    effectively disables xorg input hotplugging again
    (Closes: #447666, #447676, #447841).
* debian/patches/71_realpath.patch
  - Include stdlib.h in tools/hal-disable-polling.c for the realpath
    function prototype definition (Closes: #447657).
    Patch by dann frazier, thanks.

Added:
    packages/unstable/hal/debian/patches/71_realpath.patch
Modified:
    packages/unstable/hal/debian/changelog

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1827&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Wed Oct 24 13:39:39 2007
@@ -2,15 +2,19 @@
 
   * debian/rules
     - Remove /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi which
-      effectively disables xorg input hotplugging 
-      (Closes: #447666, #447676, #447841). 
+      effectively disables xorg input hotplugging again
+      (Closes: #447666, #447676, #447841).
       This is only a temporary workaround until xserver-xorg has been fixed
       to provide a clean upgrade path for non-US keyboard layouts.
   * debian/hal.examples
     - Install 10-x11-input.fdi under /usr/share/doc/hal/examples/ for the time
       being.
-
- -- Michael Biebl <biebl at debian.org>  Wed, 24 Oct 2007 15:19:13 +0200
+  * debian/patches/71_realpath.patch
+    - Include stdlib.h in tools/hal-disable-polling.c for the realpath
+      function prototype definition (Closes: #447657).
+      Patch by dann frazier, thanks.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 24 Oct 2007 15:38:34 +0200
 
 hal (0.5.10-1) unstable; urgency=low
 

Added: packages/unstable/hal/debian/patches/71_realpath.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/71_realpath.patch?rev=1827&op=file
==============================================================================
--- packages/unstable/hal/debian/patches/71_realpath.patch (added)
+++ packages/unstable/hal/debian/patches/71_realpath.patch Wed Oct 24 13:39:39 2007
@@ -1,0 +1,10 @@
+--- hal-0.5.10/tools/hal-disable-polling.c~	2007-08-31 14:53:08.000000000 -0600
++++ hal-0.5.10/tools/hal-disable-polling.c	2007-10-22 15:44:20.000000000 -0600
+@@ -28,6 +28,7 @@
+ #  include <config.h>
+ #endif
+ 
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <unistd.h>




More information about the Pkg-utopia-commits mailing list