[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Michael 'Mickey' Lauer mickey at vanille-media.de
Sat Aug 6 08:19:00 UTC 2011


The following commit has been merged in the debian branch:
commit 76f0b01a6dbd2c517b23792575cea10f3a954999
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 16 12:09:00 2010 +0100

    cli-framework: do not introspect as this is starting all services on demand otherwise

diff --git a/tools/cli-framework b/tools/cli-framework
index acaaa3e..8c8b9a7 100755
--- a/tools/cli-framework
+++ b/tools/cli-framework
@@ -3,14 +3,14 @@
 """
 Interactive console for the freesmartphone.org framework
 
-(C) 2008-2009 Michael 'Mickey' Lauer <mlauer at vanille-media.de>
+(C) 2008-2010 Michael 'Mickey' Lauer <mlauer at vanille-media.de>
 (C) 2008 Jan 'Shoragan' Lübbe <jluebbe at lasnet.de>
 (C) 2008 Openmoko, Inc.
 
 GPLv2 or later
 """
 
-__version__ = "0.9.3.3"
+__version__ = "0.9.4"
 
 import dbus.service
 import dbus.mainloop.glib
@@ -19,6 +19,8 @@ import os, sys, code, pprint, types, atexit
 
 pp = pprint.PrettyPrinter( indent=4 )
 
+INTROSPECT = False
+
 #----------------------------------------------------------------------------#
 def dbus_to_python( v ):
 #----------------------------------------------------------------------------#
@@ -77,7 +79,7 @@ def handler( *args, **kwargs ):
 #----------------------------------------------------------------------------#
 def getObject( busname, objectpath ):
 #----------------------------------------------------------------------------#
-    return bus.get_object( busname, objectpath, follow_name_owner_changes=True )
+    return bus.get_object( busname, objectpath, follow_name_owner_changes=True, introspect=INTROSPECT )
 
 #----------------------------------------------------------------------------#
 def getInterface( busname, objectpath, interface ):

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list