Description: Upstream changes introduced in version 0-git20090610-7
 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-git20090610-7) unstable; urgency=low
 .
   * efl libs -05- to -06- transition (Closes: #590793)
   * Fix typo in description (Closes: #590794)
   * Update Standards-Version
   * Switch to 3.0 (quilt) source format
   * Fix locales installing (Closes: #561222)
   * Fix FTBFS by adding cython include_dirs (Closes: #590351)
 .
 The person named in the Author field signed this changelog entry.
Author: Timo Jyrinki <timo@debian.org>
Bug-Debian: http://bugs.debian.org/561222
Bug-Debian: http://bugs.debian.org/590351
Bug-Debian: http://bugs.debian.org/590793
Bug-Debian: http://bugs.debian.org/590794

---
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-git20090610.orig/setup.py
+++ zhone-0-git20090610/setup.py
@@ -29,17 +29,17 @@ setup(
     author_email = "mlauer@vanille-media.de",
     url = "http://www.freesmartphone.org",
     ext_modules = [
-        Extension( "illume", ["src/illume.pyx"], libraries = ["ecore", "ecore_x"] )
+        Extension( "illume", ["src/illume.pyx"], libraries = ["ecore", "ecore_x"], include_dirs=[r'/usr/include/eina-0', '/usr/include/eina-0/eina'] )
         ],
     cmdclass = { 'build_ext': build_ext ,
                  'build'    : my_build  ,
                  '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"] ),
         ]
 )
