[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, debian, updated. upstream/0-git20110224+6bcb7fc4-95-g4271711
Timo Jyrinki
timo at debian.org
Tue Jun 28 14:22:53 UTC 2011
The following commit has been merged in the debian branch:
commit 4271711864bf4af3d2a814aea9a891bfaa3962de
Author: Timo Jyrinki <timo at debian.org>
Date: Tue Jun 28 14:22:29 2011 +0000
Fix a few more paths, change to experimental since a few Python bindings still only there.
diff --git a/debian/changelog b/debian/changelog
index 5886a8d..ccd167e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-zhone (0-git20110224+6bcb7fc4-1) unstable; urgency=low
+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
- -- Timo Jyrinki <timo at debian.org> Mon, 11 Apr 2011 18:25:09 +0300
+ -- Timo Jyrinki <timo at debian.org> Tue, 28 Jun 2011 16:28:09 +0300
zhone (0-git20090610-7) unstable; urgency=low
diff --git a/setup.py b/setup.py
index 40d866e..b39e87b 100644
--- a/setup.py
+++ b/setup.py
@@ -70,10 +70,10 @@ setup(
'clean' : my_clean },
scripts = [ "src/zhone" ],
data_files = [
- ( "zhone", ["data/themes/zhone.edj"] ),
+ ( "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"] ),
- ( "pixmaps", ["data/launcher/zhone.png"] ),
- ( "applications", ["data/launcher/zhone.desktop"] ),
+ ( "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