[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.8.4.9-20090130-1-2-gd8e0d46

Joachim Breitner mail at joachim-breitner.de
Tue Feb 3 09:23:14 UTC 2009


The following commit has been merged in the debian branch:
commit b915a0ea9e1e3af2793a172f02d5797a31d0a716
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Feb 3 10:23:14 2009 +0100

    07_dbus-access-via-busnames.patch: Adjust dbus config to work with the current version of dbus in Debian

diff --git a/debian/changelog b/debian/changelog
index cf54564..50249fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fso-frameworkd (0.8.4.9-20090130-2) UNRELEASED; urgency=low
+
+  * 07_dbus-access-via-busnames.patch: Adjust dbus config to work with the
+    current version of dbus in Debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 03 Feb 2009 10:22:49 +0100
+
 fso-frameworkd (0.8.4.9-20090130-1) pkg-fso; urgency=low
 
   * New upstream release. This is milestone 5.
diff --git a/debian/patches/07_dbus-access-via-busnames.patch b/debian/patches/07_dbus-access-via-busnames.patch
new file mode 100644
index 0000000..b94b99c
--- /dev/null
+++ b/debian/patches/07_dbus-access-via-busnames.patch
@@ -0,0 +1,91 @@
+Index: frameworkd/etc/dbus-1/system.d/frameworkd.conf
+===================================================================
+--- frameworkd.orig/etc/dbus-1/system.d/frameworkd.conf	2009-02-03 10:20:28.000000000 +0100
++++ frameworkd/etc/dbus-1/system.d/frameworkd.conf	2009-02-03 10:20:50.000000000 +0100
+@@ -4,74 +4,63 @@
+     <policy user="root">
+         <allow own="org.freesmartphone.testing"/>
+         <allow send_path="/org/freesmartphone/Testing"/>
+-        <allow send_destination="org.freesmartphone.Testing"/>
+-        <allow receive_sender="org.freesmartphone.Testing"/>
++        <allow send_destination="org.freesmartphone.testing"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.onetworkd"/>
+         <allow send_path="/org/freesmartphone/Network"/>
+-        <allow send_destination="org.freesmartphone.Network"/>
+-        <allow receive_sender="org.freesmartphone.Network"/>
++        <allow send_destination="org.freesmartphone.onetworkd"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.frameworkd"/>
+         <allow send_path="/org/freesmartphone/Framework"/>
+-        <allow send_destination="org.freesmartphone.Framework"/>
+-        <allow receive_sender="org.freesmartphone.Framework"/>
++        <allow send_destination="org.freesmartphone.framework"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.odeviced"/>
+         <allow send_path="/org/freesmartphone/Device"/>
+-        <allow send_destination="org.freesmartphone.Device"/>
+-        <allow receive_sender="org.freesmartphone.Device"/>
++        <allow send_destination="org.freesmartphone.odeviced"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.oeventsd"/>
+         <allow send_path="/org/freesmartphone/Events"/>
+-        <allow send_destination="org.freesmartphone.Events"/>
+-        <allow receive_sender="org.freesmartphone.Events"/>
++        <allow send_destination="org.freesmartphone.oeventsd"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.ousaged"/>
+         <allow send_path="/org/freesmartphone/Usage"/>
+-        <allow send_destination="org.freesmartphone.Usage"/>
+-        <allow receive_sender="org.freesmartphone.Usage"/>
++        <allow send_destination="org.freesmartphone.ousaged"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.ogsmd"/>
+         <allow send_path="/org/freesmartphone/GSM"/>
+-        <allow send_destination="org.freesmartphone.GSM"/>
+-        <allow receive_sender="org.freesmartphone.GSM"/>
++        <allow send_destination="org.freesmartphone.ogsmd"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.ogpsd"/>
+         <allow own="org.freedesktop.Gypsy"/>
+         <allow send_path="/org/freedesktop/Gypsy"/>
++        <allow send_destination="org.freedesktop.ogpsd"/>
+         <allow send_destination="org.freedesktop.Gypsy"/>
+-        <allow receive_sender="org.freedesktop.Gypsy"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.opreferencesd"/>
+         <allow send_path="/org/freesmartphone/Preferences"/>
+-        <allow send_destination="org.freesmartphone.Preferences"/>
+-        <allow receive_sender="org.freesmartphone.Preferences"/>
++        <allow send_destination="org.freesmartphone.opreferencesd"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.ophoned"/>
+         <allow send_path="/org/freesmartphone/Phone"/>
+-        <allow send_destination="org.freesmartphone.Phone"/>
+-        <allow receive_sender="org.freesmartphone.Phone"/>
++        <allow send_destination="org.freesmartphone.ophoned"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.opimd"/>
+         <allow send_path="/org/freesmartphone/PIM"/>
+-        <allow send_destination="org.freesmartphone.PIM"/>
+-        <allow receive_sender="org.freesmartphone.PIM"/>
++        <allow send_destination="org.freesmartphone.opimd"/>
+     </policy>
+     <policy user="root">
+         <allow own="org.freesmartphone.otimed"/>
+         <allow send_path="/org/freesmartphone/Time"/>
+-        <allow send_destination="org.freesmartphone.Time"/>
+-        <allow receive_sender="org.freesmartphone.Time"/>
++        <allow send_destination="org.freesmartphone.otimed"/>
+     </policy>
+ </busconfig>
diff --git a/debian/patches/series b/debian/patches/series
index 2ab6e9d..089755e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 04_correct-dbus-paths-for-gypsy.patch
 05_fix-installprefix-in-config.py.patch
 06_persist-in-var-lib.patch
+07_dbus-access-via-busnames.patch

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list