[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.2.0-git20080909-7-247-g80ec1e1

Joachim Breitner mail at joachim-breitner.de
Tue Nov 11 17:09:14 UTC 2008


The following commit has been merged in the debian branch:
commit 9d8957025f977c0bd66a14d668267541351f3e0b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Nov 11 17:25:22 2008 +0100

    Update 01_adjust-etc-path-in-setup.py.patch

diff --git a/debian/patches/01_adjust-etc-path-in-setup.py.patch b/debian/patches/01_adjust-etc-path-in-setup.py.patch
index 36cc810..34f4b2a 100644
--- a/debian/patches/01_adjust-etc-path-in-setup.py.patch
+++ b/debian/patches/01_adjust-etc-path-in-setup.py.patch
@@ -1,24 +1,32 @@
---- fso-frameworkd.orig/setup.py
-+++ fso-frameworkd/setup.py
-@@ -23,13 +23,13 @@
+--- frameworkd.orig/setup.py
++++ frameworkd/setup.py
+@@ -23,17 +23,17 @@
      packages = packages,
      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/schema/", ["etc/freesmartphone/opreferences/schema/rules.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/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/default.yaml"]),
+-        ("../../etc/freesmartphone/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/silent.yaml"]),
 -        ("../../etc/freesmartphone/oevents", ["etc/freesmartphone/oevents/rules.yaml"]),
+-        ("../../etc/freesmartphone/persist", ["etc/freesmartphone/persist/README"]),
 -        ("freesmartphone/examples/", getDir( "examples" ) ),
 +        ("/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/schema/", ["etc/freesmartphone/opreferences/schema/rules.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/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/default.yaml"]),
++        ("/etc/freesmartphone/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/silent.yaml"]),
 +        ("/etc/freesmartphone/oevents", ["etc/freesmartphone/oevents/rules.yaml"]),
++        ("/etc/freesmartphone/persist", ["etc/freesmartphone/persist/README"]),
 +        ("/usr/share/doc/fso-frameworkd/examples/", getDir( "examples" ) ),
      ]
  )

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list