[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:18:27 UTC 2011
The following commit has been merged in the debian branch:
commit 6d9116f813b19dd158cc3d2c62cb0ea7f926faf3
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date: Sat Sep 12 21:14:35 2009 +0200
cli-framework: fix devrtc and add timealarm
diff --git a/tools/cli-framework b/tools/cli-framework
index 3df0a13..59d778a 100755
--- a/tools/cli-framework
+++ b/tools/cli-framework
@@ -3,14 +3,14 @@
"""
Interactive console for the freesmartphone.org framework
-(C) 2008 Michael 'Mickey' Lauer <mlauer at vanille-media.de>
+(C) 2008-2009 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.1"
+__version__ = "0.9.3.2"
import dbus.service
import dbus.mainloop.glib
@@ -156,8 +156,14 @@ devidle = getInterface( \
devrtc = getInterface( \
"org.freesmartphone.odeviced",
- "/org/freesmartphone/Device/RealTimeClock/0",
- "org.freesmartphone.Device.RealTimeClock" )
+ "/org/freesmartphone/Device/RTC/0",
+ "org.freesmartphone.Device.RealtimeClock" )
+
+# otimed objects
+timealarm = getInterface( \
+ "org.freesmartphone.otimed",
+ "/org/freesmartphone/Time/Alarm",
+ "org.freesmartphone.Time.Alarm" )
try:
display = getObjectsForInterface( "org.freesmartphone.odeviced", "org.freesmartphone.Device.Display" ).values()[0]
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list