[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, debian, updated. debian/0-git20090610-7-55-g36d5655

Timo Jyrinki timo at debian.org
Mon Apr 11 18:02:22 UTC 2011


The following commit has been merged in the debian branch:
commit 36d5655c18850821dc004ca815ad5e52025558ff
Author: Timo Jyrinki <timo at debian.org>
Date:   Mon Apr 11 18:01:17 2011 +0000

    Prepare new release. However, a few dependencies are still missing from Debian like newer python-evas.

diff --git a/debian/changelog b/debian/changelog
index 216bd58..5886a8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+zhone (0-git20110224+6bcb7fc4-1) unstable; urgency=low
+
+  * New upstream snapshot
+  * Update dependencies to newer E17 (Closes: #621941)
+  - New evas has updated license (Closes: #592544)
+
+ -- Timo Jyrinki <timo at debian.org>  Mon, 11 Apr 2011 18:25:09 +0300
+
 zhone (0-git20090610-7) unstable; urgency=low
 
   * efl libs -05- to -06- transition (Closes: #590793)
diff --git a/debian/control b/debian/control
index 31a2d73..739ab46 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ 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-06-engines-x, dbus, zhone-illume-glue
+ libevas1-engines-x, dbus, zhone-illume-glue
 Description: freesmartphone.org demo GUI
  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
diff --git a/setup.py b/setup.py
index 7146591..40d866e 100644
--- a/setup.py
+++ b/setup.py
@@ -71,8 +71,8 @@ setup(
     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"] ),
+        ( "share/locale/ru/LC_MESSAGES", ["data/locale/ru/LC_MESSAGES/zhone.mo"] ),
+        ( "share/locale/pl/LC_MESSAGES", ["data/locale/pl/LC_MESSAGES/zhone.mo"] ),
         ( "pixmaps", ["data/launcher/zhone.png"] ),
         ( "applications", ["data/launcher/zhone.desktop"] ),
         ]

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list