[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, gismo-debian-quilt, updated. debian/0.2.0-git20080909-4-10-g393773d
Luca Capello
luca at pca.it
Sun Oct 5 19:58:10 UTC 2008
The following commit has been merged in the gismo-debian-quilt branch:
commit 5e0f666d8211a839e37949b508d738c6bf94b24a
Author: Luca Capello <luca at pca.it>
Date: Sun Oct 5 21:44:22 2008 +0200
debian/patches/04_correct-dbus-paths-for-gypsy.patch: new file
This patch is based on fa115b8d23e5d4b4c80d0b8cd6ef4829ba43f9d4.
diff --git a/debian/changelog b/debian/changelog
index 34312db..ca1b93e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ fso-frameworkd (0.2.0-git20080909-5) UNRELEASED; urgency=low
* debian/patches/01_adjust-etc-path-in-setup.py.patch: new file.
* debian/patches/02_ascii-encode-in-gsm-channel.py.patch: new file.
* debian/patches/03_print-ntype-error-in-const.py.patch: new file.
+ * debian/patches/04_correct-dbus-paths-for-gypsy.patch: new file.
* debian/frameworkd.conf: new file.
* debian/fso-frameworkd.install:
+ install debian/frameworkd.conf in /etc.
diff --git a/debian/patches/04_correct-dbus-paths-for-gypsy.patch b/debian/patches/04_correct-dbus-paths-for-gypsy.patch
new file mode 100644
index 0000000..3cc681e
--- /dev/null
+++ b/debian/patches/04_correct-dbus-paths-for-gypsy.patch
@@ -0,0 +1,15 @@
+--- fso-frameworkd.orig/etc/dbus-1/system.d/frameworkd.conf
++++ fso-frameworkd/etc/dbus-1/system.d/frameworkd.conf
+@@ -34,9 +34,9 @@
+ <policy user="root">
+ <allow own="org.freesmartphone.ogpsd"/>
+ <allow own="org.freedesktop.Gypsy"/>
+- <allow send_path="/org/freesmartphone/Gypsy"/>
+- <allow send_destination="org.freesmartphone.Gypsy"/>
+- <allow receive_sender="org.freesmartphone.Gypsy"/>
++ <allow send_path="/org/freedesktop/Gypsy"/>
++ <allow send_destination="org.freedesktop.Gypsy"/>
++ <allow receive_sender="org.freedesktop.Gypsy"/>
+ </policy>
+ <policy user="root">
+ <allow own="org.freesmartphone.opreferencesd"/>
diff --git a/debian/patches/series b/debian/patches/series
index 16aac09..1a256c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_adjust-etc-path-in-setup.py.patch
02_ascii-encode-in-gsm-channel.py.patch
03_print-ntype-error-in-const.py.patch
+04_correct-dbus-paths-for-gypsy.patch
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list