[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:51:25 UTC 2009


The following commit has been merged in the master branch:
commit 5bef0c8608b115ae5387c28187eed76691267fba
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Nov 27 00:31:13 2008 +0100

    cosmetics

diff --git a/ChangeLog b/ChangeLog
index 7229c1a..99a8461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-27	Michael Lauer	<mickey at openmoko.org>
+
+	* [tests] Start with dbus API tests
+
 2008-11-23	Michael Lauer	<mickey at openmoko.org>
 
 	* [ogsmd] Added reinit method to abstract modem class,
@@ -17,12 +21,8 @@
 	  WARNING: API breakage in org.freesmartphone.Device.Audio.PlaySound()
 	* [oeventsd]: catch up with API breakage in odeviced/audio
 	* [rules]: override length for SID ring and message tunes
-
-This fixes FSO ticket #247 and the message notification tone only working
-
-for the first time in ms4(.1)
-
-NOTE: More stress-tests for the audio API necessary
+	  This fixes FSO ticket #247 and the message notification tone only working
+	  for the first time in ms4(.1)
 
 2008-11-19	Tobias Gruetzmacher	<tobias-lists at 23.gs>
 
@@ -107,11 +107,11 @@ NOTE: More stress-tests for the audio API necessary
 2008-09-30	Michael Lauer	<mickey at openmoko.org>
 
 	* [ogsmd] Fully implemented the Resource interface.
-	You can now open/close this an unlimited number of times.
-	(Note the FIXME though, there's a race condition still.)
+	  You can now open/close this an unlimited number of times.
+	  (Note the FIXME though, there's a race condition still.)
 	* [ogsmd] Supress org.freesmartphone.GSM.SIM.NotFound as
-	a possible response to org.freesmartphone.GSM.SIM.RetrieveMessagebook,
-	instead send an empty list.
+	  a possible response to org.freesmartphone.GSM.SIM.RetrieveMessagebook,
+	  instead send an empty list.
 
 2008-09-29	Jan Luebbe      <jluebbe at debian.org>
 
@@ -210,7 +210,7 @@ NOTE: More stress-tests for the audio API necessary
 2008-07-28	Daniel Willmann <daniel at totalueberwachung.de>
 
 	* [ogpsd] Gypsy API is now implemented and applications using
-		Gypsy dbus API should just work.
+	  Gypsy dbus API should just work.
 
 2008-07-25	Michael Lauer	<mickey at vanille-media.de>
 
@@ -240,7 +240,7 @@ NOTE: More stress-tests for the audio API necessary
 2008-07-18	Daniel Willmann <daniel at totalueberwachung.de>
 
 	* [ogpsd] UBXDevice basic functionality is now complete
-          The Gypsy DBus interface is partly implemented.
+	  The Gypsy DBus interface is partly implemented.
 
 2008-07-17	Michael Lauer	<mickey at vanille-media.de>
 
@@ -284,8 +284,8 @@ NOTE: More stress-tests for the audio API necessary
 2008-07-02	Michael Lauer	<mickey at vanille-media.de>
 
 	* [ogsmd] Renamed subsystem ophoned into ogsmd: Reason:
-		ophoned specifically deals with GSM. There will
-		be a new subsystem that is more abstract.
+	  ophoned specifically deals with GSM. There will
+	  be a new subsystem that is more abstract.
 
 2008-06-25	Michael Lauer	<mickey at vanille-media.de>
 
@@ -306,3 +306,17 @@ NOTE: More stress-tests for the audio API necessary
 2008-06-17	Michael Lauer   <mickey at vanille-media.de>
 
 	* Released 0.1.0 (Framework Milestone 1)
+
+2008-04-xx
+
+	* Project splits from pyneo and starts from scratch with the
+	  implementation of odeviced and ogsmd subsystems.
+
+2008-02-xx
+
+	* pyneo implementation proofs Python+Gobject as a quick
+	  way to prototype dbus services and play with different APIs.
+
+2007-12-xx
+
+	* Framework Brainstorming starts.
diff --git a/framework/subsystems/ogsmd/modems/muxed4line/channel.py b/framework/subsystems/ogsmd/modems/muxed4line/channel.py
index aefc22c..74dfbf4 100644
--- a/framework/subsystems/ogsmd/modems/muxed4line/channel.py
+++ b/framework/subsystems/ogsmd/modems/muxed4line/channel.py
@@ -7,10 +7,8 @@ The Open Device Daemon - Python Implementation
 (C) 2008 Openmoko, Inc.
 GPLv2 or later
 
+Package: ogsmd.modems.muxed4line
 Module: channel
-
-This module contains communication channel abstractions that
-transport their data over a (virtual) serial line.
 """
 
 from ogsmd.modems.abstract.channel import AbstractModemChannel
diff --git a/framework/subsystems/ogsmd/modems/muxed4line/unsolicited.py b/framework/subsystems/ogsmd/modems/muxed4line/unsolicited.py
index 6d6daea..8d6d976 100644
--- a/framework/subsystems/ogsmd/modems/muxed4line/unsolicited.py
+++ b/framework/subsystems/ogsmd/modems/muxed4line/unsolicited.py
@@ -5,6 +5,9 @@ The Open Device Daemon - Python Implementation
 (C) 2008 Michael 'Mickey' Lauer <mlauer at vanille-media.de>
 (C) 2008 Openmoko, Inc.
 GPLv2 or later
+
+Package: ogsmd.modems.muxed4line
+Module: unsolicited
 """
 
 from ogsmd.modems.abstract.unsolicited import AbstractUnsolicitedResponseDelegate
diff --git a/framework/subsystems/ogsmd/modems/sierra/unsolicited.py b/framework/subsystems/ogsmd/modems/sierra/unsolicited.py
index 6d6daea..c92b613 100644
--- a/framework/subsystems/ogsmd/modems/sierra/unsolicited.py
+++ b/framework/subsystems/ogsmd/modems/sierra/unsolicited.py
@@ -5,6 +5,9 @@ The Open Device Daemon - Python Implementation
 (C) 2008 Michael 'Mickey' Lauer <mlauer at vanille-media.de>
 (C) 2008 Openmoko, Inc.
 GPLv2 or later
+
+Package: ogsmd.modems.sierra
+Module: unsolicited
 """
 
 from ogsmd.modems.abstract.unsolicited import AbstractUnsolicitedResponseDelegate
diff --git a/framework/subsystems/ogsmd/modems/singleline/unsolicited.py b/framework/subsystems/ogsmd/modems/singleline/unsolicited.py
index 5d9f195..efde49b 100644
--- a/framework/subsystems/ogsmd/modems/singleline/unsolicited.py
+++ b/framework/subsystems/ogsmd/modems/singleline/unsolicited.py
@@ -4,7 +4,6 @@ The Open Device Daemon - Python Implementation
 
 (C) 2008 Michael 'Mickey' Lauer <mlauer at vanille-media.de>
 (C) 2008 Openmoko, Inc.
-
 GPLv2 or later
 
 Package: ogsmd.modems.singleline

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list