[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, debian, updated. debian/0-git20090610-3.fso.1-11-g8a0f3f7

Timo Jyrinki timo at debian.org
Fri Jul 30 10:20:34 UTC 2010


The following commit has been merged in the debian branch:
commit 8a0f3f7156eb50d28502c7c8a1cacafa3ef02ca2
Author: Timo Jyrinki <timo at debian.org>
Date:   Fri Jul 30 13:16:55 2010 +0300

    releasing version 0-git20090610-7:
     * 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)

diff --git a/debian/changelog b/debian/changelog
index 2356b5a..216bd58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+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)
+
+ -- Timo Jyrinki <timo at debian.org>  Fri, 30 Jul 2010 11:01:46 +0300
+
 zhone (0-git20090610-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index f2e33e7..31a2d73 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Priority: extra
 Maintainer: Debian freesmartphone.org Team <pkg-fso-maint at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>,
  Nikita V. Youshchenko <yoush at debian.org>,
- Luca Capello <luca at pca.it>
+ Luca Capello <luca at pca.it>,
+ Timo Jyrinki <timo at debian.org>
 Build-Depends: debhelper (>= 7), python-all-dev, python-support (>= 0.5.3),
  python-setuptools, cython, libedje-bin, libecore-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://freesmartphone.org/
 Vcs-Git: git://git.debian.org/git/pkg-fso/zhone.git
 Vcs-Browser: http://git.debian.org/?p=pkg-fso/zhone.git;a=summary
@@ -17,10 +18,10 @@ Provides: ${python:Provides}
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-edbus,
  python-ecore, python-edje, python-evas, python-dbus, python-cairo,
- libevas-svn-05-engines-x, dbus, zhone-illume-glue
+ libevas-svn-06-engines-x, dbus, zhone-illume-glue
 Description: freesmartphone.org demo GUI
- This is the demonstration user interfae to the freesmartphone.org software
- strack, providing a dialer, an SMS tool, access to the SIM-based address book
+ This is the demonstration user interface to the freesmartphone.org software
+ stack, providing a dialer, an SMS tool, access to the SIM-based address book
  and a minimal GPS coordinate display.
  .
  This package is part of the freesmartphone.org software stack
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/setup.py b/setup.py
index 02d32d3..296b4d0 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(
     author_email = "mlauer at 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  ,
@@ -37,8 +37,8 @@ setup(
     scripts = [ "src/zhone" ],
     data_files = [
         ( "share/zhone", ["data/themes/zhone.edj"] ),
-        ( "locale/ru/LC_MESSAGES", ["data/locale/ru/LC_MESSAGES/zhone.mo"] ),
-        ( "locale/ru/LC_MESSAGES", ["data/locale/pl/LC_MESSAGES/zhone.mo"] ),
+        ( "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"] ),
         ]

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list