reassign 341824 hal
tags 341824 patch
thanks

As it seems this bug is not an issue of hal-device-manager but hal
itself. Both pciutils and usbutils have chosen, to install their *.ids
files into /usr/share/misc whereas hal is compiled with hwdata pointing
to /var/lib/misc. The attached patched fixes this.
(If you feel that pciutils and usbutils install into the wrong location
and /var/lib/misc is the correct one, please reassign the bug).

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
--- debian/rules.orig	2006-01-26 12:25:29.000000000 +0100
+++ debian/rules	2006-01-26 12:26:49.000000000 +0100
@@ -14,7 +14,7 @@
                              --enable-hotplug-map  \
                              --with-pid-file=/var/run/hal/hald.pid \
                              --enable-pcmcia-support \
-                             --with-hwdata=/var/lib/misc
+                             --with-hwdata=/usr/share/misc
 
 binary-predeb/hal-device-manager::
 	dh_python -phal-device-manager

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to