[Pkg-utopia-commits] r195 - packages/hal/trunk/debian

Sjoerd Simons sjoerd@costa.debian.org
Mon, 11 Apr 2005 14:50:43 +0000


Author: sjoerd
Date: 2005-04-11 14:50:42 +0000 (Mon, 11 Apr 2005)
New Revision: 195

Modified:
   packages/hal/trunk/debian/changelog
   packages/hal/trunk/debian/control
   packages/hal/trunk/debian/hal.links
Log:
Move the hal-plugdev.rules link to also work with systems having devfs like device naming

Modified: packages/hal/trunk/debian/changelog
===================================================================
--- packages/hal/trunk/debian/changelog	2005-04-11 14:38:07 UTC (rev 194)
+++ packages/hal/trunk/debian/changelog	2005-04-11 14:50:42 UTC (rev 195)
@@ -2,6 +2,9 @@
 
   * Add fdi file to recognize Apple Ipods
   * Improved udev script for removable drives detection (Thanks to Marco d'Itri)
+  * Move hal-plugdev.rules link after the setting of permissions, but before
+    naming of devices files. Enables the hal/gnome-volume-manager combination to
+    work with systems using devfs like naming (Closes:  #302134)
 
  -- Sjoerd Simons <sjoerd@debian.org>  Mon, 11 Apr 2005 15:24:03 +0200
 

Modified: packages/hal/trunk/debian/control
===================================================================
--- packages/hal/trunk/debian/control	2005-04-11 14:38:07 UTC (rev 194)
+++ packages/hal/trunk/debian/control	2005-04-11 14:50:42 UTC (rev 195)
@@ -7,7 +7,7 @@
 
 Package: hal
 Architecture: any
-Depends: ${shlibs:Depends}, adduser, pciutils, usbutils, udev
+Depends: ${shlibs:Depends}, adduser, pciutils, usbutils, udev (>= 0.056-2)
 Conflicts: gnome-volume-manager (<< 0.9.10), pmount (<< 0.4.2)
 Suggests: hal-device-manager
 Description: Hardware Abstraction Layer

Modified: packages/hal/trunk/debian/hal.links
===================================================================
--- packages/hal/trunk/debian/hal.links	2005-04-11 14:38:07 UTC (rev 194)
+++ packages/hal/trunk/debian/hal.links	2005-04-11 14:50:42 UTC (rev 195)
@@ -1 +1 @@
-/etc/udev/hal.rules etc/udev/rules.d/z_hal-plugdev.rules
+/etc/udev/hal.rules etc/udev/rules.d/050_hal-plugdev.rules