[pkg-fso-commits] [SCM] framworkd debian packageing branch, master, updated. milestone2-89-geb27523
Daniel Willmann
daniel at totalueberwachung.de
Sat Aug 23 14:06:21 UTC 2008
The following commit has been merged in the master branch:
commit 810eaabc89797bc375ebebdc05411f21e3edf4a7
Author: Daniel Willmann <daniel at totalueberwachung.de>
Date: Tue Aug 19 23:39:06 2008 +0200
Add missing config files to setup.py so they get installed.
Thanks, Ainulindale!
diff --git a/setup.py b/setup.py
index dc9880f..87b9811 100644
--- a/setup.py
+++ b/setup.py
@@ -21,10 +21,12 @@ setup(
scripts = [ "framework/frameworkd", "tools/cli-framework" ],
data_files = [
("../../etc/dbus-1/system.d", ["etc/dbus-1/system.d/frameworkd.conf"] ),
+ ("../../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/phone.yaml"]),
("../../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/profiles.yaml"]),
("../../etc/freesmartphone/opreferences/conf/profiles/", ["etc/freesmartphone/opreferences/conf/profiles/default.yaml"]),
("../../etc/freesmartphone/opreferences/conf/phone", ["etc/freesmartphone/opreferences/conf/phone/default.yaml"]),
("../../etc/freesmartphone/opreferences/conf/phone", ["etc/freesmartphone/opreferences/conf/phone/silent.yaml"]),
+ ("../../etc/freesmartphone/oevents", ["etc/freesmartphone/oevents/rules.yaml"]),
("freesmartphone/examples/", ["examples/gsm-log-data.py"]),
]
)
--
framworkd debian packageing
More information about the pkg-fso-commits
mailing list