Description: Upstream changes introduced in version 0-git20110224+6bcb7fc4-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 zhone (0-git20110224+6bcb7fc4-1) experimental; urgency=low
 .
   * New upstream snapshot
   * Update dependencies to newer E17 (Closes: #621941)
   - New evas has updated license (Closes: #592544)
   - Python bindings still in experimental
 .
 The person named in the Author field signed this changelog entry.
Author: Timo Jyrinki <timo@debian.org>
Bug-Debian: http://bugs.debian.org/592544
Bug-Debian: http://bugs.debian.org/621941

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- zhone-0-git20110224+6bcb7fc4.orig/setup.py
+++ zhone-0-git20110224+6bcb7fc4/setup.py
@@ -70,10 +70,10 @@ setup(
                  'clean'    : my_clean  },
     scripts = [ "src/zhone" ],
     data_files = [
-        ( "zhone", ["data/themes/zhone.edj"] ),
-        ( "zhone/locale/ru/LC_MESSAGES", ["data/locale/ru/LC_MESSAGES/zhone.mo"] ),
-        ( "zhone/locale/pl/LC_MESSAGES", ["data/locale/pl/LC_MESSAGES/zhone.mo"] ),
-        ( "pixmaps", ["data/launcher/zhone.png"] ),
-        ( "applications", ["data/launcher/zhone.desktop"] ),
+        ( "share/zhone", ["data/themes/zhone.edj"] ),
+        ( "share/locale/ru/LC_MESSAGES", ["data/locale/ru/LC_MESSAGES/zhone.mo"] ),
+        ( "share/locale/pl/LC_MESSAGES", ["data/locale/pl/LC_MESSAGES/zhone.mo"] ),
+        ( "share/pixmaps", ["data/launcher/zhone.png"] ),
+        ( "share/applications", ["data/launcher/zhone.desktop"] ),
         ]
 )
