[Lunar-commits] r26857 - in moonbase/trunk/devel: hal hal-info
Samuel Verstraete
elangelo at lunar-linux.org
Tue Nov 20 12:45:20 CET 2007
Author: elangelo
Date: 2007-11-20 12:45:20 +0100 (Tue, 20 Nov 2007)
New Revision: 26857
Added:
moonbase/trunk/devel/hal-info/DEPENDS
moonbase/trunk/devel/hal/POST_INSTALL
Modified:
moonbase/trunk/devel/hal/DEPENDS
Log:
it's a mess... but this is just a temporary workaround
next version of hal-info should not depend on hal (so remove the
DEPENDS)
and as hal-info is a runtime dependency of hal it can then be moved to
the DEPENDS and the POST_INSTALL can be deleted
Modified: moonbase/trunk/devel/hal/DEPENDS
===================================================================
--- moonbase/trunk/devel/hal/DEPENDS 2007-11-20 11:12:20 UTC (rev 26856)
+++ moonbase/trunk/devel/hal/DEPENDS 2007-11-20 11:45:20 UTC (rev 26857)
@@ -4,7 +4,6 @@
depends XML-Parser
depends ConsoleKit
depends usbutils
-depends hal-info
optional_depends "libusb" "" "" "for USB support"
optional_depends "dmidecode" "" "" "for DMI (SMBIOS) support"
Added: moonbase/trunk/devel/hal/POST_INSTALL
===================================================================
--- moonbase/trunk/devel/hal/POST_INSTALL (rev 0)
+++ moonbase/trunk/devel/hal/POST_INSTALL 2007-11-20 11:45:20 UTC (rev 26857)
@@ -0,0 +1 @@
+lin -c hal-info
Added: moonbase/trunk/devel/hal-info/DEPENDS
===================================================================
--- moonbase/trunk/devel/hal-info/DEPENDS (rev 0)
+++ moonbase/trunk/devel/hal-info/DEPENDS 2007-11-20 11:45:20 UTC (rev 26857)
@@ -0,0 +1 @@
+depends hal
More information about the Lunar-commits
mailing list