[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:21 UTC 2011


The following commit has been merged in the debian branch:
commit 721044618a57273b9bd4a9ede7321bb2fc860697
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Sep 5 15:39:49 2009 +0200

    otimed: alarm: catch up with API change in kernel26_rtc

diff --git a/framework/subsystems/otimed/alarm.py b/framework/subsystems/otimed/alarm.py
index e315abf..30aebc4 100644
--- a/framework/subsystems/otimed/alarm.py
+++ b/framework/subsystems/otimed/alarm.py
@@ -12,7 +12,7 @@ Module: alarm
 """
 
 MODULE_NAME = "otimed.alarm"
-__version__ = "0.1.4"
+__version__ = "0.1.4.1"
 
 DBUS_INTERFACE_PREFIX = "org.freesmartphone.Time.Alarm"
 DBUS_PATH_PREFIX = "/org/freesmartphone/Time/Alarm"
@@ -92,10 +92,10 @@ class AlarmController( dbus.service.Object ):
 
         # gather realtime clock dbus object
         o = bus.get_object( "org.freesmartphone.odeviced",
-                            "/org/freesmartphone/Device/RealTimeClock/0",
+                            "/org/freesmartphone/Device/RTC/0",
                             follow_name_owner_changes=True,
                             introspect=False )
-        self.rtc = dbus.Interface( o, "org.freesmartphone.Device.RealTimeClock" )
+        self.rtc = dbus.Interface( o, "org.freesmartphone.Device.RealtimeClock" )
         logger.info( "%s %s initialized. Serving %s at %s", self.__class__.__name__, __version__, self.interface, self.path )
 
     def _nameOwnerChangedHandler( self, name, old_owner, new_owner ):

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list