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

Martin Jansa Martin.Jansa at gmail.com
Sat Aug 6 08:20:17 UTC 2011


The following commit has been merged in the debian branch:
commit e31fa77906981a56be2271246693fd929c973abf
Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jan 18 08:23:04 2011 +0100

    opreferences: merge schema/phone.yaml config with frameworkd-config-shr
    
    * hopefully fixes KeyError: 'message-volume' issue

diff --git a/etc/freesmartphone/opreferences/schema/phone.yaml b/etc/freesmartphone/opreferences/schema/phone.yaml
index 5f79aec..31ee785 100644
--- a/etc/freesmartphone/opreferences/schema/phone.yaml
+++ b/etc/freesmartphone/opreferences/schema/phone.yaml
@@ -2,6 +2,11 @@ ring-tone:
     type: str
     profilable: yes
     
+ring-volume:
+    type: int
+    profilable: yes
+    default: 10
+
 ring-loop:
     type: bool
     profilable: yes
@@ -21,6 +26,11 @@ message-tone:
     type: str
     profilable: yes
 
+message-volume:
+    type: int
+    profilable: yes
+    default: 10
+
 message-loop:
     type: bool
     profilable: yes

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list